Home
last modified time | relevance | path

Searched refs:pde_data (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/nubus/
H A Dproc.c96 struct nubus_proc_pde_data *pde_data; in nubus_proc_alloc_pde_data() local
98 pde_data = kmalloc(sizeof(*pde_data), GFP_KERNEL); in nubus_proc_alloc_pde_data()
99 if (!pde_data) in nubus_proc_alloc_pde_data()
102 pde_data->res_ptr = ptr; in nubus_proc_alloc_pde_data()
103 pde_data->res_size = size; in nubus_proc_alloc_pde_data()
104 return pde_data; in nubus_proc_alloc_pde_data()
110 struct nubus_proc_pde_data *pde_data; in nubus_proc_rsrc_show() local
112 pde_data = PDE_DATA(inode); in nubus_proc_rsrc_show()
113 if (!pde_data) in nubus_proc_rsrc_show()
116 if (pde_data->res_size > m->size) in nubus_proc_rsrc_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c370 return single_open(file, woal_info_proc_read, pde_data(inode)); in woal_info_proc_open()
800 return single_open(file, woal_config_read, pde_data(inode)); in woal_config_proc_open()
877 return single_open(file, woal_drv_dump_read, pde_data(inode)); in woal_drv_dump_proc_open()
956 return single_open(file, woal_fw_dump_read, pde_data(inode)); in woal_fw_dump_proc_open()
1008 return single_open(file, woal_wifi_status_read, pde_data(inode)); in woal_wifi_status_proc_open()
H A Dmoal_debug.c752 return single_open(file, woal_histogram_read, pde_data(inode)); in woal_histogram_proc_open()
953 return single_open(file, woal_log_read, pde_data(inode)); in woal_log_proc_open()
1279 return single_open(file, woal_debug_read, pde_data(inode)); in woal_debug_proc_open()
/OK3568_Linux_fs/kernel/drivers/rknpu/
H A Drknpu_debugger.c463 struct rknpu_debugger_node *node = pde_data(inode); in rknpu_procfs_open()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_debugger.c625 struct rga_debugger_node *node = pde_data(inode); in rga_procfs_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux_exportfs.c63 ret = single_open(file, 0, pde_data(inode)); in dhd_ring_proc_open()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Drtw_proc.c41 #define PDE_DATA pde_data