Searched refs:sync_ops (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_sync.c | 136 const struct drm_pvr_sync_op *sync_ops) in pvr_sync_signal_array_collect_ops() argument 142 if (!(sync_ops[i].flags & DRM_PVR_SYNC_OP_FLAG_SIGNAL)) in pvr_sync_signal_array_collect_ops() 145 ret = pvr_check_sync_op(&sync_ops[i]); in pvr_sync_signal_array_collect_ops() 150 sync_ops[i].handle, in pvr_sync_signal_array_collect_ops() 151 sync_ops[i].value); in pvr_sync_signal_array_collect_ops() 162 const struct drm_pvr_sync_op *sync_ops, in pvr_sync_signal_array_update_fences() argument 169 if (!(sync_ops[i].flags & DRM_PVR_SYNC_OP_FLAG_SIGNAL)) in pvr_sync_signal_array_update_fences() 172 sig_sync = pvr_sync_signal_array_search(array, sync_ops[i].handle, in pvr_sync_signal_array_update_fences() 173 sync_ops[i].value); in pvr_sync_signal_array_update_fences() 250 const struct drm_pvr_sync_op *sync_ops, in pvr_sync_add_deps_to_job() argument [all …]
|
H A D | pvr_sync.h | 67 const struct drm_pvr_sync_op *sync_ops); 72 const struct drm_pvr_sync_op *sync_ops, 81 const struct drm_pvr_sync_op *sync_ops,
|
/linux/drivers/net/ppp/ |
H A D | ppp_synctty.c | 99 static const struct ppp_channel_ops sync_ops = { variable 186 ap->chan.ops = &sync_ops; in ppp_sync_open()
|
/linux/include/uapi/drm/ |
H A D | pvr_drm.h | 1269 struct drm_pvr_obj_array sync_ops; member
|
/linux/net/mac80211/ |
H A D | mesh.c | 1189 ifmsh->sync_ops = ieee80211_mesh_sync_ops_get(ifmsh->mesh_sp_id); in ieee80211_start_mesh() 1513 if (ifmsh->sync_ops) in ieee80211_mesh_rx_bcn_presp() 1514 ifmsh->sync_ops->rx_bcn_presp(sdata, stype, mgmt, len, in ieee80211_mesh_rx_bcn_presp()
|
H A D | ieee80211_i.h | 803 const struct ieee80211_mesh_sync_ops *sync_ops; member
|
H A D | tx.c | 5587 if (ifmsh->sync_ops) in __ieee80211_beacon_get() 5588 ifmsh->sync_ops->adjust_tsf(sdata, beacon); in __ieee80211_beacon_get()
|