/kernel/linux/linux-6.6/drivers/input/mouse/ |
H A D | synaptics.c | 855 hw->down = ((buf[0] ^ buf[3]) & 0x02) ? 1 : 0; in synaptics_parse_hw_state() 982 input_report_key(dev, BTN_BACK, hw->down); in synaptics_report_buttons() 1085 input_report_key(dev, BTN_BACK, !hw.down); in synaptics_process_packet() 1087 input_report_key(dev, BTN_BACK, hw.down); in synaptics_process_packet()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 981 down(sem); in cmd_work_handler() 1575 down(&cmd->vars.sem); in mlx5_cmd_allowed_opcode() 1576 down(&cmd->vars.pages_sem); in mlx5_cmd_allowed_opcode() 1591 down(&cmd->vars.sem); in mlx5_cmd_change_mod() 1592 down(&cmd->vars.pages_sem); in mlx5_cmd_change_mod() 1860 down(&dev->cmd.vars.throttle_sem); in cmd_exec()
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sram242x.S | 36 /* frequency shift down */ 41 /* voltage shift down */ 93 * shift up or down voltage, use R9 as input to tell level. 164 moveq r9, #0x1 @ if speed down, post down, drop volt 188 * shift up or down voltage, use R9 as input to tell level.
|
H A D | sram243x.S | 36 /* frequency shift down */ 41 /* voltage shift down */ 93 * shift up or down voltage, use R9 as input to tell level. 164 moveq r9, #0x1 @ if speed down, post down, drop volt 188 * shift up or down voltage, use R9 as input to tell level.
|
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_io.c | 65 down(&free_db_area->idx_lock); in get_db_area() 93 down(&free_db_area->idx_lock); in return_db_area()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sram242x.S | 36 /* frequency shift down */ 41 /* voltage shift down */ 93 * shift up or down voltage, use R9 as input to tell level. 164 moveq r9, #0x1 @ if speed down, post down, drop volt 188 * shift up or down voltage, use R9 as input to tell level.
|
H A D | sram243x.S | 36 /* frequency shift down */ 41 /* voltage shift down */ 93 * shift up or down voltage, use R9 as input to tell level. 164 moveq r9, #0x1 @ if speed down, post down, drop volt 188 * shift up or down voltage, use R9 as input to tell level.
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_control.sh | 137 ip link set dev $rp2 down 138 ip link set dev $rp1 down
|
H A D | devlink_trap_l3_drops.sh | 112 ip link set dev $rp2 down 113 ip link set dev $rp1 down
|
H A D | vxlan.sh | 28 ip link set dev $swp2 down 29 ip link set dev $swp1 down 566 ip link set dev vxlan0 down 571 ip link set dev vxlan1 down 576 log_test "vxlan decap route - vxlan device down" 737 ip link set dev vxlan0 down 740 log_test "offload indication - set vxlan down"
|
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 144 int set, int up, int down) in ipu_di_data_pin_config() 153 ipu_di_write(di, (down << 16) | up, DI_DW_SET(wave_gen, set)); in ipu_di_data_pin_config() 143 ipu_di_data_pin_config(struct ipu_di *di, int wave_gen, int di_pin, int set, int up, int down) ipu_di_data_pin_config() argument
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | cw2015_battery.c | 250 #define HYSTERESIS(current, previous, up, down) \ 251 (((current) < (previous) + (up)) && ((current) > (previous) - (down)))
|
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_hw_io.c | 65 down(&free_db_area->idx_lock); in get_db_area() 93 down(&free_db_area->idx_lock); in return_db_area()
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | cw2015_battery.c | 251 #define HYSTERESIS(current, previous, up, down) \ 252 (((current) < (previous) + (up)) && ((current) > (previous) - (down)))
|
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/ |
H A D | ipu-di.c | 144 int set, int up, int down) in ipu_di_data_pin_config() 153 ipu_di_write(di, (down << 16) | up, DI_DW_SET(wave_gen, set)); in ipu_di_data_pin_config() 143 ipu_di_data_pin_config(struct ipu_di *di, int wave_gen, int di_pin, int set, int up, int down) ipu_di_data_pin_config() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_mcast.sh | 65 ip link set dev $swp2 down 66 ip link set dev $swp1 down
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_vlan_mcast.sh | 65 ip link set dev $swp2 down 66 ip link set dev $swp1 down
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_l3_drops.sh | 113 ip link set dev $rp2 down 114 ip link set dev $rp1 down
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/ |
H A D | fib_tests.sh | 12 TESTS="unregister down carrier nexthop suppress ipv6_rt ipv4_rt ipv6_addr_metric ipv4_addr_metric ipv6_route_metrics ipv4_route_metrics ipv4_route_v6_gw rp_filter ipv4_del_addr" 161 log_test $? 0 "IPv6 - multipath down to single path" 183 echo "Single path, admin down" 194 $IP link set dev dummy0 down 197 echo " Route deleted on down" 213 log_test $? 2 "IPv4 fibmatch on down device" 216 log_test $? 2 "IPv6 fibmatch on down device" 227 log_test $? 0 "IPv4 flags on down device" 230 log_test $? 0 "IPv6 flags on down device" 243 echo "Admin down multipat [all...] |
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 433 bool down; in mip4_report_keys() local 439 down = packet[0] & 0x80; in mip4_report_keys() 445 down = packet[1] & 0x01; in mip4_report_keys() 455 key, keycode, down); in mip4_report_keys() 458 input_report_key(ts->input, keycode, down); in mip4_report_keys()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | cmd.c | 913 down(sem); in cmd_work_handler() 1487 down(&cmd->sem); in mlx5_cmd_allowed_opcode() 1488 down(&cmd->pages_sem); in mlx5_cmd_allowed_opcode() 1503 down(&cmd->sem); in mlx5_cmd_change_mod() 1504 down(&cmd->pages_sem); in mlx5_cmd_change_mod()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/via/ |
H A D | hw.c | 1376 struct via_pll_config cur, up, down, best = {0, 1, 0}; in get_pll_config() local 1385 up = down = cur; in get_pll_config() 1387 down.multiplier--; in get_pll_config() 1390 else if (abs(get_pll_output_frequency(f0, down) - clk) < f) in get_pll_config() 1391 cur = down; in get_pll_config()
|
/kernel/linux/linux-6.6/drivers/thunderbolt/ |
H A D | xdomain.c | 1916 struct tb_port *down; in tb_xdomain_alloc() local 1919 down = tb_port_at(route, parent_sw); in tb_xdomain_alloc() 1920 tb_port_unlock(down); in tb_xdomain_alloc() 1928 xd->local_max_hopid = down->config.max_in_hop_id; in tb_xdomain_alloc() 1948 xd->bonding_possible = !!down->dual_link_port; in tb_xdomain_alloc()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/via/ |
H A D | hw.c | 1376 struct via_pll_config cur, up, down, best = {0, 1, 0}; in get_pll_config() local 1385 up = down = cur; in get_pll_config() 1387 down.multiplier--; in get_pll_config() 1390 else if (abs(get_pll_output_frequency(f0, down) - clk) < f) in get_pll_config() 1391 cur = down; in get_pll_config()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | melfas_mip4.c | 433 bool down; in mip4_report_keys() local 439 down = packet[0] & 0x80; in mip4_report_keys() 445 down = packet[1] & 0x01; in mip4_report_keys() 455 key, keycode, down); in mip4_report_keys() 458 input_report_key(ts->input, keycode, down); in mip4_report_keys()
|