| /linux/tools/testing/selftests/bpf/ |
| H A 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/lib/ |
| H A D | cmdline.c | 107 char *get_options(const char *str, int nints, int *ints) in get_options() function 139 EXPORT_SYMBOL(get_options);
|
| H A D | string_helpers.c | 145 get_options(buf, 0, &nints); in parse_int_array() 153 get_options(buf, nints + 1, ints); in parse_int_array()
|
| /linux/net/openvswitch/ |
| H A D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
| H A D | vport.h | 141 int (*get_options)(const struct vport *, struct sk_buff *); member
|
| H A 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()
|
| H A D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
| /linux/arch/arm/mach-omap1/ |
| H A D | i2c.c | 93 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
| /linux/drivers/net/arcnet/ |
| H A D | com20020-isa.c | 194 s = get_options(s, 8, ints); in com20020isa_setup()
|
| H A D | arc-rimi.c | 362 s = get_options(s, 8, ints); in arcrimi_setup()
|
| H A D | com90io.c | 361 s = get_options(s, 4, ints); in com90io_setup()
|
| H A D | com90xx.c | 689 s = get_options(s, 8, ints); in com90xx_setup()
|
| /linux/drivers/video/console/ |
| H A D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
| /linux/include/linux/ |
| H A D | string.h | 320 extern char *get_options(const char *str, int nints, int *ints);
|
| /linux/drivers/net/hamradio/ |
| H A D | baycom_par.c | 586 str = get_options(str, 2, ints); in baycom_par_setup()
|
| H A D | baycom_ser_fdx.c | 663 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
|
| H A D | baycom_ser_hdx.c | 714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
|
| /linux/tools/kvm/kvm_stat/ |
| H A D | kvm_stat | 1670 def get_options(): function 1848 options = get_options()
|
| /linux/sound/oss/dmasound/ |
| H A D | dmasound_core.c | 1433 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|
| /linux/drivers/net/plip/ |
| H A D | plip.c | 1391 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
|
| /linux/drivers/net/ethernet/xircom/ |
| H A D | xirc2ps_cs.c | 1781 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()
|
| /linux/drivers/block/ |
| H A D | ataflop.c | 2164 str = get_options(str, 3 + FD_MAX_UNITS, ints); in atari_floppy_setup()
|
| /linux/drivers/gpio/ |
| H A D | gpio-aggregator.c | 1370 p = get_options(offsets, 0, &error); in gpio_aggregator_parse()
|
| /linux/drivers/iio/light/ |
| H A D | tsl2772.c | 1012 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance0_lux_table_store()
|
| /linux/arch/x86/kernel/apic/ |
| H A D | io_apic.c | 535 get_options(str, ARRAY_SIZE(ints), ints); in ioapic_pirq_setup()
|