Home
last modified time | relevance | path

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

12

/Linux-v5.10/lib/
Dcmdline.c87 char *get_options(const char *str, int nints, int *ints) in get_options() function
114 EXPORT_SYMBOL(get_options);
/Linux-v5.10/drivers/pcmcia/
Dsa1111_badge4.c148 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
/Linux-v5.10/net/openvswitch/
Dvport-geneve.c121 .get_options = geneve_get_options,
Dvport.h129 int (*get_options)(const struct vport *, struct sk_buff *); member
Dvport.c306 if (!vport->ops->get_options) in ovs_vport_get_options()
313 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
Dvport-vxlan.c150 .get_options = vxlan_get_options,
/Linux-v5.10/arch/arm/mach-omap1/
Di2c.c99 get_options(str, 3, ints); in omap_i2c_bus_setup()
/Linux-v5.10/drivers/net/arcnet/
Dcom20020-isa.c193 s = get_options(s, 8, ints); in com20020isa_setup()
Darc-rimi.c360 s = get_options(s, 8, ints); in arcrimi_setup()
Dcom90io.c360 s = get_options(s, 4, ints); in com90io_setup()
Dcom90xx.c687 s = get_options(s, 8, ints); in com90xx_setup()
/Linux-v5.10/drivers/scsi/
Dmac_scsi.c72 (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-v5.10/drivers/video/console/
Dmdacon.c183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
/Linux-v5.10/drivers/net/hamradio/
Dbaycom_par.c587 str = get_options(str, 2, ints); in baycom_par_setup()
Dbaycom_ser_fdx.c662 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
Dbaycom_ser_hdx.c714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
Dbaycom_epp.c1311 str = get_options(str, 2, ints); in baycom_epp_setup()
/Linux-v5.10/include/linux/
Dkernel.h499 extern char *get_options(const char *str, int nints, int *ints);
/Linux-v5.10/drivers/iio/light/
Dtsl2583.c560 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
/Linux-v5.10/tools/kvm/kvm_stat/
Dkvm_stat1602 def get_options(): function
1779 options = get_options()
/Linux-v5.10/drivers/net/appletalk/
Dltpc.c1196 str = get_options(str, ARRAY_SIZE(ints), ints); in ltpc_setup()
/Linux-v5.10/sound/oss/dmasound/
Ddmasound_core.c1467 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
/Linux-v5.10/drivers/net/plip/
Dplip.c1380 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
/Linux-v5.10/drivers/net/ethernet/xircom/
Dxirc2ps_cs.c1784 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()

12