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

/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ptp.c79 struct delayed_work poll_sync; member in struct:aq_ptp_s
473 cancel_delayed_work_sync(&aq_ptp->poll_sync);
474 schedule_delayed_work(&aq_ptp->poll_sync,
1225 INIT_DELAYED_WORK(&aq_ptp->poll_sync, &aq_ptp_poll_sync_work_cb);
1262 cancel_delayed_work_sync(&aq_ptp->poll_sync);
1297 schedule_delayed_work(&aq_ptp->poll_sync,
1312 cancel_delayed_work_sync(&aq_ptp->poll_sync);
1373 struct aq_ptp_s *aq_ptp = container_of(dw, struct aq_ptp_s, poll_sync);
1380 schedule_delayed_work(&aq_ptp->poll_sync, timeout);
/linux-master/drivers/bluetooth/
H A Dbtusb.c818 bool poll_sync;
1393 if (!data->poll_sync)
4171 buf[0] = data->poll_sync ? 'Y' : 'N';
4193 if (data->poll_sync == enable)
4196 data->poll_sync = enable;
4583 data->poll_sync = enable_poll_sync;
816 bool poll_sync; member in struct:btusb_data

Completed in 252 milliseconds