Home
last modified time | relevance | path

Searched refs:match_type (Results 1 – 6 of 6) sorted by relevance

/drivers/media/v4l2-core/
Dv4l2-async.c176 switch (asd->match_type) { in v4l2_async_find_match()
201 if (asd_x->match_type != asd_y->match_type) in asd_equal()
204 switch (asd_x->match_type) { in asd_equal()
503 switch (asd->match_type) { in v4l2_async_nf_asd_valid()
513 asd->match_type, asd); in v4l2_async_nf_asd_valid()
639 switch (asd->match_type) { in __v4l2_async_nf_cleanup()
694 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in __v4l2_async_nf_add_fwnode()
741 asd->match_type = V4L2_ASYNC_MATCH_I2C; in __v4l2_async_nf_add_i2c()
852 switch (asd->match_type) { in print_waiting_subdev()
Dv4l2-fwnode.c809 asd->match_type = V4L2_ASYNC_MATCH_FWNODE; in v4l2_async_nf_fwnode_parse_endpoint()
/drivers/net/ethernet/aquantia/atlantic/macsec/
Dmacsec_struct.h35 u32 match_type; member
343 u32 match_type; member
693 u32 match_type; member
Dmacsec_api.c278 packed_record[5] = rec->match_type & 0xF; in set_ingress_prectlf_record()
333 rec->match_type = packed_record[5] & 0xF; in get_ingress_prectlf_record()
1080 packed_record[5] = rec->match_type & 0xF; in set_ingress_postctlf_record()
1134 rec->match_type = packed_record[5] & 0xF; in get_ingress_postctlf_record()
1171 packed_record[5] = rec->match_type & 0xF; in set_egress_ctlf_record()
1221 rec->match_type = packed_record[5] & 0xF; in get_egress_ctlf_record()
/drivers/clocksource/
Darm_arch_timer.c440 .match_type = ate_match_dt,
451 .match_type = ate_match_dt,
460 .match_type = ate_match_acpi_oem_info,
471 .match_type = ate_match_local_cap_id,
482 .match_type = ate_match_dt,
493 .match_type = ate_match_local_cap_id,
550 if (ool_workarounds[i].match_type != type) in arch_timer_iterate_errata()
/drivers/net/ethernet/aquantia/atlantic/
Daq_macsec.c1523 tx_ctlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()
1531 rx_prectlf_rec.match_type = 4; /* Match eth_type only */ in aq_macsec_enable()