/linux-6.1.9/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 505 help_map_options = map_info.get_options() 509 man_map_options = man_map_info.get_options() 526 help_prog_options = prog_info.get_options() 530 man_prog_options = man_prog_info.get_options() 554 help_cgroup_options = cgroup_info.get_options() 558 man_cgroup_options = man_cgroup_info.get_options() 573 help_cmd_options = source_info.get_options() 577 man_cmd_options = man_cmd_info.get_options() [all …]
|
/linux-6.1.9/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 | 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.1.9/drivers/pcmcia/ |
D | sa1111_badge4.c | 148 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
|
/linux-6.1.9/net/openvswitch/ |
D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
D | vport.h | 133 int (*get_options)(const struct vport *, struct sk_buff *); member
|
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()
|
D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
/linux-6.1.9/arch/arm/mach-omap1/ |
D | i2c.c | 101 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/linux-6.1.9/drivers/net/ |
D | Space.c | 147 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
|
/linux-6.1.9/drivers/net/arcnet/ |
D | com20020-isa.c | 193 s = get_options(s, 8, ints); in com20020isa_setup()
|
D | arc-rimi.c | 361 s = get_options(s, 8, ints); in arcrimi_setup()
|
D | com90io.c | 360 s = get_options(s, 4, ints); in com90io_setup()
|
D | com90xx.c | 688 s = get_options(s, 8, ints); in com90xx_setup()
|
/linux-6.1.9/include/linux/ |
D | kernel.h | 235 extern char *get_options(const char *str, int nints, int *ints);
|
/linux-6.1.9/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.1.9/drivers/video/console/ |
D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/linux-6.1.9/drivers/net/hamradio/ |
D | baycom_par.c | 587 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.1.9/drivers/gpio/ |
D | gpio-aggregator.c | 75 p = get_options(offsets, 0, &error); in aggr_parse()
|
/linux-6.1.9/drivers/iio/light/ |
D | tsl2583.c | 568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/linux-6.1.9/tools/kvm/kvm_stat/ |
D | kvm_stat | 1670 def get_options(): function 1848 options = get_options()
|