Searched refs:slot2 (Results 1 – 6 of 6) sorted by relevance
/drivers/pcmcia/ |
D | ti113x.h | 654 struct yenta_socket *slot2; in ti12xx_2nd_slot_empty() local 721 slot2 = pci_get_drvdata(func); in ti12xx_2nd_slot_empty() 722 if (!slot2) in ti12xx_2nd_slot_empty() 726 yenta_get_status(&slot2->socket, &state); in ti12xx_2nd_slot_empty()
|
/drivers/iio/health/ |
D | max30102.c | 189 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ argument 190 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
/drivers/net/can/ |
D | grcan.c | 42 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
/drivers/scsi/mvsas/ |
D | mv_sas.c | 1833 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1844 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|
/drivers/scsi/hisi_sas/ |
D | hisi_sas_v3_hw.c | 824 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local 830 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
|
D | hisi_sas_main.c | 1016 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local 1019 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
|