/Linux-v5.10/lib/ |
D | cmdline.c | 87 char *get_options(const char *str, int nints, int *ints) in get_options() function 114 EXPORT_SYMBOL(get_options);
|
/Linux-v5.10/drivers/pcmcia/ |
D | sa1111_badge4.c | 148 s = get_options(s, ARRAY_SIZE(v), v); in pcmv_setup()
|
/Linux-v5.10/net/openvswitch/ |
D | vport-geneve.c | 121 .get_options = geneve_get_options,
|
D | vport.h | 129 int (*get_options)(const struct vport *, struct sk_buff *); member
|
D | vport.c | 306 if (!vport->ops->get_options) in ovs_vport_get_options() 313 err = vport->ops->get_options(vport, skb); in ovs_vport_get_options()
|
D | vport-vxlan.c | 150 .get_options = vxlan_get_options,
|
/Linux-v5.10/arch/arm/mach-omap1/ |
D | i2c.c | 99 get_options(str, 3, ints); in omap_i2c_bus_setup()
|
/Linux-v5.10/drivers/net/arcnet/ |
D | com20020-isa.c | 193 s = get_options(s, 8, ints); in com20020isa_setup()
|
D | arc-rimi.c | 360 s = get_options(s, 8, ints); in arcrimi_setup()
|
D | com90io.c | 360 s = get_options(s, 4, ints); in com90io_setup()
|
D | com90xx.c | 687 s = get_options(s, 8, ints); in com90xx_setup()
|
/Linux-v5.10/drivers/scsi/ |
D | mac_scsi.c | 72 (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-v5.10/drivers/video/console/ |
D | mdacon.c | 183 str = get_options(str, ARRAY_SIZE(ints), ints); in mdacon_setup()
|
/Linux-v5.10/drivers/net/hamradio/ |
D | baycom_par.c | 587 str = get_options(str, 2, ints); in baycom_par_setup()
|
D | baycom_ser_fdx.c | 662 str = get_options(str, 4, ints); in baycom_ser_fdx_setup()
|
D | baycom_ser_hdx.c | 714 str = get_options(str, 3, ints); in baycom_ser_hdx_setup()
|
D | baycom_epp.c | 1311 str = get_options(str, 2, ints); in baycom_epp_setup()
|
/Linux-v5.10/include/linux/ |
D | kernel.h | 499 extern char *get_options(const char *str, int nints, int *ints);
|
/Linux-v5.10/drivers/iio/light/ |
D | tsl2583.c | 560 get_options(buf, ARRAY_SIZE(value), value); in in_illuminance_lux_table_store()
|
/Linux-v5.10/tools/kvm/kvm_stat/ |
D | kvm_stat | 1602 def get_options(): function 1779 options = get_options()
|
/Linux-v5.10/drivers/net/appletalk/ |
D | ltpc.c | 1196 str = get_options(str, ARRAY_SIZE(ints), ints); in ltpc_setup()
|
/Linux-v5.10/sound/oss/dmasound/ |
D | dmasound_core.c | 1467 str = get_options(str, ARRAY_SIZE(ints), ints); in dmasound_setup()
|
/Linux-v5.10/drivers/net/plip/ |
D | plip.c | 1380 str = get_options(str, ARRAY_SIZE(ints), ints); in plip_setup()
|
/Linux-v5.10/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 1784 str = get_options(str, ARRAY_SIZE(ints), ints); in setup_xirc2ps_cs()
|