| /OK3568_Linux_fs/kernel/drivers/input/mouse/ |
| H A D | cyapa_gen3.c | 982 u8 query_data[QUERY_DATA_SIZE]; in cyapa_gen3_get_query_data() local 988 ret = cyapa_read_block(cyapa, CYAPA_CMD_GROUP_QUERY, query_data); in cyapa_gen3_get_query_data() 992 memcpy(&cyapa->product_id[0], &query_data[0], 5); in cyapa_gen3_get_query_data() 994 memcpy(&cyapa->product_id[6], &query_data[5], 6); in cyapa_gen3_get_query_data() 996 memcpy(&cyapa->product_id[13], &query_data[11], 2); in cyapa_gen3_get_query_data() 999 cyapa->fw_maj_ver = query_data[15]; in cyapa_gen3_get_query_data() 1000 cyapa->fw_min_ver = query_data[16]; in cyapa_gen3_get_query_data() 1002 cyapa->btn_capability = query_data[19] & CAPABILITY_BTN_MASK; in cyapa_gen3_get_query_data() 1004 cyapa->gen = query_data[20] & 0x0f; in cyapa_gen3_get_query_data() 1006 cyapa->max_abs_x = ((query_data[21] & 0xf0) << 4) | query_data[22]; in cyapa_gen3_get_query_data() [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | sdp_basic.c | 94 struct ion_heap_query query_data = { }; in allocate_ion_buffer() local 114 if (ioctl(ion, ION_IOC_HEAP_QUERY, &query_data) < 0) { in allocate_ion_buffer() 119 query_data.heaps = (__u64)(unsigned long)&heap_data; in allocate_ion_buffer() 120 if (ioctl(ion, ION_IOC_HEAP_QUERY, &query_data) < 0) { in allocate_ion_buffer() 126 for (idx = 0; idx < query_data.cnt; idx++) in allocate_ion_buffer() 129 if (idx == query_data.cnt) { in allocate_ion_buffer()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/include/ |
| H A D | p2p.h | 626 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 654 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 694 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 6097 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | p2p.h | 637 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 665 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 705 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 4781 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/include/ |
| H A D | p2p.h | 626 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 654 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 694 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 6108 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | p2p.h | 618 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 646 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 686 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 7362 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/include/ |
| H A D | p2p.h | 626 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 654 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 694 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 6097 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | p2p.h | 618 uint8 query_data[1]; /* Query Data, passed in from above Layer 2 */ member 646 uint8 query_data[1]; /* Response Data, passed in from above Layer 2 */ member 686 uint8 query_data[1]; /* Query Data. wifi_p2psd_gas_ireq_frame_t member
|
| H A D | wlioctl.h | 7380 uint8 query_data[1]; /**< ANQP encoded query (max ANQPO_MAX_QUERY_SIZE) */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfgp2p.c | 176 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 181 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 215 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgp2p.c | 173 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 178 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 213 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| H A D | wl_cfg80211.c | 22147 ie = (bcm_tlv_t *)act_frm->query_data; in wl_cfg80211_is_dpp_gas_action() 22151 ie = (bcm_tlv_t *)&act_frm->query_data[WL_GAS_RESP_OFFSET]; in wl_cfg80211_is_dpp_gas_action()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgp2p.c | 193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 232 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgp2p.c | 193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 232 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgp2p.c | 193 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 198 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 232 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgp2p.c | 173 (u8 *)sd_act_frm->query_data + GAS_RESP_OFFSET, in wl_cfgp2p_is_gas_action() 178 (u8 *)sd_act_frm->query_data + GAS_CRESP_OFFSET, in wl_cfgp2p_is_gas_action() 213 (u8 *)sd_act_frm->query_data, in wl_cfgp2p_is_p2p_gas_action()
|
| H A D | wl_cfg80211.c | 22392 ie = (bcm_tlv_t *)act_frm->query_data; in wl_cfg80211_is_dpp_gas_action() 22396 ie = (bcm_tlv_t *)&act_frm->query_data[WL_GAS_RESP_OFFSET]; in wl_cfg80211_is_dpp_gas_action()
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | apparmorfs.c | 658 static ssize_t query_data(char *buf, size_t buf_len, in query_data() function 962 len = query_data(t->data, MULTI_TRANSACTION_LIMIT, in aa_write_access()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
| H A D | p2p.c | 195 u8 query_data[1]; member
|