Home
last modified time | relevance | path

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

/drivers/hid/
Dhid-wiimote-ext.c30 __u8 ext_type; member
95 ext->ext_type = WIIEXT_NONE; in ext_disable()
186 static void ext_enable(struct wiimote_ext *ext, bool motionp, __u8 ext_type) in ext_enable() argument
196 if (ext_type == WIIEXT_CLASSIC) in ext_enable()
198 else if (ext_type == WIIEXT_NUNCHUCK) in ext_enable()
211 ext->ext_type = ext_type; in ext_enable()
221 __u8 ext_type; in wiiext_worker() local
225 ext_type = ext_read(ext); in wiiext_worker()
226 ext_enable(ext, motionp, ext_type); in wiiext_worker()
275 return wdata->ext->motionp || wdata->ext->ext_type; in wiiext_active()
[all …]
/drivers/infiniband/hw/ehca/
Dehca_classes.h191 enum ehca_ext_qp_type ext_type; member
230 #define IS_SRQ(qp) (qp->ext_type == EQPT_SRQ)
231 #define HAS_SQ(qp) (qp->ext_type != EQPT_SRQ)
232 #define HAS_RQ(qp) (qp->ext_type != EQPT_SRQBASE)
410 u32 ext_type; member
461 enum ehca_ext_qp_type ext_type; member
Dehca_qp.c405 if (qp->ext_type == EQPT_LLQP) in ehca_add_to_err_list()
499 parms.ext_type = EQPT_LLQP; in internal_create_qp()
516 parms.ext_type = EQPT_SRQBASE; in internal_create_qp()
528 parms.ext_type = EQPT_SRQ; in internal_create_qp()
629 my_qp->ext_type = parms.ext_type; in internal_create_qp()
895 resp.ext_type = my_qp->ext_type; in internal_create_qp()
1168 if (my_qp->ext_type != EQPT_SRQBASE) { in check_for_left_cqes()
1381 (my_qp->ext_type != EQPT_LLQP) && in internal_modify_qp()
Dehca_irq.c191 if (qp->ext_type == EQPT_SRQ) { in dispatch_qp_event()
224 dispatch_qp_event(shca, qp, fatal && qp->ext_type == EQPT_SRQ ? in qp_event_callback()
232 if (fatal && qp->ext_type == EQPT_SRQBASE) in qp_event_callback()
Dhcp_if.c296 EHCA_BMASK_SET(H_ALL_RES_QP_ENHANCED_OPS, parms->ext_type) in hipz_h_alloc_resource_qp()
325 if (parms->ext_type == EQPT_SRQ) in hipz_h_alloc_resource_qp()
Dehca_reqs.c518 my_qp, my_qp->real_qp_num, my_qp->ext_type); in internal_post_recv()
/drivers/scsi/
Dgdth_ioctl.h239 u16 ext_type; /* extended type */ member
306 u16 ext_type; /* extended type */ member
Dgdth.c4530 ctrt.ext_type = 0x6000 | ha->pdev->subsystem_device; in gdth_ioctl()
4532 ctrt.ext_type = 0x6000 | ha->stype; in gdth_ioctl()
/drivers/uwb/
Ddrp.c177 int ext_type = uwb_ie_drp_type(ext_drp_ie); in evaluate_conflict_action() local
181 if (ext_type == UWB_DRP_TYPE_PCA && our_type == UWB_DRP_TYPE_PCA) { in evaluate_conflict_action()
191 if (ext_type == UWB_DRP_TYPE_ALIEN_BP) { in evaluate_conflict_action()