Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
A Dibmphp_hpc.c133 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_read()
142 } else if (ctlr_ptr->ctlr_type == 0x04) { in i2c_ctrl_read()
244 if (ctlr_ptr->ctlr_type == 0x02) { in i2c_ctrl_write()
253 } else if (ctlr_ptr->ctlr_type == 0x04) { in i2c_ctrl_write()
371 switch (ctlr->ctlr_type) { in ctrl_read()
391 switch (ctlr->ctlr_type) { in ctrl_write()
546 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_readslot()
627 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_readslot()
686 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) { in ibmphp_hpc_writeslot()
731 if ((ctlr_ptr->ctlr_type == 2) || (ctlr_ptr->ctlr_type == 4)) in ibmphp_hpc_writeslot()
A Dibmphp_ebda.c207 debug("%s - type of hpc: %x\n", __func__, hpc_ptr->ctlr_type); in print_ebda_hpc()
208 switch (hpc_ptr->ctlr_type) { in print_ebda_hpc()
585 …if ((slot_cur->ctrl->ctlr_type != 4) && (slot_cur->ctrl->ending_slot_num > first_slot) && (slot_nu… in calculate_first_slot()
650 if (slot_cur->ctrl->ctlr_type == 4) { in create_file_name()
795 hpc_ptr->ctlr_type = temp; in ebda_rsrc_controller()
797 switch (hpc_ptr->ctlr_type) { in ebda_rsrc_controller()
1048 if (controller->ctlr_type == 0) in ibmphp_free_ebda_hpc_queue()
1050 else if ((controller->ctlr_type == 1) && (!pci_flag)) { in ibmphp_free_ebda_hpc_queue()
1094 if (ctrl->ctlr_type == 1) { in ibmphp_register_pci()
1108 if (ctrl->ctlr_type == 1) { in ibmphp_probe()
A Dibmphp.h730 u8 ctlr_type; member
/drivers/hid/
A Dhid-nintendo.c577 enum joycon_ctlr_type ctlr_type; member
649 (ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCL || \
650 ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO || \
651 ctlr->ctlr_type == JOYCON_CTLR_TYPE_N64)
655 (ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCR || \
656 ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO)
688 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCL; in joycon_type_is_left_joycon()
693 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_JCR; in joycon_type_is_right_joycon()
698 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_PRO; in joycon_type_is_procon()
708 return ctlr->ctlr_type == JOYCON_CTLR_TYPE_GEN; in joycon_type_is_gencon()
[all …]
/drivers/scsi/
A Dmyrs.h170 } __packed ctlr_type; /* Byte 2 */ member
A Dmyrs.c1401 return snprintf(buf, 4, "%d\n", cs->ctlr_info->ctlr_type); in ctlr_type_show()
1403 static DEVICE_ATTR_RO(ctlr_type);

Completed in 42 milliseconds