Searched refs:ctlr_type (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dibmphp_hpc.c133 if (ctlr_ptr->ctlr_type == 0x02) {
142 } else if (ctlr_ptr->ctlr_type == 0x04) {
244 if (ctlr_ptr->ctlr_type == 0x02) {
253 } else if (ctlr_ptr->ctlr_type == 0x04) {
371 switch (ctlr->ctlr_type) {
391 switch (ctlr->ctlr_type) {
546 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4))
627 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type
[all...]
H A Dibmphp_ebda.c207 debug("%s - type of hpc: %x\n", __func__, hpc_ptr->ctlr_type);
208 switch (hpc_ptr->ctlr_type) {
585 if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_num > slot_cur->ctrl->ending_slot_num))
650 if (slot_cur->ctrl->ctlr_type == 4) {
710 addr += (bus_num * 9); /* offset of ctlr_type */
795 hpc_ptr->ctlr_type = temp;
797 switch (hpc_ptr->ctlr_type) {
1048 if (controller->ctlr_type == 0)
1050 else if ((controller->ctlr_type == 1) && (!pci_flag)) {
1094 if (ctrl->ctlr_type
[all...]
H A Dibmphp.h730 u8 ctlr_type; member in struct:controller
/linux-master/drivers/hid/
H A Dhid-nintendo.c578 enum joycon_ctlr_type ctlr_type; member in struct:joycon_ctlr
650 (ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCL || \
651 ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO || \
652 ctlr->ctlr_type == JOYCON_CTLR_TYPE_N64)
656 (ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCR || \
657 ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO)
719 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCL;
724 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCR;
729 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO;
734 return ctlr->ctlr_type
[all...]
/linux-master/drivers/scsi/
H A Dmyrs.h170 } __packed ctlr_type; /* Byte 2 */ member in struct:myrs_ctlr_info
H A Dmyrs.c1401 return snprintf(buf, 4, "%d\n", cs->ctlr_info->ctlr_type);
1403 static DEVICE_ATTR_RO(ctlr_type);

Completed in 191 milliseconds