Home
last modified time | relevance | path

Searched refs:slot2 (Results 1 – 11 of 11) sorted by relevance

/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-facebook-greatlakes.dts248 "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/drivers/pcmcia/
H A Dti113x.h654 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/arch/powerpc/boot/dts/fsl/
H A Db4860qds.dts96 phy_xaui_slot2: xaui-phy@slot2 {
H A Dt104xd4rdb.dtsi142 * slot2, the HDMI connector, and the PEX
H A Dp5040ds.dts426 hydra_xg_slot2: hydra-xg-slot2@2 {
/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py711 slot2 = self.get_slot(uhdev, t2, 2)
719 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 2
720 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_X] == 250
721 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 300
736 assert evdev.slots[slot2][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1
/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1043a-qds.dts40 emi1-slot2 = &ls1043mdio_s2;
H A Dfsl-ls1046a-qds.dts21 emi1-slot2 = &ls1046mdio_s2;
/linux/drivers/net/can/
H A Dgrcan.c44 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
/linux/net/ipv4/
H A Dudp.c292 unsigned int slot2 = udp_sk(sk)->udp_portaddr_hash ^ snum; in udp_lib_get_port() local
294 slot2 &= udptable->mask; in udp_lib_get_port()
297 hslot2 = udp_hashslot2(udptable, slot2); in udp_lib_get_port()
302 if (!exist && (hash2_nulladdr != slot2)) { in udp_lib_get_port()
/linux/drivers/scsi/mvsas/
H A Dmv_sas.c1651 struct mvs_slot_info *slot, *slot2; in mvs_do_release_task() local
1662 list_for_each_entry_safe(slot, slot2, &port->list, entry) { in mvs_do_release_task()