mask_type          49 drivers/char/agp/amd64-agp.c 	int mask_type;
mask_type          57 drivers/char/agp/amd64-agp.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
mask_type          58 drivers/char/agp/amd64-agp.c 	if (mask_type != 0)
mask_type          84 drivers/char/agp/amd64-agp.c 						      mask_type);
mask_type         274 drivers/char/agp/ati-agp.c 	int mask_type;
mask_type         278 drivers/char/agp/ati-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
mask_type         279 drivers/char/agp/ati-agp.c 	if (mask_type != 0 || type != mem->type)
mask_type         322 drivers/char/agp/ati-agp.c 	int mask_type;
mask_type         324 drivers/char/agp/ati-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
mask_type         325 drivers/char/agp/ati-agp.c 	if (mask_type != 0 || type != mem->type)
mask_type        1036 drivers/char/agp/generic.c 	int mask_type;
mask_type        1074 drivers/char/agp/generic.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
mask_type        1075 drivers/char/agp/generic.c 	if (mask_type != 0) {
mask_type        1100 drivers/char/agp/generic.c 						   mask_type),
mask_type        1115 drivers/char/agp/generic.c 	int mask_type, num_entries;
mask_type        1132 drivers/char/agp/generic.c 	mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
mask_type        1133 drivers/char/agp/generic.c 	if (mask_type != 0) {
mask_type         204 drivers/char/agp/nvidia-agp.c 	int mask_type;
mask_type         206 drivers/char/agp/nvidia-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
mask_type         207 drivers/char/agp/nvidia-agp.c 	if (mask_type != 0 || type != mem->type)
mask_type         228 drivers/char/agp/nvidia-agp.c 			       page_to_phys(mem->pages[i]), mask_type),
mask_type         244 drivers/char/agp/nvidia-agp.c 	int mask_type;
mask_type         246 drivers/char/agp/nvidia-agp.c 	mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
mask_type         247 drivers/char/agp/nvidia-agp.c 	if (mask_type != 0 || type != mem->type)
mask_type         154 drivers/char/agp/uninorth-agp.c 	int mask_type;
mask_type         159 drivers/char/agp/uninorth-agp.c 	mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
mask_type         160 drivers/char/agp/uninorth-agp.c 	if (mask_type != 0) {
mask_type         203 drivers/char/agp/uninorth-agp.c 	int mask_type;
mask_type         208 drivers/char/agp/uninorth-agp.c 	mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
mask_type         209 drivers/char/agp/uninorth-agp.c 	if (mask_type != 0) {
mask_type          11 drivers/iio/adc/ad7606.h #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) {	\
mask_type          17 drivers/iio/adc/ad7606.h 		.info_mask_shared_by_type = mask_type,		\
mask_type         994 fs/orangefs/orangefs-debugfs.c 	if (mask_info.mask_type == KERNEL_MASK) {
mask_type        1006 fs/orangefs/orangefs-debugfs.c 				     mask_info.mask_type);
mask_type        1013 fs/orangefs/orangefs-debugfs.c 	} else if (mask_info.mask_type == CLIENT_MASK) {
mask_type        1015 fs/orangefs/orangefs-debugfs.c 				     mask_info.mask_type);
mask_type         274 fs/orangefs/protocol.h 	} mask_type;
mask_type        3566 include/linux/platform_data/cros_ec_commands.h 	uint8_t mask_type;
mask_type         876 kernel/padata.c 	int mask_type;
mask_type         886 kernel/padata.c 	mask_type = !strcmp(attr->name, "serial_cpumask") ?
mask_type         888 kernel/padata.c 	ret = padata_set_cpumask(pinst, mask_type, new_cpumask);
mask_type         571 net/sched/act_ct.c 			       void *mask, int mask_type,
mask_type         581 net/sched/act_ct.c 	if (mask_type == TCA_CT_UNSPEC || !tb[mask_type])
mask_type         584 net/sched/act_ct.c 		nla_memcpy(mask, tb[mask_type], len);
mask_type         768 net/sched/act_ct.c 			       void *mask, int mask_type,
mask_type         780 net/sched/act_ct.c 	if (mask_type != TCA_CT_UNSPEC) {
mask_type         781 net/sched/act_ct.c 		err = nla_put(skb, mask_type, len, mask);
mask_type         711 net/sched/cls_flower.c 			   void *mask, int mask_type, int len)
mask_type         716 net/sched/cls_flower.c 	if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type])
mask_type         719 net/sched/cls_flower.c 		nla_memcpy(mask, tb[mask_type], len);
mask_type        1965 net/sched/cls_flower.c 			   void *mask, int mask_type, int len)
mask_type        1974 net/sched/cls_flower.c 	if (mask_type != TCA_FLOWER_UNSPEC) {
mask_type        1975 net/sched/cls_flower.c 		err = nla_put(skb, mask_type, len, mask);