/linux-6.12.1/tools/testing/selftests/bpf/ |
D | test_bpftool_synctypes.py | 297 def get_options(self): member in SourceFileExtractor 425 def get_options(self): member in ManPageExtractor 522 help_map_options = map_info.get_options() 526 man_map_options = man_map_info.get_options() 543 help_prog_options = prog_info.get_options() 547 man_prog_options = man_prog_info.get_options() 571 help_cgroup_options = cgroup_info.get_options() 575 man_cgroup_options = man_cgroup_info.get_options() 590 help_cmd_options = source_info.get_options() 594 man_cmd_options = man_cmd_info.get_options() [all …]
|
/linux-6.12.1/lib/ |
D | cmdline.c | 107 char *get_options(const char *str, int nints, int *ints) in get_options() function 139 EXPORT_SYMBOL(get_options);
|
D | cmdline_kunit.c | 115 get_options(in, ARRAY_SIZE(r), r); in cmdline_do_one_range_test() 122 get_options(in, 0, r); in cmdline_do_one_range_test()
|
D | string_helpers.c | 164 get_options(buf, 0, &nints); in parse_int_array_user() 176 get_options(buf, nints + 1, ints); in parse_int_array_user()
|
/linux-6.12.1/net/openvswitch/ |
D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
D | vport.h | 137 int (*get_options)(const struct vport *, struct sk_buff *); member
|
D | vport.c | 372 if (!vport->ops->get_options) in ovs_vport_get_options() 379 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
|
D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
/linux-6.12.1/arch/arm/mach-omap1/ |
D | i2c.c | 93 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/linux-6.12.1/drivers/net/ |
D | Space.c | 147 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
|
/linux-6.12.1/drivers/net/arcnet/ |
D | com20020-isa.c | 194 s = get_options(s, 8, ints); in com20020isa_setup()
|
D | arc-rimi.c | 362 s = get_options(s, 8, ints); in arcrimi_setup()
|
D | com90io.c | 361 s = get_options(s, 4, ints); in com90io_setup()
|
D | com90xx.c | 689 s = get_options(s, 8, ints); in com90xx_setup()
|
/linux-6.12.1/drivers/video/console/ |
D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/linux-6.12.1/drivers/scsi/ |
D | mac_scsi.c | 72 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
|
D | atari_scsi.c | 396 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
|
/linux-6.12.1/include/linux/ |
D | string.h | 317 extern char *get_options(const char *str, int nints, int *ints);
|
/linux-6.12.1/drivers/net/hamradio/ |
D | baycom_par.c | 586 str = get_options(str, 2, ints); in baycom_par_setup()
|
D | baycom_ser_fdx.c | 662 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
|
D | baycom_ser_hdx.c | 714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-aggregator.c | 80 p = get_options(offsets, 0, &error); in aggr_parse()
|
/linux-6.12.1/tools/kvm/kvm_stat/ |
D | kvm_stat | 1670 def get_options(): function 1848 options = get_options()
|
/linux-6.12.1/drivers/iio/light/ |
D | tsl2583.c | 568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/linux-6.12.1/sound/oss/dmasound/ |
D | dmasound_core.c | 1433 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|