HomeSort by relevance Sort by last modified time
    Searched refs:hci_hdr (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
uim.h 113 hci_event_hdr hci_hdr; member in struct:__anon21982
122 hci_command_hdr hci_hdr; member in struct:__anon21983
134 hci_command_hdr hci_hdr; member in struct:__anon21985
uim.c 285 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
289 resp.hci_hdr.evt);
293 if (resp.hci_hdr.plen < 4) {
296 resp.hci_hdr.plen);
453 cmd.hci_hdr.opcode = HCI_HDR_OPCODE;
454 cmd.hci_hdr.plen = sizeof(unsigned long);
491 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE;
492 addr_cmd.hci_hdr.plen = sizeof(bdaddr_t);
  /hardware/ti/wpan/ti_st/uim-sysfs/
uim.h 112 hci_event_hdr hci_hdr; member in struct:__anon21992
121 hci_command_hdr hci_hdr; member in struct:__anon21993
133 hci_command_hdr hci_hdr; member in struct:__anon21995
uim.c 223 if (resp.hci_hdr.evt != EVT_CMD_COMPLETE) {
227 resp.hci_hdr.evt);
231 if (resp.hci_hdr.plen < 4) {
234 resp.hci_hdr.plen);
436 cmd.hci_hdr.opcode = HCI_HDR_OPCODE;
437 cmd.hci_hdr.plen = sizeof(unsigned long);
473 addr_cmd.hci_hdr.opcode = WRITE_BD_ADDR_OPCODE;
474 addr_cmd.hci_hdr.plen = sizeof(bdaddr_t);

Completed in 57 milliseconds