/openbmc/linux/drivers/gpio/ |
H A D | gpio-moxtet.c | 17 u16 in_mask; member 23 .in_mask = GENMASK(2, 0), 39 if (chip->desc->in_mask & BIT(offset)) { in moxtet_gpio_get_value() 80 if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_get_direction() 93 if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_direction_input() 108 else if (chip->desc->in_mask & BIT(offset)) in moxtet_gpio_direction_output()
|
/openbmc/qemu/hw/gpio/ |
H A D | sifive_gpio.c | 42 bool prev_ival, in, in_mask, port, out_xor, pull, output_en, input_en, in update_state() local 49 in_mask = extract32(s->in_mask, i, 1); in update_state() 64 if (output_en && in_mask) { in update_state() 68 if (in_mask) { in update_state() 292 s->in_mask = deposit32(s->in_mask, line, 1, value >= 0); in sifive_gpio_set() 322 s->in_mask = 0; in sifive_gpio_reset() 347 VMSTATE_UINT32(in_mask, SIFIVEGPIOState),
|
H A D | nrf51_gpio.c | 85 connected_in = extract32(s->in_mask, i, 1); in update_state() 253 s->in_mask = deposit32(s->in_mask, line, 1, value >= 0); in nrf51_gpio_set() 270 s->in_mask = 0; in nrf51_gpio_reset() 285 VMSTATE_UINT32(in_mask, NRF51GPIOState),
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_physdev.h | 17 char in_mask[IFNAMSIZ]; member
|
/openbmc/qemu/include/hw/gpio/ |
H A D | nrf51_gpio.h | 59 uint32_t in_mask; member
|
H A D | sifive_gpio.h | 73 uint32_t in_mask; member
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | path.c | 506 enum tb_path_port out_mask, in_mask; in tb_path_activate() local 557 in_mask = (i == 0) ? TB_PATH_SOURCE : TB_PATH_INTERNAL; in tb_path_activate() 564 hop.ingress_fc = path->ingress_fc_enable & in_mask; in tb_path_activate() 567 & in_mask; in tb_path_activate()
|
/openbmc/linux/kernel/rcu/ |
H A D | update.c | 529 long rcutorture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in rcutorture_sched_setaffinity() argument 533 ret = sched_setaffinity(pid, in_mask); in rcutorture_sched_setaffinity()
|
H A D | rcu.h | 581 long rcutorture_sched_setaffinity(pid_t pid, const struct cpumask *in_mask);
|
/openbmc/linux/net/netfilter/ |
H A D | xt_physdev.c | 76 info->in_mask); in physdev_mt()
|
/openbmc/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-vmbus | 73 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/in_mask
|
/openbmc/linux/drivers/s390/cio/ |
H A D | qdio_main.c | 34 unsigned long out_mask, unsigned long in_mask, in do_siga_sync() argument 49 [out] "d" (out_mask), [in] "d" (in_mask) in do_siga_sync()
|
/openbmc/linux/drivers/hv/ |
H A D | vmbus_drv.c | 1556 static VMBUS_CHAN_ATTR_RO(in_mask);
|
/openbmc/linux/kernel/sched/ |
H A D | core.c | 8367 long sched_setaffinity(pid_t pid, const struct cpumask *in_mask) in sched_setaffinity() argument 8411 cpumask_copy(user_mask, in_mask); in sched_setaffinity() 8418 .new_mask = in_mask, in sched_setaffinity()
|