Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 23 of 23) sorted by relevance

/linux/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py297 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 Dcmdline.c107 char *get_options(const char *str, int nints, int *ints) in get_options() function
139 EXPORT_SYMBOL(get_options);
H A Dstring_helpers.c146 get_options(buf, 0, &nints); in parse_int_array()
154 get_options(buf, nints + 1, ints); in parse_int_array()
/linux/arch/arm/mach-omap1/
H A Di2c.c93 get_options(str, 3, ints); in omap_i2c_bus_setup()
/linux/net/openvswitch/
H A Dvport.h141 int (*get_options)(const struct vport *, struct sk_buff *); member
H A Dvport-geneve.c124 .get_options = geneve_get_options,
H A Dvport.c372 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 Dvport-vxlan.c153 .get_options = vxlan_get_options,
/linux/drivers/net/
H A DSpace.c146 str = get_options(str, ARRAY_SIZE(ints), ints); in netdev_boot_setup()
/linux/drivers/net/arcnet/
H A Dcom20020-isa.c194 s = get_options(s, 8, ints); in com20020isa_setup()
H A Darc-rimi.c362 s = get_options(s, 8, ints); in arcrimi_setup()
H A Dcom90io.c361 s = get_options(s, 4, ints); in com90io_setup()
H A Dcom90xx.c689 s = get_options(s, 8, ints); in com90xx_setup()
/linux/drivers/video/console/
H A Dmdacon.c183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
/linux/tools/kvm/kvm_stat/
H A Dkvm_stat1670 def get_options(): function
1848 options = get_options()
/linux/sound/oss/dmasound/
H A Ddmasound_core.c1430 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
/linux/drivers/net/plip/
H A Dplip.c1391 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1781 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()
/linux/drivers/block/
H A Dataflop.c2164 str = get_options(str, 3 + FD_MAX_UNITS, ints); in atari_floppy_setup()
H A Dfloppy.c4410 str = get_options(str, ARRAY_SIZE(ints), ints); in floppy_setup()
/linux/drivers/iio/light/
H A Dtsl2772.c1012 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance0_lux_table_store()
/linux/arch/x86/kernel/apic/
H A Dio_apic.c535 get_options(str, ARRAY_SIZE(ints), ints); in ioapic_pirq_setup()
/linux/drivers/scsi/
H A Dst.c4207 stp = get_options(str, ARRAY_SIZE(ints), ints); in st_setup()