Home
last modified time | relevance | path

Searched refs:mask_type (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/drivers/char/agp/
Dnvidia-agp.c204 int mask_type; in nvidia_insert_memory() local
206 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_insert_memory()
207 if (mask_type != 0 || type != mem->type) in nvidia_insert_memory()
228 page_to_phys(mem->pages[i]), mask_type), in nvidia_insert_memory()
244 int mask_type; in nvidia_remove_memory() local
246 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_remove_memory()
247 if (mask_type != 0 || type != mem->type) in nvidia_remove_memory()
Dati-agp.c274 int mask_type; in ati_insert_memory() local
278 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_insert_memory()
279 if (mask_type != 0 || type != mem->type) in ati_insert_memory()
322 int mask_type; in ati_remove_memory() local
324 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_remove_memory()
325 if (mask_type != 0 || type != mem->type) in ati_remove_memory()
Duninorth-agp.c154 int mask_type; in uninorth_insert_memory() local
159 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_insert_memory()
160 if (mask_type != 0) { in uninorth_insert_memory()
203 int mask_type; in uninorth_remove_memory() local
208 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_remove_memory()
209 if (mask_type != 0) { in uninorth_remove_memory()
Dgeneric.c1036 int mask_type; in agp_generic_insert_memory() local
1074 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_insert_memory()
1075 if (mask_type != 0) { in agp_generic_insert_memory()
1100 mask_type), in agp_generic_insert_memory()
1115 int mask_type, num_entries; in agp_generic_remove_memory() local
1132 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_remove_memory()
1133 if (mask_type != 0) { in agp_generic_remove_memory()
Damd64-agp.c49 int mask_type; in amd64_insert_memory() local
57 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in amd64_insert_memory()
58 if (mask_type != 0) in amd64_insert_memory()
84 mask_type); in amd64_insert_memory()
/Linux-v5.4/drivers/iio/adc/
Dad7606.h11 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) { \ argument
17 .info_mask_shared_by_type = mask_type, \
/Linux-v5.4/net/sched/
Dact_ct.c560 void *mask, int mask_type, in tcf_ct_set_key_val() argument
570 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type]) in tcf_ct_set_key_val()
573 nla_memcpy(mask, tb[mask_type], len); in tcf_ct_set_key_val()
757 void *mask, int mask_type, in tcf_ct_dump_key_val() argument
769 if (mask_type != TCA_CT_UNSPEC) { in tcf_ct_dump_key_val()
770 err = nla_put(skb, mask_type, len, mask); in tcf_ct_dump_key_val()
Dcls_flower.c704 void *mask, int mask_type, int len) in fl_set_key_val() argument
709 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val()
712 nla_memcpy(mask, tb[mask_type], len); in fl_set_key_val()
1953 void *mask, int mask_type, int len) in fl_dump_key_val() argument
1962 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val()
1963 err = nla_put(skb, mask_type, len, mask); in fl_dump_key_val()
/Linux-v5.4/fs/orangefs/
Dorangefs-debugfs.c993 if (mask_info.mask_type == KERNEL_MASK) { in orangefs_debugfs_new_debug()
1005 mask_info.mask_type); in orangefs_debugfs_new_debug()
1012 } else if (mask_info.mask_type == CLIENT_MASK) { in orangefs_debugfs_new_debug()
1014 mask_info.mask_type); in orangefs_debugfs_new_debug()
Dprotocol.h274 } mask_type; member
/Linux-v5.4/kernel/
Dpadata.c871 int mask_type; in store_cpumask() local
881 mask_type = !strcmp(attr->name, "serial_cpumask") ? in store_cpumask()
883 ret = padata_set_cpumask(pinst, mask_type, new_cpumask); in store_cpumask()
/Linux-v5.4/include/linux/platform_data/
Dcros_ec_commands.h3566 uint8_t mask_type; member