Searched refs:azx_get_pos_lpib (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_controller.h | 194 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
|
H A D | hda_controller.c | 278 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib() function 282 EXPORT_SYMBOL_GPL(azx_get_pos_lpib); variable 1223 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init() 1224 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
|
H A D | hda_intel.c | 624 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib() 704 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok() 705 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok() 706 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok() 708 pos = azx_get_pos_lpib(chip, azx_dev); in azx_position_ok() 1616 [POS_FIX_LPIB] = azx_get_pos_lpib, in assign_position_fix() 1619 [POS_FIX_COMBO] = azx_get_pos_lpib, in assign_position_fix()
|
H A D | hda_loongson.c | 547 chip->get_position[0] = chip->get_position[1] = azx_get_pos_lpib; in azx_create()
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 188 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev);
|
H A D | hda_controller.c | 278 unsigned int azx_get_pos_lpib(struct azx *chip, struct azx_dev *azx_dev) in azx_get_pos_lpib() function 282 EXPORT_SYMBOL_GPL(azx_get_pos_lpib); variable 1175 if (chip->get_position[0] != azx_get_pos_lpib || in azx_bus_init() 1176 chip->get_position[1] != azx_get_pos_lpib) in azx_bus_init()
|
H A D | hda_intel.c | 577 unsigned int lpib_pos = azx_get_pos_lpib(chip, azx_dev); in azx_get_delay_from_lpib() 664 chip->get_position[stream] = azx_get_pos_lpib; in azx_position_ok() 665 if (chip->get_position[0] == azx_get_pos_lpib && in azx_position_ok() 666 chip->get_position[1] == azx_get_pos_lpib) in azx_position_ok() 668 pos = azx_get_pos_lpib(chip, azx_dev); in azx_position_ok() 1573 [POS_FIX_LPIB] = azx_get_pos_lpib, in assign_position_fix() 1576 [POS_FIX_COMBO] = azx_get_pos_lpib, in assign_position_fix()
|
Completed in 12 milliseconds