Searched refs:out_mask (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/netfilter/
H A Dxt_physdev.h19 char out_mask[IFNAMSIZ]; member in struct:xt_physdev_info
/linux-master/drivers/gpio/
H A Dgpio-moxtet.c18 u16 out_mask; member in struct:moxtet_gpio_desc
24 .out_mask = GENMASK(5, 4),
41 } else if (chip->desc->out_mask & BIT(offset)) {
82 else if (chip->desc->out_mask & BIT(offset))
95 else if (chip->desc->out_mask & BIT(offset))
106 if (chip->desc->out_mask & BIT(offset))
H A Dgpio-mpc8xxx.c66 u32 out_mask, out_shadow; local
68 out_mask = gc->read_reg(mpc8xxx_gc->regs + GPIO_DIR);
69 val = gc->read_reg(mpc8xxx_gc->regs + GPIO_DAT) & ~out_mask;
70 out_shadow = gc->bgpio_data & out_mask;
/linux-master/net/netfilter/
H A Dxt_physdev.c89 ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask);
/linux-master/drivers/thunderbolt/
H A Dpath.c506 enum tb_path_port out_mask, in_mask; local
556 out_mask = (i == path->path_length - 1) ?
566 hop.egress_fc = path->egress_fc_enable & out_mask;
570 & out_mask;
/linux-master/drivers/s390/cio/
H A Dqdio_main.c34 unsigned long out_mask, unsigned long in_mask,
49 [out] "d" (out_mask), [in] "d" (in_mask)
33 do_siga_sync(unsigned long schid, unsigned long out_mask, unsigned long in_mask, unsigned int fc) argument
/linux-master/drivers/hv/
H A Dvmbus_drv.c1529 static VMBUS_CHAN_ATTR_RO(out_mask);

Completed in 122 milliseconds