Home
last modified time | relevance | path

Searched refs:ch_name (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c127 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/usb/musb/
H A Dtusb6010_omap.c551 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 Dstm32-adc.c2257 static int stm32_adc_populate_int_ch(struct iio_dev *indio_dev, const char *ch_name, in stm32_adc_populate_int_ch() argument
2265 if (!strncmp(stm32_adc_ic[i].name, ch_name, STM32_ADC_CH_SZ)) { in stm32_adc_populate_int_ch()
2271 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
2276 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
2281 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
2286 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()
2291 "%s channel not available\n", ch_name); in stm32_adc_populate_int_ch()