Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Die.c108 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_get_ie()
111 UWB_RC_CET_GENERAL, UWB_RC_CMD_GET_IE, in uwb_rc_get_ie()
147 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_set_ie()
198 uwb_rc->ies->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_ie_setup()
Dscan.c55 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_scan()
60 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_scan()
Dbeacon.c38 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_start_beacon()
42 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_start_beacon()
68 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_stop_beacon()
70 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_stop_beacon()
Daddress.c56 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_dev_addr_mgmt()
68 reply->rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_dev_addr_mgmt()
Dreset.c288 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_reset()
290 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_reset()
Duwbd.c133 [UWB_RC_CET_GENERAL] = {
Ddrp.c116 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_send_all_drp_ie()
146 UWB_RC_CET_GENERAL, UWB_RC_CMD_SET_DRP_IE, in uwb_rc_send_all_drp_ie()
Dest.c177 result = uwb_est_register(UWB_RC_CET_GENERAL, 0, 0xffff, 0xffff, in uwb_est_create()
Dhwa-rc.c491 if (rceb->bEventType != UWB_RC_CET_GENERAL) in hwarc_filter_event_WUSB_0100()
/Linux-v5.4/drivers/staging/uwb/i1480/dfu/
Dmac.c384 cmd->bCommandType = UWB_RC_CET_GENERAL; in i1480_cmd_reset()
386 reply->rceb.bEventType = UWB_RC_CET_GENERAL; in i1480_cmd_reset()
/Linux-v5.4/drivers/staging/uwb/include/
Dspec.h479 UWB_RC_CET_GENERAL = 0, /* General Command/Event type */ enumerator