Searched refs:config_len (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | sta_cmd.c | 1734 u16 config_len = 0; in mwifiex_cmd_tdls_oper() local 1765 config_len += sizeof(params->capability); in mwifiex_cmd_tdls_oper() 1767 wmm_qos_info = (void *)(pos + config_len); in mwifiex_cmd_tdls_oper() 1776 config_len); in mwifiex_cmd_tdls_oper() 1789 config_len); in mwifiex_cmd_tdls_oper() 1797 config_len += sizeof(struct host_cmd_tlv_rates) + in mwifiex_cmd_tdls_oper() 1803 config_len); in mwifiex_cmd_tdls_oper() 1814 config_len); in mwifiex_cmd_tdls_oper() 1828 config_len += sizeof(struct mwifiex_ie_types_aid); in mwifiex_cmd_tdls_oper() 1831 timeout = (void *)(pos + config_len); in mwifiex_cmd_tdls_oper() [all …]
|
| /drivers/input/touchscreen/ |
| A D | goodix.c | 72 .config_len = GOODIX_CONFIG_GT9X_LENGTH, 79 .config_len = GOODIX_CONFIG_911_LENGTH, 86 .config_len = GOODIX_CONFIG_967_LENGTH, 93 .config_len = GOODIX_CONFIG_GT9X_LENGTH, 579 int i, raw_cfg_len = ts->chip->config_len - 2; in goodix_calc_cfg_checksum_8() 616 int i, raw_cfg_len = ts->chip->config_len - 3; in goodix_calc_cfg_checksum_16() 1076 ts->config, ts->chip->config_len); in goodix_read_config() 1536 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_resume()
|
| A D | goodix.h | 71 int config_len; member
|
| A D | goodix_fwupload.c | 365 error = goodix_send_cfg(ts, ts->config, ts->chip->config_len); in goodix_handle_fw_request()
|
| /drivers/remoteproc/ |
| A D | remoteproc_virtio.c | 301 if (offset + len > rsc->config_len || offset + len < len) { in rproc_virtio_get() 319 if (offset + len > rsc->config_len || offset + len < len) { in rproc_virtio_set()
|
| A D | remoteproc_debugfs.c | 333 seq_printf(seq, " Config length 0x%x\n", v->config_len); in rproc_rsc_table_show()
|
| A D | remoteproc_core.c | 488 if (size_add(rsc_size, rsc->config_len) > avail) { in rproc_handle_vdev() 500 rsc->id, rsc->dfeatures, rsc->config_len, rsc->num_of_vrings); in rproc_handle_vdev()
|
Completed in 23 milliseconds