Searched refs:supported_types (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | feature.c | 548 bool *supported_types, const char *define_prefix, __u32 ifindex) in probe_prog_type() argument 577 supported_types[prog_type] |= res; in probe_prog_type() 954 section_program_types(bool *supported_types, const char *define_prefix, in section_program_types() argument 972 probe_prog_type(prog_type, prog_type_str, supported_types, define_prefix, in section_program_types() 1003 section_helpers(bool *supported_types, const char *define_prefix, __u32 ifindex) in section_helpers() argument 1036 supported_types[prog_type], in section_helpers() 1186 bool supported_types[128] = {}; in do_probe() local 1268 section_program_types(supported_types, define_prefix, ifindex); in do_probe() 1270 section_helpers(supported_types, define_prefix, ifindex); in do_probe()
|
| /linux-6.15/drivers/media/platform/st/stm32/stm32-dcmipp/ |
| H A D | dcmipp-core.c | 308 enum v4l2_mbus_type supported_types[] = { in dcmipp_graph_notify_bound() enum 331 for (i = 0; i < ARRAY_SIZE(supported_types); i++) { in dcmipp_graph_notify_bound() 333 if (supported_types[i] == V4L2_MBUS_CSI2_DPHY && in dcmipp_graph_notify_bound() 337 vep.bus_type = supported_types[i]; in dcmipp_graph_notify_bound()
|