Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/uwb/
Die.c121 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_get_ie()
124 UWB_RC_CET_GENERAL, UWB_RC_CMD_GET_IE, in uwb_rc_get_ie()
160 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_set_ie()
211 uwb_rc->ies->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_ie_setup()
Dscan.c69 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_scan()
74 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_scan()
Dbeacon.c52 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_start_beacon()
56 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_start_beacon()
82 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_stop_beacon()
84 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_stop_beacon()
Daddress.c70 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_dev_addr_mgmt()
82 reply->rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_dev_addr_mgmt()
Dreset.c300 cmd->bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_reset()
302 reply.rceb.bEventType = UWB_RC_CET_GENERAL; in uwb_rc_reset()
Duwbd.c147 [UWB_RC_CET_GENERAL] = {
Ddrp.c125 cmd->rccb.bCommandType = UWB_RC_CET_GENERAL; in uwb_rc_send_all_drp_ie()
153 UWB_RC_CET_GENERAL, UWB_RC_CMD_SET_DRP_IE, in uwb_rc_send_all_drp_ie()
Dest.c190 result = uwb_est_register(UWB_RC_CET_GENERAL, 0, 0xffff, 0xffff, in uwb_est_create()
Dhwa-rc.c508 if (rceb->bEventType != UWB_RC_CET_GENERAL) in hwarc_filter_event_WUSB_0100()
/linux-2.6.39/drivers/uwb/i1480/dfu/
Dmac.c398 cmd->bCommandType = UWB_RC_CET_GENERAL; in i1480_cmd_reset()
400 reply->rceb.bEventType = UWB_RC_CET_GENERAL; in i1480_cmd_reset()
/linux-2.6.39/include/linux/uwb/
Dspec.h492 UWB_RC_CET_GENERAL = 0, /* General Command/Event type */ enumerator