/openbmc/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 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 …]
|
/openbmc/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 | 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()
|
H 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()
|
/openbmc/linux/net/openvswitch/ |
H A D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
H A D | vport.h | 137 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,
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | i2c.c | 93 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/openbmc/linux/drivers/net/arcnet/ |
H A D | com20020-isa.c | 193 s = get_options(s, 8, ints); in com20020isa_setup()
|
H A D | com90io.c | 360 s = get_options(s, 4, ints); in com90io_setup()
|
H A D | arc-rimi.c | 361 s = get_options(s, 8, ints); in arcrimi_setup()
|
H A D | com90xx.c | 688 s = get_options(s, 8, ints); in com90xx_setup()
|
/openbmc/linux/drivers/net/ |
H A D | Space.c | 147 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
|
/openbmc/linux/include/linux/ |
H A D | kernel.h | 208 extern char *get_options(const char *str, int nints, int *ints);
|
/openbmc/linux/drivers/scsi/ |
H A D | mac_scsi.c | 72 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
|
H A D | atari_scsi.c | 396 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
|
/openbmc/linux/drivers/video/console/ |
H A D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/openbmc/linux/drivers/net/hamradio/ |
H A D | baycom_par.c | 587 str = get_options(str, 2, ints); in baycom_par_setup()
|
H A D | baycom_ser_fdx.c | 662 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()
|
/openbmc/linux/drivers/gpio/ |
H A D | gpio-aggregator.c | 80 p = get_options(offsets, 0, &error); in aggr_parse()
|
/openbmc/linux/tools/kvm/kvm_stat/ |
H A D | kvm_stat | 1670 def get_options(): function 1848 options = get_options()
|
/openbmc/linux/drivers/iio/light/ |
H A D | tsl2583.c | 568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/openbmc/linux/sound/oss/dmasound/ |
H A D | dmasound_core.c | 1435 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|