Searched refs:get_options (Results 1 - 25 of 35) sorted by relevance

12

/linux-master/tools/testing/selftests/bpf/
H A Dtest_bpftool_synctypes.py297 def get_options(self): member in class:SourceFileExtractor
425 def get_options(self): member in class: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-master/lib/
H A Dcmdline.c20 * the values[M, M+1, ..., N] into the ints array in get_options.
83 * get_options - Parse a string into a list of integers
107 char *get_options(const char *str, int nints, int *ints) function
139 EXPORT_SYMBOL(get_options); variable
H A Dcmdline_kunit.c115 get_options(in, ARRAY_SIZE(r), r);
122 get_options(in, 0, r);
H A Dstring_helpers.c164 get_options(buf, 0, &nints);
176 get_options(buf, nints + 1, ints);
/linux-master/net/openvswitch/
H A Dvport.h123 * @get_options: Appends vport-specific attributes for the configuration of an
137 int (*get_options)(const struct vport *, struct sk_buff *); member in struct:vport_ops
H A Dvport-geneve.c121 .get_options = geneve_get_options,
H A Dvport-vxlan.c150 .get_options = vxlan_get_options,
H A Dvport.c372 if (!vport->ops->get_options)
379 err = vport->ops->get_options(vport, skb);
/linux-master/arch/arm/mach-omap1/
H A Di2c.c93 get_options(str, 3, ints);
/linux-master/drivers/net/arcnet/
H A Dcom20020-isa.c193 s = get_options(s, 8, ints);
H A Darc-rimi.c362 s = get_options(s, 8, ints);
H A Dcom90io.c361 s = get_options(s, 4, ints);
H A Dcom90xx.c689 s = get_options(s, 8, ints);
/linux-master/drivers/net/
H A DSpace.c147 str = get_options(str, ARRAY_SIZE(ints), ints);
/linux-master/drivers/scsi/
H A Dmac_scsi.c72 (void)get_options(str, ARRAY_SIZE(ints), ints);
H A Datari_scsi.c396 get_options(str, ARRAY_SIZE(ints), ints);
/linux-master/include/linux/
H A Dstring.h296 extern char *get_options(const char *str, int nints, int *ints);
/linux-master/drivers/net/hamradio/
H A Dbaycom_par.c587 str = get_options(str, 2, ints);
H A Dbaycom_ser_fdx.c662 str = get_options(str, 4, ints);
H A Dbaycom_ser_hdx.c714 str = get_options(str, 3, ints);
/linux-master/drivers/video/console/
H A Dmdacon.c183 str = get_options(str, ARRAY_SIZE(ints), ints);
/linux-master/tools/kvm/kvm_stat/
H A Dkvm_stat1670 def get_options():
1848 options = get_options()
/linux-master/drivers/gpio/
H A Dgpio-aggregator.c80 p = get_options(offsets, 0, &error);
/linux-master/drivers/iio/light/
H A Dtsl2583.c568 get_options(buf, ARRAY_SIZE(value), value);
/linux-master/sound/oss/dmasound/
H A Ddmasound_core.c1435 str = get_options(str, ARRAY_SIZE(ints), ints);

Completed in 185 milliseconds

12