HomeSort by relevance Sort by last modified time
    Searched defs:qh (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/debugfs/
quota.c 110 struct quota_handle *qh; local
127 qh = current_qctx->quota_file[type];
128 retval = qh->qh_ops->scan_dquots(qh, list_quota_callback, NULL);
139 struct quota_handle *qh; local
163 qh = current_qctx->quota_file[type];
165 dq = qh->qh_ops->read_dquot(qh, id);
  /external/f2fs-tools/fsck/
mkquota.c 45 static void write_dquots(dict_t *dict, struct quota_handle *qh)
54 dq->dq_h = qh;
56 if (qh->qh_ops->commit_dquot(dq))
364 struct quota_handle qh; local
374 err = quota_file_open(sbi, &qh, qtype, 0);
384 err = qh.qh_ops->scan_dquots(&qh, scan_dquots_callback, &scan_data);
  /external/e2fsprogs/lib/support/
mkquota.c 147 static void write_dquots(dict_t *dict, struct quota_handle *qh)
156 dq->dq_h = qh;
158 qh->qh_ops->commit_dquot(dq);
570 static errcode_t quota_read_all_dquots(struct quota_handle *qh,
576 scan_data.quota_dict = qctx->quota_dict[qh->qh_type];
581 return qh->qh_ops->scan_dquots(qh, scan_dquots_callback, &scan_data);
588 static errcode_t quota_write_all_dquots(struct quota_handle *qh,
596 write_dquots(qctx->quota_dict[qh->qh_type], qh);
610 struct quota_handle *qh; local
650 struct quota_handle qh; local
    [all...]
  /external/libaom/libaom/av1/encoder/x86/
av1_quantize_avx2.c 264 __m256i qh = _mm256_mulhi_epi16(q, qp[1]); local
266 qh = _mm256_slli_epi16(qh, 2);
268 q = _mm256_or_si256(qh, ql);
  /external/u-boot/drivers/usb/musb-new/
musb_host.c 168 static void musb_ep_set_qh(struct musb_hw_ep *ep, int is_in, struct musb_qh *qh)
171 ep->in_qh = qh;
173 ep->out_qh = qh;
188 musb_start_urb(struct musb *musb, int is_in, struct musb_qh *qh)
193 struct urb *urb = next_urb(qh);
196 struct musb_hw_ep *hw_ep = qh->hw_ep;
201 /* initialize software qh state */
202 qh->offset = 0;
203 qh->segsize = 0;
206 switch (qh->type)
342 struct musb_qh *qh = musb_ep_get_qh(hw_ep, is_in); local
459 struct musb_qh *qh = hw_ep->in_qh; local
692 struct musb_qh *qh = musb_ep_get_qh(hw_ep, !is_out); local
894 struct musb_qh *qh = hw_ep->in_qh; local
972 struct musb_qh *qh = hw_ep->in_qh; local
1111 struct musb_qh *qh = hw_ep->out_qh; local
1436 struct musb_qh *qh = hw_ep->in_qh; local
1921 struct musb_qh *qh; local
2189 struct musb_qh *qh; local
2252 struct musb_qh *qh; local
    [all...]
  /external/mksh/src/
var.c 1763 uint32_t qh; member in struct:__anon34539
    [all...]
  /external/u-boot/drivers/usb/host/
ehci-hcd.c 285 struct QH *qh)
295 qh->qh_endpt2 |= cpu_to_hc32(QH_ENDPT2_PORTNUM(portnr) |
303 ALLOC_ALIGN_BUFFER(struct QH, qh, 1, USB_DMA_MINALIGN);
330 * list with a queue head (QH).
391 memset(qh, 0, sizeof(struct QH));
397 * Setup QH (3.6 in ehci-r10.pdf)
406 qh->qh_link = cpu_to_hc32(virt_to_phys(&ctrl->qh_list) | QH_LINK_TYPE_QH)
1289 struct QH *qh = result->first + i; local
    [all...]

Completed in 328 milliseconds