Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dpac1934.c304 struct delayed_work work_chip_rfsh; member
319 #define TO_PAC1934_CHIP_INFO(d) container_of(d, struct pac1934_chip_info, work_chip_rfsh)
771 mod_delayed_work(system_percpu_wq, &info->work_chip_rfsh, in pac1934_retrieve_data()
1033 schedule_delayed_work(&info->work_chip_rfsh, in pac1934_work_periodic_rfsh()
1322 INIT_DELAYED_WORK(&info->work_chip_rfsh, pac1934_work_periodic_rfsh); in pac1934_chip_configure()
1324 schedule_delayed_work(&info->work_chip_rfsh, in pac1934_chip_configure()
1328 &info->work_chip_rfsh); in pac1934_chip_configure()