Home
last modified time | relevance | path

Searched refs:i2c_clk_work (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/pci/hda/
H A Dpatch_cs8409.c66 INIT_DELAYED_WORK(&spec->i2c_clk_work, cs8409_disable_i2c_clock_worker); in cs8409_alloc_spec()
109 struct cs8409_spec *spec = container_of(work, struct cs8409_spec, i2c_clk_work.work); in cs8409_disable_i2c_clock_worker()
130 cancel_delayed_work(&spec->i2c_clk_work); in cs8409_enable_i2c_clock()
136 queue_delayed_work(system_power_efficient_wq, &spec->i2c_clk_work, msecs_to_jiffies(25)); in cs8409_enable_i2c_clock()
958 cancel_delayed_work_sync(&spec->i2c_clk_work); in cs8409_free()
1021 cancel_delayed_work_sync(&spec->i2c_clk_work); in cs8409_cs42l42_suspend()
H A Dpatch_cs8409.h337 struct delayed_work i2c_clk_work; member