Searched refs:bufinfo (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
D | hfa384x_usb.c | 1707 &hw->bufinfo, sizeof(hw->bufinfo)); in hfa384x_drvr_flashdl_enable() 1711 le16_to_cpus(&hw->bufinfo.page); in hfa384x_drvr_flashdl_enable() 1712 le16_to_cpus(&hw->bufinfo.offset); in hfa384x_drvr_flashdl_enable() 1713 le16_to_cpus(&hw->bufinfo.len); in hfa384x_drvr_flashdl_enable() 1824 HFA384x_ADDR_AUX_MKFLAT(hw->bufinfo.page, hw->bufinfo.offset); in hfa384x_drvr_flashdl_write() 1826 hw->bufinfo.page, hw->bufinfo.offset, dlbufaddr); in hfa384x_drvr_flashdl_write() 1835 nburns = len / hw->bufinfo.len; in hfa384x_drvr_flashdl_write() 1836 nburns += (len % hw->bufinfo.len) ? 1 : 0; in hfa384x_drvr_flashdl_write() 1839 nwrites = hw->bufinfo.len / HFA384x_USB_RWMEM_MAXLEN; in hfa384x_drvr_flashdl_write() 1840 nwrites += (hw->bufinfo.len % HFA384x_USB_RWMEM_MAXLEN) ? 1 : 0; in hfa384x_drvr_flashdl_write() [all …]
|
D | hfa384x.h | 1276 struct hfa384x_downloadbuffer bufinfo; member
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
D | ia_css_debug.c | 2558 char bufinfo[100]; in ia_css_debug_pipe_graph_dump_frame() local 2561 snprintf(bufinfo, sizeof(bufinfo), "Internal"); in ia_css_debug_pipe_graph_dump_frame() 2563 snprintf(bufinfo, sizeof(bufinfo), "Queue: %s %s", in ia_css_debug_pipe_graph_dump_frame() 2575 bufinfo); in ia_css_debug_pipe_graph_dump_frame()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 137490 + {"bufinfo", dma_buf_info_show},
|