Searched refs:ch_name (Results 1 – 4 of 4) 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/bus/mhi/host/ |
| H A D | pci_generic.c | 67 #define MHI_CHANNEL_CONFIG_UL(ch_num, ch_name, el_count, ev_ring) \ argument 70 .name = ch_name, \ 82 #define MHI_CHANNEL_CONFIG_DL(ch_num, ch_name, el_count, ev_ring) \ argument 85 .name = ch_name, \ 110 #define MHI_CHANNEL_CONFIG_HW_UL(ch_num, ch_name, el_count, ev_ring) \ argument 113 .name = ch_name, \ 125 #define MHI_CHANNEL_CONFIG_HW_DL(ch_num, ch_name, el_count, ev_ring) \ argument 128 .name = ch_name, \ 140 #define MHI_CHANNEL_CONFIG_UL_SBL(ch_num, ch_name, el_count, ev_ring) \ argument 143 .name = ch_name, \ [all …]
|
| /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()
|
| /linux/drivers/iio/adc/ |
| H A D | stm32-adc.c | 2258 static int stm32_adc_populate_int_ch(struct iio_dev *indio_dev, const char *ch_name, in stm32_adc_populate_int_ch() argument 2266 if (!strncmp(stm32_adc_ic[i].name, ch_name, STM32_ADC_CH_SZ)) { in stm32_adc_populate_int_ch() 2272 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2277 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2282 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2287 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2292 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
|