Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
Dit821x.c116 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_program()
142 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_program_udma()
172 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_clock_strategy()
241 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_set_pio_mode()
285 struct it821x_dev *itdev = (void *)ide_get_hwifdata(hwif); in it821x_tune_mwdma()
322 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_tune_udma()
364 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_dma_start()
386 struct it821x_dev *itdev = ide_get_hwifdata(hwif); in it821x_dma_end()
444 struct it821x_dev *itdev = ide_get_hwifdata(drive->hwif); in it821x_quirkproc()
Dtc86c001.c68 ide_expiry_t *expiry = ide_get_hwifdata(hwif); in tc86c001_timer_expiry()
/kernel/linux/linux-5.10/include/linux/
Dide.h1517 static inline void *ide_get_hwifdata (ide_hwif_t * hwif) in ide_get_hwifdata() function