Searched refs:hc (Results 1 - 18 of 18) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dohci-mem.c72 dma_to_td (struct ohci_hcd *hc, dma_addr_t td_dma) argument
77 td = hc->td_hash [TD_HASH_FUNC(td_dma)];
85 td_alloc (struct ohci_hcd *hc, gfp_t mem_flags) argument
90 td = dma_pool_alloc (hc->td_cache, mem_flags, &dma);
92 /* in case hc fetches it, make it look dead */
94 td->hwNextTD = cpu_to_hc32 (hc, dma);
102 td_free (struct ohci_hcd *hc, struct td *td) argument
104 struct td **prev = &hc->td_hash [TD_HASH_FUNC (td->td_dma)];
110 else if ((td->hwINFO & cpu_to_hc32(hc, TD_DONE)) != 0)
111 ohci_dbg (hc, "n
119 ed_alloc(struct ohci_hcd *hc, gfp_t mem_flags) argument
134 ed_free(struct ohci_hcd *hc, struct ed *ed) argument
[all...]
H A Dohci.h37 __hc32 hwHeadP; /* head of TD list (hc r/w) */
56 #define ED_UNLINK 0x01 /* being unlinked from hc */
57 #define ED_OPER 0x02 /* IS linked to hc */
357 * hcd adds to schedule for a live hc any time, but removals finish
388 u32 hc_control; /* copy of hc control reg */
655 #define read_roothub(hc, register, mask) ({ \
656 u32 temp = ohci_readl (hc, &hc->regs->roothub.register); \
658 disable (hc); \
659 else if (hc
664 roothub_a(struct ohci_hcd *hc) argument
666 roothub_b(struct ohci_hcd *hc) argument
668 roothub_status(struct ohci_hcd *hc) argument
670 roothub_portstatus(struct ohci_hcd *hc, int i) argument
[all...]
H A Dohci-dbg.c198 #define dbg_port_sw(hc,num,value,next,size) \
199 ohci_dbg_sw (hc, next, size, \
H A Dohci-hub.c16 #define dbg_port(hc,label,num,value) \
17 ohci_dbg (hc, \
H A Dohci-q.c12 static void urb_free_priv (struct ohci_hcd *hc, urb_priv_t *urb_priv) argument
23 td_free (hc, td);
517 * tempted to die part way through. (and to force the hc to flush
726 if (tdINFO & TD_CC) /* hc didn't touch? */
862 * we unreverse the hc-reversed done-list
874 /* get TD from hc's singly linked list, and
977 /* patch pointer hc uses */
994 /* ED's now officially unlinked, hc doesn't see */
1096 /* ... hc may need waking-up */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-ioctl.c99 struct hash_cell *hc; local
102 list_for_each_entry (hc, _name_buckets + h, name_list)
103 if (!strcmp(hc->name, str)) {
104 dm_get(hc->md);
105 return hc;
113 struct hash_cell *hc; local
116 list_for_each_entry (hc, _uuid_buckets + h, uuid_list)
117 if (!strcmp(hc->uuid, str)) {
118 dm_get(hc->md);
119 return hc;
131 struct hash_cell *hc; local
162 free_cell(struct hash_cell *hc) argument
177 struct hash_cell *cell, *hc; local
219 __hash_remove(struct hash_cell *hc) argument
243 struct hash_cell *hc; local
281 struct hash_cell *hc; local
386 struct hash_cell *hc; local
622 struct hash_cell *hc; local
652 struct hash_cell *hc; local
794 struct hash_cell *hc; local
1051 struct hash_cell *hc; local
1096 struct hash_cell *hc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dheartbeat.h67 void o2hb_setup_callback(struct o2hb_callback_func *hc,
72 int o2hb_register_callback(struct o2hb_callback_func *hc);
73 void o2hb_unregister_callback(struct o2hb_callback_func *hc);
H A Dheartbeat.c1647 void o2hb_setup_callback(struct o2hb_callback_func *hc, argument
1653 INIT_LIST_HEAD(&hc->hc_item);
1654 hc->hc_func = func;
1655 hc->hc_data = data;
1656 hc->hc_priority = priority;
1657 hc->hc_type = type;
1658 hc->hc_magic = O2HB_CB_MAGIC;
1662 int o2hb_register_callback(struct o2hb_callback_func *hc) argument
1669 BUG_ON(hc->hc_magic != O2HB_CB_MAGIC);
1670 BUG_ON(!list_empty(&hc
1699 o2hb_unregister_callback(struct o2hb_callback_func *hc) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsmacker.c95 static int smacker_decode_tree(GetBitContext *gb, HuffContext *hc, uint32_t prefix, int length) argument
98 if(hc->current >= 256){
103 hc->bits[hc->current] = prefix;
104 hc->lengths[hc->current] = length;
106 hc->bits[hc->current] = 0;
107 hc->lengths[hc
127 smacker_decode_bigtree(GetBitContext *gb, HuffContext *hc, DBCtx *ctx) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c234 int hc = VTOB_HASH_CODE(vaddr); local
235 vbp->next = mp->vtob[hc];
236 mp->vtob[hc] = vbp;
249 int hc = VTOB_HASH_CODE(m); local
251 vbpp = &mp->vtob[hc];
361 int hc = VTOB_HASH_CODE(m); local
369 vp = mp->vtob[hc];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dsata_mv.c670 static inline void __iomem *mv_hc_base(void __iomem *base, unsigned int hc) argument
672 return (base + MV_SATAHC0_REG_BASE + (hc * MV_SATAHC_REG_SZ));
810 int start_port, num_ports, p, start_hc, num_hcs, hc; local
833 for (hc = start_hc; hc < start_hc + num_hcs; hc++) {
834 hc_base = mv_hc_base(mmio_base, hc);
835 DPRINTK("HC regs (HC %i):\n", hc);
1355 * @hc: which host controller we're to look at
1367 static void mv_host_intr(struct ata_host *host, u32 relevant, unsigned int hc) argument
1469 unsigned int hc, handled = 0, n_hcs; local
1667 mv5_reset_one_hc(struct mv_host_priv *hpriv, void __iomem *mmio, unsigned int hc) argument
1688 unsigned int hc, port; local
2239 int rc = 0, n_hc, port, hc; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DType.java743 int hc = 13 * sort;
746 hc = 17 * (hc + buf[i]);
749 return hc;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostip.c227 hostcache_timestamp_remove(void *datap, void *hc) argument
231 struct Curl_dns_entry *c = (struct Curl_dns_entry *) hc;
H A DMakefile.Watcom54 CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -zc -s -fr=con -w2 -fpi -oilrtfm &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A DMakefile.Watcom54 CFLAGS = -3r -mf -hc -zff -zgf -zq -zm -s -fr=con -w2 -fpi -oilrtfm &
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dplanb.c584 int wc = clip->width, hc = clip->height; local
588 DEBUG("PlanB: clip %dx%d+%d+%d\n", wc, hc, xc, yc);
595 hc += yc;
602 if(yc + hc > hw)
603 hc = hw - yc;
605 for (y = yc; y < yc+hc; y++) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dcheckpatch.pl418 # check we are in a valid source file *.[hc] if not then ignore this hunk
419 next if ($realfile !~ /\.[hc]$/);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c395 int hc = VTOB_HASH_CODE(vp); local
398 vbp->next = mp->vtob[hc];
399 mp->vtob[hc] = vbp;
412 int hc = VTOB_HASH_CODE(m); local
414 vbpp = &mp->vtob[hc];
498 int hc = VTOB_HASH_CODE(m); local
505 vp = mp->vtob[hc];

Completed in 284 milliseconds