Home
last modified time | relevance | path

Searched refs:hq (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-dvb/tvheadend/tvheadend/
H A D0001-adjust-for-64bit-time_t.patch96 - htsbuf_qprintf(hq, "#EXTINF:%"PRItime_t",%s\n", durration, lang_str_get(de->de_title, NULL));
97 + htsbuf_qprintf(hq, "#EXTINF:%"PRItime_t",%s\n", (intmax_t)durration, lang_str_get(de->de_title…
99 - htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", durration);
100 + htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", (intmax_t)durration);
102 htsbuf_qprintf(hq, "#EXT-X-STREAM-INF:PROGRAM-ID=%s,BANDWIDTH=%d\n", uuid, bandwidth);
103 htsbuf_qprintf(hq, "#EXT-X-PROGRAM-DATE-TIME:%s\n", buf);
107 htsbuf_append_str(hq, "#EXTM3U\n");
108 - htsbuf_qprintf(hq, "#EXTINF:%"PRItime_t",%s\n", durration, lang_str_get(de->de_title, NULL));
109 + htsbuf_qprintf(hq, "#EXTINF:%"PRItime_t",%s\n", (intmax_t)durration, lang_str_get(de->de_title…
111 - htsbuf_qprintf(hq, "#EXT-X-TARGETDURATION:%"PRItime_t"\n", durration);
[all …]
/openbmc/openbmc/meta-evb/meta-evb-nuvoton/meta-evb-npcm750/
H A DREADME.md8 [here](http://www.nuvoton.com/hq/products/cloud-computing/ibmc/?__locale=en).
/openbmc/openbmc/meta-nuvoton/
H A DREADME.md8 [here](http://www.nuvoton.com/hq/products/cloud-computing/ibmc/?__locale=en).
/openbmc/openbmc-tools/ipkdbg/
H A Dipkdbg.in94 while getopts hq f
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DJPL-image13 … Washington, DC 20546, telephone (202) 358-1713, fax (202) 358-4331, email bert.ulrich@hq.nasa.gov.
/openbmc/linux/Documentation/hwmon/
H A Dw83627hf.rst20 Datasheet: Provided by Winbond on request(http://www.winbond.com/hq/enu)
/openbmc/linux/drivers/scsi/lpfc/
H A Dlpfc_crtn.h299 int lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq,
301 int lpfc_free_rq_buffer(struct lpfc_hba *phba, struct lpfc_queue *hq);
H A Dlpfc_sli.c796 lpfc_sli4_rq_put(struct lpfc_queue *hq, struct lpfc_queue *dq, in lpfc_sli4_rq_put() argument
806 if (unlikely(!hq) || unlikely(!dq)) in lpfc_sli4_rq_put()
808 hq_put_index = hq->host_index; in lpfc_sli4_rq_put()
810 temp_hrqe = lpfc_sli4_qe(hq, hq_put_index); in lpfc_sli4_rq_put()
813 if (hq->type != LPFC_HRQ || dq->type != LPFC_DRQ) in lpfc_sli4_rq_put()
818 if (((hq_put_index + 1) % hq->entry_count) == hq->hba_index) in lpfc_sli4_rq_put()
820 lpfc_sli4_pcimem_bcopy(hrqe, temp_hrqe, hq->entry_size); in lpfc_sli4_rq_put()
824 hq->host_index = ((hq_put_index + 1) % hq->entry_count); in lpfc_sli4_rq_put()
826 hq->RQ_buf_posted++; in lpfc_sli4_rq_put()
829 if (!(hq->host_index % hq->notify_interval)) { in lpfc_sli4_rq_put()
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_core.c3933 u32 hq, lq, nq, eq, pubq; in rtl8xxxu_init_queue_reserved_page() local
3936 hq = 0; in rtl8xxxu_init_queue_reserved_page()
3943 hq = fops->page_num_hi; in rtl8xxxu_init_queue_reserved_page()
3952 pubq = fops->total_page_num - hq - lq - nq - 1; in rtl8xxxu_init_queue_reserved_page()
3955 val32 |= (hq << RQPN_HI_PQ_SHIFT); in rtl8xxxu_init_queue_reserved_page()