Searched refs:ch_name (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-eth-debugfs.c | 127 char ch_name[10]; in dpaa2_dbg_bp_show() local 135 snprintf(ch_name, sizeof(ch_name), "CH#%d", i); in dpaa2_dbg_bp_show() 136 seq_printf(file, "%10s", ch_name); in dpaa2_dbg_bp_show()
|
| /linux/drivers/pci/endpoint/functions/ |
| H A D | pci-epf-mhi.c | 43 #define MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, direction) \ argument 46 .name = ch_name, \ 50 #define MHI_EP_CHANNEL_CONFIG_UL(ch_num, ch_name) \ argument 51 MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, DMA_TO_DEVICE) 53 #define MHI_EP_CHANNEL_CONFIG_DL(ch_num, ch_name) \ argument 54 MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, DMA_FROM_DEVICE)
|
| /linux/drivers/usb/musb/ |
| H A D | tusb6010_omap.c | 551 char ch_name[8]; in tusb_omap_allocate_dma_pool() local 553 sprintf(ch_name, "dmareq%d", i); in tusb_omap_allocate_dma_pool() 555 ch_name); in tusb_omap_allocate_dma_pool() 558 "Failed to request %s\n", ch_name); in tusb_omap_allocate_dma_pool()
|