OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon35750
122
hci_command_hdr
hci_hdr
;
member in struct:__anon35751
134
hci_command_hdr
hci_hdr
;
member in struct:__anon35753
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:__anon35760
121
hci_command_hdr
hci_hdr
;
member in struct:__anon35761
133
hci_command_hdr
hci_hdr
;
member in struct:__anon35763
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 29 milliseconds