Searched refs:check_fault_work (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/sound/soc/codecs/ |
| H A D | sma1303.c | 62 struct delayed_work check_fault_work; member 484 &sma1303->check_fault_work, in sma1303_startup() 488 &sma1303->check_fault_work, in sma1303_startup() 502 cancel_delayed_work_sync(&sma1303->check_fault_work); in sma1303_shutdown() 1549 &sma1303->check_fault_work, in sma1303_check_fault_worker() 1553 &sma1303->check_fault_work, in sma1303_check_fault_worker() 1580 cancel_delayed_work_sync(&sma1303->check_fault_work); in sma1303_remove() 1654 &sma1303->check_fault_work, in check_fault_status_store() 1658 &sma1303->check_fault_work, in check_fault_status_store() 1757 INIT_DELAYED_WORK(&sma1303->check_fault_work, in sma1303_i2c_probe() [all …]
|
| H A D | sma1307.c | 63 struct delayed_work check_fault_work; member 572 &sma1307->check_fault_work, in sma1307_startup() 576 &sma1307->check_fault_work, in sma1307_startup() 586 cancel_delayed_work_sync(&sma1307->check_fault_work); in sma1307_shutdown() 1614 container_of(work, struct sma1307_priv, check_fault_work.work); in sma1307_check_fault_worker() 1696 &sma1307->check_fault_work, in sma1307_check_fault_worker() 1700 &sma1307->check_fault_work, in sma1307_check_fault_worker() 1983 INIT_DELAYED_WORK(&sma1307->check_fault_work, in sma1307_i2c_probe() 2026 cancel_delayed_work_sync(&sma1307->check_fault_work); in sma1307_i2c_remove()
|