Searched refs:poll_sync (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 79 struct delayed_work poll_sync; member 473 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_extts_pin_configure() 474 schedule_delayed_work(&aq_ptp->poll_sync, in aq_ptp_extts_pin_configure() 1234 INIT_DELAYED_WORK(&aq_ptp->poll_sync, &aq_ptp_poll_sync_work_cb); in aq_ptp_init() 1271 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_free() 1306 schedule_delayed_work(&aq_ptp->poll_sync, in aq_ptp_start_work() 1321 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_link_change() 1382 struct aq_ptp_s *aq_ptp = container_of(dw, struct aq_ptp_s, poll_sync); in aq_ptp_poll_sync_work_cb() 1389 schedule_delayed_work(&aq_ptp->poll_sync, timeout); in aq_ptp_poll_sync_work_cb()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ptp.c | 79 struct delayed_work poll_sync; member 473 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_extts_pin_configure() 474 schedule_delayed_work(&aq_ptp->poll_sync, in aq_ptp_extts_pin_configure() 1225 INIT_DELAYED_WORK(&aq_ptp->poll_sync, &aq_ptp_poll_sync_work_cb); in aq_ptp_init() 1262 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_free() 1297 schedule_delayed_work(&aq_ptp->poll_sync, in aq_ptp_start_work() 1312 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_link_change() 1373 struct aq_ptp_s *aq_ptp = container_of(dw, struct aq_ptp_s, poll_sync); in aq_ptp_poll_sync_work_cb() 1380 schedule_delayed_work(&aq_ptp->poll_sync, timeout); in aq_ptp_poll_sync_work_cb()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | btusb.c | 802 bool poll_sync; member 1377 if (!data->poll_sync) in btusb_submit_intr_urb() 4147 buf[0] = data->poll_sync ? 'Y' : 'N'; in force_poll_sync_read() 4169 if (data->poll_sync == enable) in force_poll_sync_write() 4172 data->poll_sync = enable; in force_poll_sync_write() 4558 data->poll_sync = enable_poll_sync; in btusb_probe()
|
Completed in 10 milliseconds