Searched refs:glitch (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/intel/catpt/ |
H A D | ipc.c | 150 struct catpt_notify_glitch glitch; in catpt_dsp_notify_stream() local 168 memcpy_fromio(&glitch, catpt_inbox_addr(cdev), sizeof(glitch)); in catpt_dsp_notify_stream() 169 trace_catpt_ipc_payload((u8 *)&glitch, sizeof(glitch)); in catpt_dsp_notify_stream() 171 dev_warn(cdev->dev, "glitch %d at pos: 0x%08llx, wp: 0x%08x\n", in catpt_dsp_notify_stream() 172 glitch.type, glitch.presentation_pos, in catpt_dsp_notify_stream() 173 glitch.write_pos); in catpt_dsp_notify_stream()
|
/kernel/linux/linux-6.6/sound/soc/intel/catpt/ |
H A D | ipc.c | 150 struct catpt_notify_glitch glitch; in catpt_dsp_notify_stream() local 168 memcpy_fromio(&glitch, catpt_inbox_addr(cdev), sizeof(glitch)); in catpt_dsp_notify_stream() 169 trace_catpt_ipc_payload((u8 *)&glitch, sizeof(glitch)); in catpt_dsp_notify_stream() 171 dev_warn(cdev->dev, "glitch %d at pos: 0x%08llx, wp: 0x%08x\n", in catpt_dsp_notify_stream() 172 glitch.type, glitch.presentation_pos, in catpt_dsp_notify_stream() 173 glitch.write_pos); in catpt_dsp_notify_stream()
|
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik.c | 379 bool glitch) in __nmk_gpio_set_mode_safe() 384 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 396 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 1525 bool glitch; in nmk_pmx_set() local 1557 glitch = ((g->altsetting & NMK_GPIO_ALT_C) == NMK_GPIO_ALT_C); in nmk_pmx_set() 1559 if (glitch) { in nmk_pmx_set() 1599 (g->altsetting & NMK_GPIO_ALT_C), glitch); in nmk_pmx_set() 1619 if (glitch) { in nmk_pmx_set() 1651 /* There is no glitch when converting any pin to GPIO */ in nmk_gpio_request_enable() 1765 /* No glitch whe in nmk_pin_config_set() 377 __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip, unsigned offset, int gpio_mode, bool glitch) __nmk_gpio_set_mode_safe() argument [all...] |
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/ |
H A D | pinctrl-nomadik.c | 382 bool glitch) in __nmk_gpio_set_mode_safe() 387 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 399 if (glitch && nmk_chip->set_ioforce) { in __nmk_gpio_set_mode_safe() 1532 bool glitch; in nmk_pmx_set() local 1564 glitch = ((g->altsetting & NMK_GPIO_ALT_C) == NMK_GPIO_ALT_C); in nmk_pmx_set() 1566 if (glitch) { in nmk_pmx_set() 1608 (g->altsetting & NMK_GPIO_ALT_C), glitch); in nmk_pmx_set() 1628 if (glitch) { in nmk_pmx_set() 1660 /* There is no glitch when converting any pin to GPIO */ in nmk_gpio_request_enable() 1774 /* No glitch whe in nmk_pin_config_set() 380 __nmk_gpio_set_mode_safe(struct nmk_gpio_chip *nmk_chip, unsigned offset, int gpio_mode, bool glitch) __nmk_gpio_set_mode_safe() argument [all...] |
Completed in 7 milliseconds