get_options        99 arch/arm/mach-omap1/i2c.c 	get_options(str, 3, ints);
get_options       616 arch/x86/kernel/apic/io_apic.c 	get_options(str, ARRAY_SIZE(ints), ints);
get_options      2071 drivers/block/ataflop.c 	str = get_options(str, 3 + FD_MAX_UNITS, ints);
get_options      4431 drivers/block/floppy.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options       560 drivers/iio/light/tsl2583.c 	get_options(buf, ARRAY_SIZE(value), value);
get_options      1016 drivers/iio/light/tsl2772.c 	get_options(buf, ARRAY_SIZE(value), value);
get_options      1194 drivers/net/appletalk/ltpc.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options       360 drivers/net/arcnet/arc-rimi.c 	s = get_options(s, 8, ints);
get_options       193 drivers/net/arcnet/com20020-isa.c 	s = get_options(s, 8, ints);
get_options       360 drivers/net/arcnet/com90io.c 	s = get_options(s, 4, ints);
get_options       687 drivers/net/arcnet/com90xx.c 	s = get_options(s, 8, ints);
get_options      1784 drivers/net/ethernet/xircom/xirc2ps_cs.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options      1311 drivers/net/hamradio/baycom_epp.c 	str = get_options(str, 2, ints);
get_options       587 drivers/net/hamradio/baycom_par.c         str = get_options(str, 2, ints);
get_options       662 drivers/net/hamradio/baycom_ser_fdx.c         str = get_options(str, 4, ints);
get_options       714 drivers/net/hamradio/baycom_ser_hdx.c 	str = get_options(str, 3, ints);
get_options      1380 drivers/net/plip/plip.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options       148 drivers/pcmcia/sa1111_badge4.c 	s = get_options(s, ARRAY_SIZE(v), v);
get_options      3864 drivers/scsi/BusLogic.c 	(void) get_options(str, ARRAY_SIZE(ints), ints);
get_options      3355 drivers/scsi/aha152x.c 	get_options(str, ARRAY_SIZE(ints), ints);
get_options       400 drivers/scsi/atari_scsi.c 	get_options(str, ARRAY_SIZE(ints), ints);
get_options        72 drivers/scsi/mac_scsi.c 	(void)get_options(str, ARRAY_SIZE(ints), ints);
get_options      4117 drivers/scsi/st.c 	stp = get_options(str, ARRAY_SIZE(ints), ints);
get_options       183 drivers/video/console/mdacon.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options       499 include/linux/kernel.h extern char *get_options(const char *str, int nints, int *ints);
get_options       114 lib/cmdline.c  EXPORT_SYMBOL(get_options);
get_options       570 net/core/dev.c 	str = get_options(str, ARRAY_SIZE(ints), ints);
get_options       121 net/openvswitch/vport-geneve.c 	.get_options	= geneve_get_options,
get_options       150 net/openvswitch/vport-vxlan.c 	.get_options		= vxlan_get_options,
get_options       304 net/openvswitch/vport.c 	if (!vport->ops->get_options)
get_options       311 net/openvswitch/vport.c 	err = vport->ops->get_options(vport, skb);
get_options       129 net/openvswitch/vport.h 	int (*get_options)(const struct vport *, struct sk_buff *);
get_options      1465 sound/oss/dmasound/dmasound_core.c 	str = get_options(str, ARRAY_SIZE(ints), ints);