/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcm_ring.h | 70 * - bcm_ring_sync_read: Sync read offset in peer ring, from local ring 100 * flush the read index to the producer. This way we do not repeatedly access 167 int read __ring_aligned; /* READ index in a circular ring */ 184 static INLINE void bcm_ring_cons_done(bcm_ring_t *ring, int read); 210 ring->read = 0; in bcm_ring_init() 224 to->read = from->read; in bcm_ring_copy() 237 return (ring->read == ring->write); in bcm_ring_is_empty() 265 return (next_write == ring->read); in __bcm_ring_full() 344 * bcm_ring_cons_done - commit a previously pending read 349 bcm_ring_cons_done(bcm_ring_t *ring, int read) bcm_ring_cons_done() argument [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/packet_tool/ |
H A D | packet_tool.py | 110 data = subfile.read()
117 newdata = file.read(headLen - 6)
146 info = file.read(struct.calcsize('IHHI'))
150 info = file.read(struct.calcsize('32sIIIII'))
168 fileInfoList.append(file.read(imageSizeList[index]))
181 fileInfoList[index2] = subfile.read()
196 fileInfoList.append(subfile.read())
234 newdata = file.read(headLen - 6)
251 info = file.read(struct.calcsize('IHHI'))
255 info = file.read(struc [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_l2_mmu_config.c | 42 * struct l2_mmu_config_limit - L2 MMU read and write limit 45 * @read: Values for the read limit field 50 struct l2_mmu_config_limit_region read; member 63 /* GPU, read, write */ 115 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 117 mmu_config |= (limit.read.value << limit.read.shift) | in kbase_set_mmu_quirks()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/backend/gpu/ |
H A D | mali_kbase_l2_mmu_config.c | 47 * @read: Values for the read limit field 52 struct l2_mmu_config_limit_region read; member 65 /* GPU, read, write */ 102 mmu_config &= ~(limit.read.mask | limit.write.mask); in kbase_set_mmu_quirks() 104 mmu_config |= (limit.read.value << limit.read.shift) | (limit.write.value << limit.write.shift); in kbase_set_mmu_quirks()
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/hi_proc/kernel/ |
H A D | hiproc.c | 197 entry_info->read = proc_read; in hi_proc_ioctl() 244 if (proc_wait.entry.read != HI_NULL) { in hi_proc_ioctl() 245 osal_printk("entry read is not NULL\n"); in hi_proc_ioctl() 262 proc_wait.entry.read = osal_kmalloc(show_buf->size, osal_gfp_kernel); in hi_proc_ioctl() 263 if (proc_wait.entry.read) { in hi_proc_ioctl() 264 if (osal_copy_from_user(proc_wait.entry.read, (hi_void __user *)show_buf->buf, show_buf->size)) { in hi_proc_ioctl() 265 osal_kfree(proc_wait.entry.read); in hi_proc_ioctl() 266 proc_wait.entry.read = HI_NULL; in hi_proc_ioctl() 332 if (proc_wait.entry.read != HI_NULL) { in proc_read() 333 osal_seq_printf(entry, "%s", (hi_char *)proc_wait.entry.read); in proc_read() [all...] |
/device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/ |
H A D | hiproc.c | 188 entry_info->read = proc_read; in hiproc_create_proc_entry() 247 if (proc_wait.entry.read != HI_NULL) { in hiproc_wake_read_task() 248 osal_printk("entry read is not NULL\n"); in hiproc_wake_read_task() 263 proc_wait.entry.read = osal_kmalloc(0, show_buf->size, OSAL_GFP_KERNEL); in hiproc_wake_read_task() 264 if (proc_wait.entry.read) { in hiproc_wake_read_task() 265 if (osal_copy_from_user(proc_wait.entry.read, (hi_void __user *)show_buf->buf, show_buf->size)) { in hiproc_wake_read_task() 266 osal_kfree(0, proc_wait.entry.read); in hiproc_wake_read_task() 267 proc_wait.entry.read = HI_NULL; in hiproc_wake_read_task() 340 if (proc_wait.entry.read != HI_NULL) { in proc_read() 341 osal_proc_print(seqfile, "%s", (hi_char *)proc_wait.entry.read); in proc_read() [all...] |
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_sysfs.c | 146 .read = group_enabled_read, 167 .read = hw_core_base_addr_read, 278 .read = profiling_counter_src_read, 411 .read = l2_l2x_counter_src0_read, 418 .read = l2_l2x_counter_src1_read, 473 .read = l2_l2x_counter_val0_read, 479 .read = l2_l2x_counter_val1_read, 523 .read = power_always_on_read, 586 .read = seq_read, 664 .read [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/ |
H A D | mali_kernel_sysfs.c | 145 .read = group_enabled_read, 166 .read = hw_core_base_addr_read, 277 .read = profiling_counter_src_read, 412 .read = l2_l2x_counter_src0_read, 419 .read = l2_l2x_counter_src1_read, 474 .read = l2_l2x_counter_val0_read, 480 .read = l2_l2x_counter_val1_read, 524 .read = power_always_on_read, 589 .read = seq_read, 668 .read [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 137 u8 val = hdcp->read(hdmi, reg) & ~mask;
in hdcp_modb() 293 dev_dbg(hdcp->dev, "HDCP: read size %d\n", size);
in hdcp_load_keys_cb() 375 if (!(hdcp->read(hdmi, HDMI_HDCPREG_RMSTS) & 0x3f)) {
in dw_hdmi_hdcp_start() 382 if (hdcp->read(hdmi, HDMI_CONFIG1_ID) & HDMI_A_HDCP22_MASK) {
in dw_hdmi_hdcp_start() 407 if (hdcp->read(hdmi, HDMI_MC_CLKDIS) & HDMI_MC_CLKDIS_HDCPCLK_MASK) {
in dw_hdmi_hdcp_start() 457 value = hdcp->read(hdmi, HDMI_A_SRMCTRL);
in dw_hdmi_hdcp_ksvsha1() 467 hdcp->read(hdmi, HDMI_A_SRM_BASE);
in dw_hdmi_hdcp_ksvsha1() 468 bstaus0 = hdcp->read(hdmi, HDMI_A_SRM_BASE + 1);
in dw_hdmi_hdcp_ksvsha1() 469 bstaus1 = hdcp->read(hdmi, HDMI_A_SRM_BASE + 0x2);
in dw_hdmi_hdcp_ksvsha1() 500 ksvlistbuf[(list * KSV_LEN) + i] = hdcp->read(hdm in dw_hdmi_hdcp_ksvsha1() [all...] |
H A D | dw-hdmi-qp-audio.h | 25 u32 (*read)(struct dw_hdmi_qp *hdmi, int offset); member
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-hdcp.c | 136 u8 val = hdcp->read(hdmi, reg) & ~mask; in hdcp_modb() 283 dev_dbg(hdcp->dev, "HDCP: read size %d\n", size); in hdcp_load_keys_cb() 367 if (!(hdcp->read(hdmi, HDMI_HDCPREG_RMSTS) & 0x3f)) in dw_hdmi_hdcp_start() 375 if (hdcp->read(hdmi, HDMI_CONFIG1_ID) & HDMI_A_HDCP22_MASK) { in dw_hdmi_hdcp_start() 409 if (hdcp->read(hdmi, HDMI_MC_CLKDIS) & HDMI_MC_CLKDIS_HDCPCLK_MASK) { in dw_hdmi_hdcp_start() 466 value = hdcp->read(hdmi, HDMI_A_SRMCTRL); in dw_hdmi_hdcp_ksvsha1() 476 hdcp->read(hdmi, HDMI_A_SRM_BASE); in dw_hdmi_hdcp_ksvsha1() 477 bstaus0 = hdcp->read(hdmi, HDMI_A_SRM_BASE + 1); in dw_hdmi_hdcp_ksvsha1() 478 bstaus1 = hdcp->read(hdmi, HDMI_A_SRM_BASE + 2); in dw_hdmi_hdcp_ksvsha1() 510 hdcp->read(hdm in dw_hdmi_hdcp_ksvsha1() [all...] |
H A D | dw-hdmi-qp-audio.h | 25 u32 (*read)(struct dw_hdmi_qp *hdmi, int offset); member
|
H A D | dw-hdmi-audio.h | 21 u8 (*read)(struct dw_hdmi *hdmi, int offset); member
|
/device/soc/rockchip/common/sdk_linux/include/linux/soc/rockchip/ |
H A D | rk_vendor_storage.h | 34 int rk_vendor_register(void *read, void *write); 47 static inline int rk_vendor_register(void *read, void *write) in rk_vendor_register() argument
|
/device/soc/rockchip/rk3588/kernel/include/linux/soc/rockchip/ |
H A D | rk_vendor_storage.h | 34 int rk_vendor_register(void *read, void *write); 47 static inline int rk_vendor_register(void *read, void *write) in rk_vendor_register() argument
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | rk_vendor_storage.c | 35 int rk_vendor_register(void *read, void *write) in rk_vendor_register() argument 38 _vendor_read = read; in rk_vendor_register()
|
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/ |
H A D | rk_vendor_storage.c | 33 int rk_vendor_register(void *read, void *write) in rk_vendor_register() argument 36 _vendor_read = read; in rk_vendor_register()
|
H A D | flash_vendor_storage.h | 8 int flash_vendor_dev_ops_register(int (*read)(u32 sec,
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | make_upg_file.py | 282 temp_bin = f.read()
292 sk = SigningKey.from_pem(f.read())
305 temp_bin = f.read()
309 temp_bin = f.read()
328 temp_bin = f.read()
332 temp_bin = f.read()
351 first_key = SigningKey.from_pem(f.read())
354 second_key = SigningKey.from_pem(f.read())
566 kernel_bin = fp.read()
568 nv_bin = fp.read()
[all...] |
H A D | packet_create.py | 106 data = subfile.read()
112 newdata = file.read(headLen - 6)
186 data = subfile.read()
192 newdata = file.read(headLen - 6)
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/ |
H A D | mali_kbase_csf_tiler_heap_debugfs.c | 105 .read = seq_read, 112 .read = seq_read,
|
/device/soc/rockchip/rk3588/kernel/include/linux/ |
H A D | dw-hdmi-audio.h | 21 u8 (*read)(struct dw_hdmi *hdmi, int offset); member
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_pool_debugfs.c | 119 .read = seq_read, 150 .read = seq_read,
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_mem_pool_debugfs.c | 125 .read = seq_read, 162 .read = seq_read,
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/ |
H A D | hi_osal_user.h | 37 #define OSAL_READ read
|