Searched refs:mask_type (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/iio/adc/
H A Dad7606.h11 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) { \
17 .info_mask_shared_by_type = mask_type, \
/linux-master/drivers/char/agp/
H A Dnvidia-agp.c204 int mask_type; local
206 mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
207 if (mask_type != 0 || type != mem->type)
228 page_to_phys(mem->pages[i]), mask_type),
244 int mask_type; local
246 mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
247 if (mask_type != 0 || type != mem->type)
H A Dati-agp.c265 int mask_type; local
269 mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
270 if (mask_type != 0 || type != mem->type)
313 int mask_type; local
315 mask_type = agp_generic_type_to_mask_type(mem->bridge, type);
316 if (mask_type != 0 || type != mem->type)
H A Duninorth-agp.c155 int mask_type; local
160 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
161 if (mask_type != 0) {
204 int mask_type; local
209 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type);
210 if (mask_type != 0) {
H A Dgeneric.c1032 int mask_type; local
1070 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
1071 if (mask_type != 0) {
1096 mask_type),
1111 int mask_type, num_entries; local
1128 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
1129 if (mask_type != 0) {
H A Damd64-agp.c49 int mask_type; local
57 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type);
58 if (mask_type != 0)
84 mask_type);
/linux-master/fs/orangefs/
H A Dorangefs-debugfs.c977 if (mask_info.mask_type == KERNEL_MASK) {
989 mask_info.mask_type);
996 } else if (mask_info.mask_type == CLIENT_MASK) {
998 mask_info.mask_type);
H A Dprotocol.h274 } mask_type; member in struct:dev_mask_info_s
/linux-master/net/sched/
H A Dact_ct.c1183 void *mask, int mask_type,
1193 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type])
1196 nla_memcpy(mask, tb[mask_type], len);
1413 void *mask, int mask_type,
1425 if (mask_type != TCA_CT_UNSPEC) {
1426 err = nla_put(skb, mask_type, len, mask);
1181 tcf_ct_set_key_val(struct nlattr **tb, void *val, int val_type, void *mask, int mask_type, int len) argument
1411 tcf_ct_dump_key_val(struct sk_buff *skb, void *val, int val_type, void *mask, int mask_type, int len) argument
H A Dcls_flower.c791 void *mask, int mask_type, int len)
796 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type])
799 nla_memcpy(mask, tb[mask_type], len);
2751 void *mask, int mask_type, int len)
2760 if (mask_type != TCA_FLOWER_UNSPEC) {
2761 err = nla_put(skb, mask_type, len, mask);
789 fl_set_key_val(struct nlattr **tb, void *val, int val_type, void *mask, int mask_type, int len) argument
2749 fl_dump_key_val(struct sk_buff *skb, void *val, int val_type, void *mask, int mask_type, int len) argument
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c560 enum mask_type { MASK_ONES, MASK_ZEROES, MASK_PREFIX, MASK_OTHER }; enum
562 static const char *mask_type_name(enum mask_type typ)
579 static enum mask_type classify_mask(const u8 *mask, size_t len)
607 static int efx_mae_match_check_cap_typ(u8 support, enum mask_type typ)
636 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
649 enum mask_type typ = mask->_field ? MASK_ONES : MASK_ZEROES; \
666 enum mask_type ingress_port_mask_type;
733 enum mask_type typ = classify_mask((const u8 *)&mask->_field, \
760 enum mask_type ingress_port_mask_type;
833 enum mask_type ty
[all...]
/linux-master/kernel/
H A Dpadata.c902 int mask_type; local
912 mask_type = !strcmp(attr->name, "serial_cpumask") ?
914 ret = padata_set_cpumask(pinst, mask_type, new_cpumask);
/linux-master/include/linux/platform_data/
H A Dcros_ec_commands.h3602 uint8_t mask_type; member in struct:ec_params_host_event
3624 * params.value is ignored. Value of mask_type populated

Completed in 269 milliseconds