Searched refs:config_len (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/include/uapi/linux/ |
D | mic_common.h | 45 __u8 config_len; member 180 + desc->feature_len * 2 + desc->config_len; in mic_desc_size()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | goodix.c | 39 int config_len; member 95 .config_len = GOODIX_CONFIG_MAX_LENGTH, 101 .config_len = GOODIX_CONFIG_911_LENGTH, 107 .config_len = GOODIX_CONFIG_967_LENGTH, 113 .config_len = GOODIX_CONFIG_MAX_LENGTH, 575 config, ts->chip->config_len); in goodix_read_config()
|
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/ |
D | sta_cmd.c | 1755 u16 config_len = 0; in mwifiex_cmd_tdls_oper() local 1786 config_len += sizeof(params->capability); in mwifiex_cmd_tdls_oper() 1788 wmm_qos_info = (void *)(pos + config_len); in mwifiex_cmd_tdls_oper() 1793 config_len += sizeof(struct mwifiex_ie_types_qos_info); in mwifiex_cmd_tdls_oper() 1797 config_len); in mwifiex_cmd_tdls_oper() 1804 config_len += sizeof(struct mwifiex_ie_types_htcap); in mwifiex_cmd_tdls_oper() 1809 config_len); in mwifiex_cmd_tdls_oper() 1816 config_len += sizeof(struct host_cmd_tlv_rates) + in mwifiex_cmd_tdls_oper() 1822 config_len); in mwifiex_cmd_tdls_oper() 1828 config_len += sizeof(struct mwifiex_ie_types_extcap) + in mwifiex_cmd_tdls_oper() [all …]
|
/Linux-v4.19/drivers/remoteproc/ |
D | remoteproc_virtio.c | 237 if (offset + len > rsc->config_len || offset + len < len) { in rproc_virtio_get() 255 if (offset + len > rsc->config_len || offset + len < len) { in rproc_virtio_set()
|
D | remoteproc_debugfs.c | 217 seq_printf(seq, " Config length 0x%x\n", v->config_len); in rproc_rsc_table_show()
|
D | remoteproc_core.c | 354 + rsc->config_len > avail) { in rproc_handle_vdev() 366 rsc->id, rsc->dfeatures, rsc->config_len, rsc->num_of_vrings); in rproc_handle_vdev()
|
/Linux-v4.19/drivers/misc/mic/vop/ |
D | vop_debugfs.c | 68 seq_printf(s, "Config Len %d ", d->config_len); in vop_dp_show() 86 for (k = 0; k < d->config_len; k++) in vop_dp_show()
|
D | vop_main.c | 88 + ioread8(&desc->config_len); in _vop_desc_size() 163 if (offset + len > ioread8(&desc->config_len)) in vop_get() 173 if (offset + len > ioread8(&desc->config_len)) in vop_set()
|
D | vop_vringh.c | 183 memcpy(mic_vq_configspace(vdev->dd), argp, vdev->dd->config_len); in vop_virtio_config_change() 995 buf = memdup_user(argp, vdev->dd->config_len); in vop_ioctl()
|
/Linux-v4.19/include/linux/ |
D | remoteproc.h | 301 u32 config_len; member
|
/Linux-v4.19/samples/mic/mpssd/ |
D | mpssd.c | 90 .config_len = sizeof(virtcons_dev_page.cons_config), 110 .config_len = sizeof(virtnet_dev_page.net_config), 142 .config_len = sizeof(virtblk_dev_page.blk_config),
|