HomeSort by relevance Sort by last modified time
    Searched refs:pending_channel (Results 1 - 4 of 4) sorted by null

  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_private.h 100 struct nouveau_channel *pending_channel; member in struct:nouveau_bo_priv
nouveau_bo.c 348 nouveau_pushbuf_flush(nvbo->pending_channel, 0);
386 nouveau_pushbuf_flush(nvbo->pending_channel, 0);
591 nvbo->pending_channel = chan;
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 484 u8 pending_channel; member in struct:p2p_data
p2p.c 188 if (new_state == P2P_IDLE && p2p->pending_channel) {
191 p2p->cfg->channel = p2p->pending_channel;
193 p2p->pending_channel = 0;
    [all...]

Completed in 59 milliseconds