/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_bpftool_synctypes.py | 297 def get_options(self): member in SourceFileExtractor 425 def get_options(self): member in ManPageExtractor 513 help_map_options = map_info.get_options() 517 man_map_options = man_map_info.get_options() 534 help_prog_options = prog_info.get_options() 538 man_prog_options = man_prog_info.get_options() 562 help_cgroup_options = cgroup_info.get_options() 566 man_cgroup_options = man_cgroup_info.get_options() 581 help_cmd_options = source_info.get_options() 585 man_cmd_options = man_cmd_info.get_options() [all …]
|
/linux-6.3-rc2/lib/ |
A D | cmdline.c | 107 char *get_options(const char *str, int nints, int *ints) in get_options() function 139 EXPORT_SYMBOL(get_options);
|
A 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()
|
A D | string_helpers.c | 157 get_options(buf, 0, &nints); in parse_int_array_user() 169 get_options(buf, nints + 1, ints); in parse_int_array_user()
|
/linux-6.3-rc2/net/openvswitch/ |
A D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
A D | vport.h | 137 int (*get_options)(const struct vport *, struct sk_buff *); member
|
A D | vport.c | 358 if (!vport->ops->get_options) in ovs_vport_get_options() 365 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
|
A D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
/linux-6.3-rc2/arch/arm/mach-omap1/ |
A D | i2c.c | 93 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/linux-6.3-rc2/drivers/net/ |
A D | Space.c | 147 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
|
/linux-6.3-rc2/drivers/net/arcnet/ |
A D | com20020-isa.c | 193 s = get_options(s, 8, ints); in com20020isa_setup()
|
A D | arc-rimi.c | 361 s = get_options(s, 8, ints); in arcrimi_setup()
|
A D | com90io.c | 360 s = get_options(s, 4, ints); in com90io_setup()
|
A D | com90xx.c | 688 s = get_options(s, 8, ints); in com90xx_setup()
|
/linux-6.3-rc2/include/linux/ |
A D | kernel.h | 235 extern char *get_options(const char *str, int nints, int *ints);
|
/linux-6.3-rc2/drivers/video/console/ |
A D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/linux-6.3-rc2/drivers/scsi/ |
A D | mac_scsi.c | 72 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
|
A D | atari_scsi.c | 396 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
|
/linux-6.3-rc2/drivers/gpio/ |
A D | gpio-aggregator.c | 76 p = get_options(offsets, 0, &error); in aggr_parse()
|
/linux-6.3-rc2/drivers/net/hamradio/ |
A D | baycom_par.c | 587 str = get_options(str, 2, ints); in baycom_par_setup()
|
A D | baycom_ser_fdx.c | 662 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
|
A D | baycom_ser_hdx.c | 714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
|
/linux-6.3-rc2/drivers/iio/light/ |
A D | tsl2583.c | 568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/linux-6.3-rc2/tools/kvm/kvm_stat/ |
A D | kvm_stat | 1670 def get_options(): function 1848 options = get_options()
|
/linux-6.3-rc2/sound/oss/dmasound/ |
A D | dmasound_core.c | 1435 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|