/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-greatlakes.dts | 248 "power-bmc-slot1","power-bmc-slot2", 254 /*F0-F7*/ "slot1-bmc-reset-button","slot2-bmc-reset-button", 259 "presence-mb-slot1","presence-mb-slot2", 269 "reset-cause-pcie-slot1","reset-cause-pcie-slot2", 276 /*V0-V7*/ "bmc-slot1-ac-button","bmc-slot2-ac-button",
|
/linux-6.12.1/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()
|
/linux-6.12.1/net/ipv6/ |
D | udp.c | 227 unsigned int hash2, slot2; in __udp6_lib_lookup() local 232 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 233 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 260 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup() 261 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup() 1068 unsigned int hash2, slot2; in __udp6_lib_demux_lookup() local 1074 slot2 = hash2 & udptable->mask; in __udp6_lib_demux_lookup() 1075 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_demux_lookup()
|
/linux-6.12.1/net/ipv4/ |
D | udp.c | 293 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local 295 slot2 &= udptable->mask; in udp_lib_get_port() 298 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port() 303 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port() 489 unsigned int hash2, slot2; in __udp4_lib_lookup() local 494 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 495 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 522 slot2 = hash2 & udptable->mask; in __udp4_lib_lookup() 523 hslot2 = &udptable->hash2[slot2]; in __udp4_lib_lookup() 2542 unsigned int hash2, slot2; in __udp4_lib_demux_lookup() local [all …]
|
/linux-6.12.1/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)
|
/linux-6.12.1/arch/powerpc/boot/dts/fsl/ |
D | b4860qds.dts | 96 phy_xaui_slot2: xaui-phy@slot2 {
|
D | t104xd4rdb.dtsi | 142 * slot2, the HDMI connector, and the PEX
|
D | p5040ds.dts | 426 hydra_xg_slot2: hydra-xg-slot2@2 {
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_multitouch.py | 707 slot2 = self.get_slot(uhdev, t2, 2) 715 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 2 716 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_X] == 250 717 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 300 732 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
|
/linux-6.12.1/arch/arm64/boot/dts/freescale/ |
D | fsl-ls1046a-qds.dts | 21 emi1-slot2 = &ls1046mdio_s2;
|
D | fsl-ls1043a-qds.dts | 40 emi1-slot2 = &ls1043mdio_s2;
|
/linux-6.12.1/drivers/net/can/ |
D | grcan.c | 44 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|
/linux-6.12.1/drivers/scsi/mvsas/ |
D | mv_sas.c | 1661 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local 1672 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()
|
/linux-6.12.1/drivers/scsi/hisi_sas/ |
D | hisi_sas_main.c | 1105 struct hisi_sas_slot *slot, *slot2; in hisi_sas_release_task() local 1109 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) in hisi_sas_release_task()
|
D | hisi_sas_v3_hw.c | 904 struct hisi_sas_slot *slot, *slot2; in dereg_device_v3_hw() local 911 list_for_each_entry_safe(slot, slot2, &sas_dev->list, entry) { in dereg_device_v3_hw()
|