/Linux-v4.19/lib/ |
D | cmdline.c | 90 char *get_options(const char *str, int nints, int *ints) in get_options() function 117 EXPORT_SYMBOL(get_options);
|
/Linux-v4.19/drivers/pcmcia/ |
D | sa1111_badge4.c | 152 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
|
/Linux-v4.19/net/openvswitch/ |
D | vport.h | 142 int (*get_options)(const struct vport *, struct sk_buff *); member
|
D | vport-geneve.c | 125 .get_options = geneve_get_options,
|
D | vport.c | 319 if (!vport->ops->get_options) in ovs_vport_get_options() 326 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
|
D | vport-vxlan.c | 163 .get_options = vxlan_get_options,
|
/Linux-v4.19/arch/arm/mach-omap1/ |
D | i2c.c | 113 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/Linux-v4.19/drivers/net/arcnet/ |
D | com20020-isa.c | 193 s = get_options(s, 8, ints); in com20020isa_setup()
|
D | com90io.c | 360 s = get_options(s, 4, ints); in com90io_setup()
|
D | arc-rimi.c | 360 s = get_options(s, 8, ints); in arcrimi_setup()
|
D | com90xx.c | 687 s = get_options(s, 8, ints); in com90xx_setup()
|
/Linux-v4.19/drivers/scsi/ |
D | mac_scsi.c | 67 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
|
D | atari_scsi.c | 400 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
|
/Linux-v4.19/drivers/video/console/ |
D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/Linux-v4.19/drivers/net/hamradio/ |
D | baycom_par.c | 603 str = get_options(str, 2, ints); in baycom_par_setup()
|
D | baycom_ser_fdx.c | 703 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
|
D | baycom_ser_hdx.c | 730 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
|
D | baycom_epp.c | 1326 str = get_options(str, 2, ints); in baycom_epp_setup()
|
/Linux-v4.19/tools/kvm/kvm_stat/ |
D | kvm_stat | 1507 def get_options(): function 1676 options = get_options()
|
/Linux-v4.19/drivers/iio/light/ |
D | tsl2583.c | 569 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/Linux-v4.19/drivers/net/appletalk/ |
D | ltpc.c | 1194 str = get_options(str, ARRAY_SIZE(ints), ints); in ltpc_setup()
|
/Linux-v4.19/include/linux/ |
D | kernel.h | 504 extern char *get_options(const char *str, int nints, int *ints);
|
/Linux-v4.19/sound/oss/dmasound/ |
D | dmasound_core.c | 1465 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|
/Linux-v4.19/drivers/net/plip/ |
D | plip.c | 1384 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
|
/Linux-v4.19/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 1784 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()
|