| /linux/arch/arm/boot/dts/aspeed/ ! |
| H A 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/tools/testing/selftests/hid/tests/ ! |
| H A D | test_multitouch.py | 634 slot1 = self.get_slot(uhdev, t1, 1) 645 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 661 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 662 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 663 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_Y] == 200 672 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 688 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == -1 710 slot1 = self.get_slot(uhdev, t1, 1) 716 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_TRACKING_ID] == 1 717 assert evdev.slots[slot1][libevdev.EV_ABS.ABS_MT_POSITION_X] == 150 [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/dvm/ ! |
| H A D | rxon.c | 513 int slot0 = 300, slot1 = 0; in iwlagn_set_pan_params() local 562 slot1 = bcnint - slot0; in iwlagn_set_pan_params() 568 slot1 = IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 571 slot1 = dtim * bcnint * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 576 slot1 = max_t(int, 1, ctx_pan->vif->bss_conf.dtim_period) * in iwlagn_set_pan_params() 578 slot1 = max_t(int, DEFAULT_BEACON_INTERVAL, slot1); in iwlagn_set_pan_params() 581 slot0 = slot1 * 3 - IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 582 slot1 = IWL_MIN_SLOT_TIME; in iwlagn_set_pan_params() 587 cmd.slots[1].width = cpu_to_le16(slot1); in iwlagn_set_pan_params()
|
| /linux/drivers/pci/hotplug/ ! |
| H A D | shpchp.h | 172 volatile u32 slot1; member 189 SLOT1 = offsetof(struct ctrl_reg, slot1),
|
| /linux/sound/soc/fsl/ ! |
| H A D | fsl_easrc.c | 873 struct fsl_easrc_slot *slot0, *slot1; in fsl_easrc_config_slot() local 882 slot1 = &easrc_priv->slot[i][1]; in fsl_easrc_config_slot() 884 if (slot0->busy && slot1->busy) { in fsl_easrc_config_slot() 887 (slot1->busy && slot1->ctx_index == ctx->index)) { in fsl_easrc_config_slot() 891 slotb = slot1; in fsl_easrc_config_slot() 893 } else if (!slot1->busy) { in fsl_easrc_config_slot() 894 slota = slot1; in fsl_easrc_config_slot()
|
| /linux/drivers/iio/health/ ! |
| H A D | max30102.c | 188 #define MAX30102_MODE_CONTROL_LED_SLOTS(slot2, slot1) \ argument 189 ((slot2 << MAX30102_REG_MODE_CONTROL_SLOT_SHIFT) | slot1)
|
| /linux/arch/powerpc/boot/dts/fsl/ ! |
| H A D | b4860qds.dts | 90 phy_xaui_slot1: xaui-phy@slot1 {
|
| H A D | t104xd4rdb.dtsi | 141 * connector slot1, the mini PCI connector
|
| H A D | p5040ds.dts | 414 hydra_xg_slot1: hydra-xg-slot1@0 {
|
| /linux/net/tipc/ ! |
| H A D | node.c | 860 int *slot1 = &n->active_links[1]; in __tipc_node_link_up() local 891 *slot1 = bearer_id; in __tipc_node_link_up() 903 *slot1 = bearer_id; in __tipc_node_link_up() 908 *slot1 = bearer_id; in __tipc_node_link_up() 994 int *slot1 = &n->active_links[1]; in __tipc_node_link_down() local 1013 *slot1 = INVALID_BEARER_ID; in __tipc_node_link_down() 1026 *slot1 = i; in __tipc_node_link_down() 1029 *slot1 = i; in __tipc_node_link_down()
|
| /linux/arch/arm64/boot/dts/freescale/ ! |
| H A D | fsl-ls1043a-qds.dts | 39 emi1-slot1 = &ls1043mdio_s1;
|
| H A D | fsl-ls1046a-qds.dts | 20 emi1-slot1 = &ls1046mdio_s1;
|
| /linux/arch/arm/boot/dts/nuvoton/ ! |
| H A D | nuvoton-npcm730-gbs.dts | 134 pe-slot1 { 135 label = "pe-slot1";
|
| /linux/drivers/net/can/ ! |
| H A D | grcan.c | 44 #define GRCAN_RESERVE_SIZE(slot1, slot2) (((slot2) - (slot1)) / 4 - 1) argument
|