Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c79 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()
1224 INIT_DELAYED_WORK(&aq_ptp->poll_sync, &aq_ptp_poll_sync_work_cb); in aq_ptp_init()
1261 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_free()
1296 schedule_delayed_work(&aq_ptp->poll_sync, in aq_ptp_start_work()
1311 cancel_delayed_work_sync(&aq_ptp->poll_sync); in aq_ptp_link_change()
1372 struct aq_ptp_s *aq_ptp = container_of(dw, struct aq_ptp_s, poll_sync); in aq_ptp_poll_sync_work_cb()
1379 schedule_delayed_work(&aq_ptp->poll_sync, timeout); in aq_ptp_poll_sync_work_cb()
/linux/drivers/bluetooth/
H A Dbtusb.c924 bool poll_sync; member
1526 if (!data->poll_sync) in btusb_submit_intr_urb()
3853 buf[0] = data->poll_sync ? 'Y' : 'N'; in force_poll_sync_read()
3875 if (data->poll_sync == enable) in force_poll_sync_write()
3878 data->poll_sync = enable; in force_poll_sync_write()
4403 data->poll_sync = enable_poll_sync; in btusb_probe()