Searched refs:out_mask (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpio/ |
| H A D | gpio-moxtet.c | 18 u16 out_mask; member 24 .out_mask = GENMASK(5, 4), 41 } else if (chip->desc->out_mask & BIT(offset)) { in moxtet_gpio_get_value() 82 else if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_get_direction() 95 else if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_direction_input() 106 if (chip->desc->out_mask & BIT(offset)) in moxtet_gpio_direction_output()
|
| /linux/include/uapi/linux/netfilter/ |
| H A D | xt_physdev.h | 19 char out_mask[IFNAMSIZ]; member
|
| /linux/drivers/thunderbolt/ |
| H A D | path.c | 508 enum tb_path_port out_mask, in_mask; in tb_path_activate() local 558 out_mask = (i == path->path_length - 1) ? in tb_path_activate() 568 hop.egress_fc = path->egress_fc_enable & out_mask; in tb_path_activate() 572 & out_mask; in tb_path_activate()
|
| /linux/net/netfilter/ |
| H A D | xt_physdev.c | 89 ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask); in physdev_mt()
|
| /linux/fs/xfs/ |
| H A D | xfs_healthmon.c | 664 unsigned int out_mask; member 687 ret |= m->out_mask; in __map_flags()
|
| /linux/Documentation/ABI/stable/ |
| H A D | sysfs-bus-vmbus | 89 What: /sys/bus/vmbus/devices/<UUID>/channels/<N>/out_mask
|
| /linux/drivers/s390/cio/ |
| H A D | qdio_main.c | 37 unsigned long out_mask, unsigned long in_mask, in do_siga_sync() argument 51 [out] "d" (out_mask), [in] "d" (in_mask) in do_siga_sync()
|
| /linux/kernel/cgroup/ |
| H A D | cpuset.c | 2237 static int parse_cpuset_cpulist(const char *buf, struct cpumask *out_mask) in parse_cpuset_cpulist() argument 2241 retval = cpulist_parse(buf, out_mask); in parse_cpuset_cpulist() 2244 if (!cpumask_subset(out_mask, top_cpuset.cpus_allowed)) in parse_cpuset_cpulist()
|
| /linux/drivers/hv/ |
| H A D | vmbus_drv.c | 1701 static VMBUS_CHAN_ATTR_RO(out_mask);
|