/linux/tools/testing/selftests/bpf/ |
A D | test_bpftool_synctypes.py | 276 def get_options(self): member in SourceFileExtractor 370 def get_options(self): member in ManPageExtractor 465 help_map_options = map_info.get_options() 469 man_map_options = man_map_info.get_options() 511 help_prog_options = prog_info.get_options() 515 man_prog_options = man_prog_info.get_options() 538 help_cgroup_options = cgroup_info.get_options() 542 man_cgroup_options = man_cgroup_info.get_options() 562 help_cmd_options = source_info.get_options() 566 man_cmd_options = man_cmd_info.get_options() [all …]
|
/linux/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 | lib.a | 3 …_parse_bufinit_vmlinux_build_idvmlinux_build_id__clz_tabget_optionget_optionsmemparsenext_a…
|
/linux/drivers/pcmcia/ |
A D | sa1111_badge4.c | 148 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
|
/linux/net/openvswitch/ |
A D | vport.c | 308 if (!vport->ops->get_options) in ovs_vport_get_options() 315 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
|
A D | vport.h | 129 int (*get_options)(const struct vport *, struct sk_buff *); member
|
A D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
A D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
/linux/arch/arm/mach-omap1/ |
A D | i2c.c | 99 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/linux/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/drivers/net/ |
A D | Space.c | 147 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
|
/linux/include/linux/ |
A D | kernel.h | 222 extern char *get_options(const char *str, int nints, int *ints);
|
/linux/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/drivers/video/console/ |
A D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/linux/drivers/gpio/ |
A D | gpio-aggregator.c | 75 p = get_options(offsets, 0, &error); in aggr_parse()
|
/linux/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/tools/kvm/kvm_stat/ |
A D | kvm_stat | 1602 def get_options(): function 1779 options = get_options()
|
/linux/drivers/iio/light/ |
A D | tsl2583.c | 568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|