Searched refs:CHANNEL (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 209 radio->registers[CHANNEL] &= ~CHANNEL_CHAN; in si470x_set_chan() 210 radio->registers[CHANNEL] |= CHANNEL_TUNE | chan; in si470x_set_chan() 211 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan() 229 radio->registers[CHANNEL] &= ~CHANNEL_TUNE; in si470x_set_chan() 230 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan() 401 radio->registers[CHANNEL] & CHANNEL_CHAN); in si470x_start()
|
H A D | radio-si470x.h | 60 #define CHANNEL 3 /* Channel */ macro
|
/kernel/linux/linux-6.6/drivers/media/radio/si470x/ |
H A D | radio-si470x-common.c | 209 radio->registers[CHANNEL] &= ~CHANNEL_CHAN; in si470x_set_chan() 210 radio->registers[CHANNEL] |= CHANNEL_TUNE | chan; in si470x_set_chan() 211 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan() 229 radio->registers[CHANNEL] &= ~CHANNEL_TUNE; in si470x_set_chan() 230 retval = radio->set_register(radio, CHANNEL); in si470x_set_chan() 401 radio->registers[CHANNEL] & CHANNEL_CHAN); in si470x_start()
|
H A D | radio-si470x.h | 60 #define CHANNEL 3 /* Channel */ macro
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
H A D | dma_global.h | 74 #define DMA_PACK_CHANNEL(ch) DMA_PACK(ch, CHANNEL)
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/ |
H A D | dma_global.h | 74 #define DMA_PACK_CHANNEL(ch) DMA_PACK(ch, CHANNEL)
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 81 INTERFACE=1, CHANNEL enumerator 413 case CHANNEL: in ppp_release() 519 case CHANNEL: in ppp_write() 648 if (pf->kind == CHANNEL) { in ppp_ioctl() 2721 init_ppp_file(&pch->file, CHANNEL); in ppp_register_net_channel()
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 81 INTERFACE=1, CHANNEL enumerator 415 case CHANNEL: in ppp_release() 521 case CHANNEL: in ppp_write() 733 if (pf->kind == CHANNEL) { in ppp_ioctl() 2892 init_ppp_file(&pch->file, CHANNEL); in ppp_register_net_channel()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 601 #define CHANNEL 14 macro
|
H A D | ipw2100.c | 228 "CHANNEL", 4771 .host_command = CHANNEL, in ipw2100_set_channel() 4779 IPW_DEBUG_HC("CHANNEL: %d\n", channel); in ipw2100_set_channel() 6658 * configured CHANNEL then return that; otherwise return ANY */ in ipw2100_wx_get_freq()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/ipw2x00/ |
H A D | ipw2100.h | 601 #define CHANNEL 14 macro
|
H A D | ipw2100.c | 228 "CHANNEL", 4760 .host_command = CHANNEL, in ipw2100_set_channel() 4768 IPW_DEBUG_HC("CHANNEL: %d\n", channel); in ipw2100_set_channel() 6647 * configured CHANNEL then return that; otherwise return ANY */ in ipw2100_wx_get_freq()
|
Completed in 42 milliseconds