Home | History | Annotate | Download | only in src

Lines Matching refs:ps_list

91 struct ps_cfg_entry ps_list[MAX_TAGS];
338 load_hci_ps_hdr(cmd, opcode, ps_list[i].len,
339 ps_list[i].id);
341 memcpy(&cmd[HCI_PS_CMD_HDR_LEN], ps_list[i].data,
342 ps_list[i].len);
344 if (write_cmd(fd, cmd, ps_list[i].len +
595 tag = &ps_list[tag_cnt];