Symbol: get_options
arch/arm/mach-omap1/i2c.c
93
get_options(str, 3, ints);
arch/x86/kernel/apic/io_apic.c
535
get_options(str, ARRAY_SIZE(ints), ints);
drivers/block/ataflop.c
2164
str = get_options(str, 3 + FD_MAX_UNITS, ints);
drivers/block/floppy.c
4410
str = get_options(str, ARRAY_SIZE(ints), ints);
drivers/gpio/gpio-aggregator.c
1385
p = get_options(offsets, 0, &error);
drivers/iio/light/tsl2583.c
568
get_options(buf, ARRAY_SIZE(value), value);
drivers/iio/light/tsl2772.c
1023
get_options(buf, ARRAY_SIZE(value), value);
drivers/net/ethernet/8390/ne.c
1072
str = get_options(str, ARRAY_SIZE(ints), ints);
drivers/net/ethernet/xircom/xirc2ps_cs.c
1781
str = get_options(str, ARRAY_SIZE(ints), ints);
drivers/net/plip/plip.c
1391
str = get_options(str, ARRAY_SIZE(ints), ints);
drivers/scsi/BusLogic.c
3694
(void) get_options(str, ARRAY_SIZE(ints), ints);
drivers/scsi/aha152x.c
3400
get_options(str, ARRAY_SIZE(ints), ints);
drivers/scsi/atari_scsi.c
396
get_options(str, ARRAY_SIZE(ints), ints);
drivers/scsi/mac_scsi.c
72
(void)get_options(str, ARRAY_SIZE(ints), ints);
drivers/scsi/st.c
4207
stp = get_options(str, ARRAY_SIZE(ints), ints);
include/linux/string.h
317
extern char *get_options(const char *str, int nints, int *ints);
lib/cmdline.c
139
EXPORT_SYMBOL(get_options);
lib/string_helpers.c
146
get_options(buf, 0, &nints);
lib/string_helpers.c
154
get_options(buf, nints + 1, ints);
lib/tests/cmdline_kunit.c
116
get_options(in, ARRAY_SIZE(r), r);
lib/tests/cmdline_kunit.c
123
get_options(in, 0, r);
net/openvswitch/vport-geneve.c
124
.get_options = geneve_get_options,
net/openvswitch/vport-vxlan.c
153
.get_options = vxlan_get_options,
net/openvswitch/vport.c
372
if (!vport->ops->get_options)
net/openvswitch/vport.c
379
err = vport->ops->get_options(vport, skb);
net/openvswitch/vport.h
141
int (*get_options)(const struct vport *, struct sk_buff *);
sound/oss/dmasound/dmasound_core.c
1430
str = get_options(str, ARRAY_SIZE(ints), ints);