Searched refs:ch_name (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/bus/mhi/host/ |
H A D | pci_generic.c | 53 #define MHI_CHANNEL_CONFIG_UL(ch_num, ch_name, el_count, ev_ring) \ argument 56 .name = ch_name, \ 68 #define MHI_CHANNEL_CONFIG_DL(ch_num, ch_name, el_count, ev_ring) \ argument 71 .name = ch_name, \ 83 #define MHI_CHANNEL_CONFIG_DL_AUTOQUEUE(ch_num, ch_name, el_count, ev_ring) \ argument 86 .name = ch_name, \ 112 #define MHI_CHANNEL_CONFIG_HW_UL(ch_num, ch_name, el_count, ev_ring) \ argument 115 .name = ch_name, \ 127 #define MHI_CHANNEL_CONFIG_HW_DL(ch_num, ch_name, el_count, ev_ring) \ argument 130 .name = ch_name, \ [all …]
|
/openbmc/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()
|
/openbmc/linux/drivers/pci/endpoint/functions/ |
H A D | pci-epf-mhi.c | 34 #define MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, direction) \ argument 37 .name = ch_name, \ 41 #define MHI_EP_CHANNEL_CONFIG_UL(ch_num, ch_name) \ argument 42 MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, DMA_TO_DEVICE) 44 #define MHI_EP_CHANNEL_CONFIG_DL(ch_num, ch_name) \ argument 45 MHI_EP_CHANNEL_CONFIG(ch_num, ch_name, DMA_FROM_DEVICE)
|
/openbmc/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()
|
/openbmc/linux/drivers/iio/adc/ |
H A D | stm32-adc.c | 2121 static int stm32_adc_populate_int_ch(struct iio_dev *indio_dev, const char *ch_name, in stm32_adc_populate_int_ch() argument 2129 if (!strncmp(stm32_adc_ic[i].name, ch_name, STM32_ADC_CH_SZ)) { in stm32_adc_populate_int_ch() 2135 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2140 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2145 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2150 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch() 2155 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
|