Home
last modified time | relevance | path

Searched refs:setup_io (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/include/video/
Dmetronomefb.h48 int (*setup_io)(struct metronomefb_par *); member
/linux-6.12.1/sound/pci/
Dazt3328.c1384 } __packed setup_io; in snd_azf3328_codec_setdmaa() local
1388 setup_io.dma_start_1 = addr; in snd_azf3328_codec_setdmaa()
1389 setup_io.dma_start_2 = addr+area_length; in snd_azf3328_codec_setdmaa()
1393 setup_io.dma_start_1, area_length, in snd_azf3328_codec_setdmaa()
1394 setup_io.dma_start_2, area_length, in snd_azf3328_codec_setdmaa()
1406 setup_io.dma_lengths = (area_length << 16) | (area_length); in snd_azf3328_codec_setdmaa()
1410 codec, IDX_IO_CODEC_DMA_START_1, &setup_io, 3 in snd_azf3328_codec_setdmaa()
/linux-6.12.1/arch/arm/mach-pxa/
Dam200epd.c327 .setup_io = am200_init_gpio_regs,
/linux-6.12.1/drivers/video/fbdev/
Dmetronomefb.c420 res = par->board->setup_io(par); in metronome_init_regs()
/linux-6.12.1/drivers/isdn/hardware/mISDN/
DmISDNinfineon.c654 setup_io(struct inf_hw *hw) in setup_io() function
915 err = setup_io(card); in setup_instance()