Searched refs:woal_debug_read (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_debug.c | 972 static int woal_debug_read(struct seq_file *sfp, void *data) in woal_debug_read() function 1279 return single_open(file, woal_debug_read, pde_data(inode)); in woal_debug_proc_open() 1281 return single_open(file, woal_debug_read, PDE_DATA(inode)); in woal_debug_proc_open() 1283 return single_open(file, woal_debug_read, PDE(inode)->data); in woal_debug_proc_open()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_debug.c | 800 woal_debug_read(struct seq_file *sfp, void *data) in woal_debug_read() function 1075 return single_open(file, woal_debug_read, PDE_DATA(inode)); in woal_debug_proc_open() 1077 return single_open(file, woal_debug_read, PDE(inode)->data); in woal_debug_proc_open()
|