Home
last modified time | relevance | path

Searched refs:bmOperationType (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/uwb/
Daddress.c25 u8 bmOperationType; member
46 u8 bmOperationType, const u8 *baAddr, in uwb_rc_dev_addr_mgmt() argument
58 cmd->bmOperationType = bmOperationType; in uwb_rc_dev_addr_mgmt()
61 switch (bmOperationType >> 1) { in uwb_rc_dev_addr_mgmt()
114 u8 bmOperationType = 0x1; /* Set address */ in uwb_rc_addr_set() local
127 bmOperationType |= 0x2; in uwb_rc_addr_set()
132 return uwb_rc_dev_addr_mgmt(rc, bmOperationType, baAddr, &reply); in uwb_rc_addr_set()
152 u8 bmOperationType = 0x0; /* Get address */ in uwb_rc_addr_get() local
164 bmOperationType |= 0x2; in uwb_rc_addr_get()
170 result = uwb_rc_dev_addr_mgmt(rc, bmOperationType, baAddr, &evt); in uwb_rc_addr_get()