out_mask           18 drivers/gpio/gpio-moxtet.c 	u16 out_mask;
out_mask           24 drivers/gpio/gpio-moxtet.c 		.out_mask = GENMASK(5, 4),
out_mask           41 drivers/gpio/gpio-moxtet.c 	} else if (chip->desc->out_mask & BIT(offset)) {
out_mask           82 drivers/gpio/gpio-moxtet.c 	else if (chip->desc->out_mask & BIT(offset))
out_mask           95 drivers/gpio/gpio-moxtet.c 	else if (chip->desc->out_mask & BIT(offset))
out_mask          106 drivers/gpio/gpio-moxtet.c 	if (chip->desc->out_mask & BIT(offset))
out_mask           89 drivers/gpio/gpio-mpc8xxx.c 	u32 out_mask, out_shadow;
out_mask           91 drivers/gpio/gpio-mpc8xxx.c 	out_mask = gc->read_reg(mpc8xxx_gc->regs + GPIO_DIR);
out_mask           92 drivers/gpio/gpio-mpc8xxx.c 	val = gc->read_reg(mpc8xxx_gc->regs + GPIO_DAT) & ~out_mask;
out_mask           93 drivers/gpio/gpio-mpc8xxx.c 	out_shadow = gc->bgpio_data & out_mask;
out_mask         1574 drivers/hv/vmbus_drv.c static VMBUS_CHAN_ATTR_RO(out_mask);
out_mask           34 drivers/s390/cio/qdio_main.c 			       unsigned int out_mask, unsigned int in_mask,
out_mask           39 drivers/s390/cio/qdio_main.c 	register unsigned long out asm ("2") = out_mask;
out_mask          438 drivers/thunderbolt/path.c 	enum tb_path_port out_mask, in_mask;
out_mask          487 drivers/thunderbolt/path.c 		out_mask = (i == path->path_length - 1) ?
out_mask          497 drivers/thunderbolt/path.c 		hop.egress_fc = path->egress_fc_enable & out_mask;
out_mask          501 drivers/thunderbolt/path.c 					    & out_mask;
out_mask           19 include/uapi/linux/netfilter/xt_physdev.h 	char out_mask[IFNAMSIZ];
out_mask           89 net/netfilter/xt_physdev.c 	ret = ifname_compare_aligned(outdev, info->physoutdev, info->out_mask);