Home
last modified time | relevance | path

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

12

/Linux-v4.19/lib/
Dcmdline.c90 char *get_options(const char *str, int nints, int *ints) in get_options() function
117 EXPORT_SYMBOL(get_options);
/Linux-v4.19/drivers/pcmcia/
Dsa1111_badge4.c152 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
/Linux-v4.19/net/openvswitch/
Dvport.h142 int (*get_options)(const struct vport *, struct sk_buff *); member
Dvport-geneve.c125 .get_options = geneve_get_options,
Dvport.c319 if (!vport->ops->get_options) in ovs_vport_get_options()
326 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
Dvport-vxlan.c163 .get_options = vxlan_get_options,
/Linux-v4.19/arch/arm/mach-omap1/
Di2c.c113 get_options(str, 3, ints); in omap_i2c_bus_setup()
/Linux-v4.19/drivers/net/arcnet/
Dcom20020-isa.c193 s = get_options(s, 8, ints); in com20020isa_setup()
Dcom90io.c360 s = get_options(s, 4, ints); in com90io_setup()
Darc-rimi.c360 s = get_options(s, 8, ints); in arcrimi_setup()
Dcom90xx.c687 s = get_options(s, 8, ints); in com90xx_setup()
/Linux-v4.19/drivers/scsi/
Dmac_scsi.c67 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
Datari_scsi.c400 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
/Linux-v4.19/drivers/video/console/
Dmdacon.c183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
/Linux-v4.19/drivers/net/hamradio/
Dbaycom_par.c603 str = get_options(str, 2, ints); in baycom_par_setup()
Dbaycom_ser_fdx.c703 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
Dbaycom_ser_hdx.c730 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
Dbaycom_epp.c1326 str = get_options(str, 2, ints); in baycom_epp_setup()
/Linux-v4.19/tools/kvm/kvm_stat/
Dkvm_stat1507 def get_options(): function
1676 options = get_options()
/Linux-v4.19/drivers/iio/light/
Dtsl2583.c569 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
/Linux-v4.19/drivers/net/appletalk/
Dltpc.c1194 str = get_options(str, ARRAY_SIZE(ints), ints); in ltpc_setup()
/Linux-v4.19/include/linux/
Dkernel.h504 extern char *get_options(const char *str, int nints, int *ints);
/Linux-v4.19/sound/oss/dmasound/
Ddmasound_core.c1465 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
/Linux-v4.19/drivers/net/plip/
Dplip.c1384 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
/Linux-v4.19/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c1784 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()

12