Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/lib/
H A Dcmdline.c87 char *get_options(const char *str, int nints, int *ints) in get_options() function
114 EXPORT_SYMBOL(get_options);
/OK3568_Linux_fs/kernel/net/openvswitch/
H A 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()
H A Dvport.h129 int (*get_options)(const struct vport *, struct sk_buff *); member
H A Dvport-geneve.c121 .get_options = geneve_get_options,
H A Dvport-vxlan.c150 .get_options = vxlan_get_options,
/OK3568_Linux_fs/kernel/drivers/pcmcia/
H A Dsa1111_badge4.c148 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Di2c.c99 get_options(str, 3, ints); in omap_i2c_bus_setup()
/OK3568_Linux_fs/kernel/drivers/net/arcnet/
H A Dcom20020-isa.c193 s = get_options(s, 8, ints); in com20020isa_setup()
H A Darc-rimi.c360 s = get_options(s, 8, ints); in arcrimi_setup()
H A Dcom90io.c360 s = get_options(s, 4, ints); in com90io_setup()
H A Dcom90xx.c687 s = get_options(s, 8, ints); in com90xx_setup()
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsbufferpool.c213 gstbufferpool_class->get_options = gst_kms_buffer_pool_get_options; in gst_kms_buffer_pool_class_init()
/OK3568_Linux_fs/kernel/drivers/video/console/
H A Dmdacon.c183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dmac_scsi.c72 (void)get_options(str, ARRAY_SIZE(ints), ints); in mac_scsi_setup()
H A Datari_scsi.c400 get_options(str, ARRAY_SIZE(ints), ints); in atari_scsi_setup()
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_par.c587 str = get_options(str, 2, ints); in baycom_par_setup()
H A Dbaycom_ser_fdx.c662 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
H A Dbaycom_ser_hdx.c714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h499 extern char *get_options(const char *str, int nints, int *ints);
/OK3568_Linux_fs/kernel/tools/kvm/kvm_stat/
H A Dkvm_stat1602 def get_options(): function
1780 options = get_options()
/OK3568_Linux_fs/kernel/drivers/iio/light/
H A Dtsl2583.c568 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
/OK3568_Linux_fs/kernel/drivers/net/appletalk/
H A Dltpc.c1196 str = get_options(str, ARRAY_SIZE(ints), ints); in ltpc_setup()
/OK3568_Linux_fs/kernel/sound/oss/dmasound/
H A Ddmasound_core.c1467 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
/OK3568_Linux_fs/kernel/drivers/net/plip/
H A Dplip.c1380 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1784 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()

12