Searched refs:di (Results 1 - 25 of 129) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhnddma.h65 typedef void* (*di_getpos_t)(hnddma_t *di, bool direction);
183 #define dma_detach(di) ((di)->di_fn->detach(di))
184 #define dma_txreset(di) ((di)->di_fn->txreset(di))
185 #define dma_rxreset(di) ((di)->di_fn->rxreset(di))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhnddma.c167 #define DMA32_ENAB(di) 1
168 #define DMA64_ENAB(di) 1
169 #define DMA64_MODE(di) ((di)->dma64)
171 #define DMA32_ENAB(di) 0
172 #define DMA64_ENAB(di) 1
173 #define DMA64_MODE(di) 1
185 #define TXD(x) XXD((x), di->ntxd)
186 #define RXD(x) XXD((x), di->nrxd)
206 static bool _dma_isaddrext(dma_info_t *di);
448 dma_info_t *di; local
765 dma32_dd_upd(dma_info_t *di, dma32dd_t *ddring, dmaaddr_t pa, uint outidx, uint32 *flags, uint32 bufcount) argument
802 dma64_dd_upd(dma_info_t *di, dma64dd_t *ddring, dmaaddr_t pa, uint outidx, uint32 *flags, uint32 bufcount) argument
857 _dma_alloc(dma_info_t *di, uint direction) argument
869 _dma_detach(dma_info_t *di) argument
916 _dma_descriptor_align(dma_info_t *di) argument
939 _dma_isaddrext(dma_info_t *di) argument
974 _dma_ddtable_init(dma_info_t *di, uint direction, dmaaddr_t pa) argument
1054 _dma_fifoloopbackenable(dma_info_t *di) argument
1067 _dma_rxinit(dma_info_t *di) argument
1107 _dma_rxenable(dma_info_t *di) argument
1166 _dma_rx_param_get(dma_info_t *di, uint16 *rxoffset, uint16 *rxbufsize) argument
1184 _dma_rx(dma_info_t *di) argument
1279 _dma_rxfill(dma_info_t *di) argument
1426 _dma_peeknexttxp(dma_info_t *di) argument
1451 _dma_peekntxp(dma_info_t *di, int *len, void *txps[], txd_range_t range) argument
1516 _dma_peeknextrxp(dma_info_t *di) argument
1541 _dma_rxreclaim(dma_info_t *di) argument
1567 _dma_getnextrxp(dma_info_t *di, bool forceall) argument
1581 _dma_txblock(dma_info_t *di) argument
1587 _dma_txunblock(dma_info_t *di) argument
1593 _dma_txactive(dma_info_t *di) argument
1599 _dma_txpending(dma_info_t *di) argument
1617 _dma_txcommitted(dma_info_t *di) argument
1636 _dma_rxactive(dma_info_t *di) argument
1642 _dma_activerxbuf(dma_info_t *di) argument
1654 _dma_counterreset(dma_info_t *di) argument
1663 _dma_ctrlflags(dma_info_t *di, uint mask, uint flags) argument
1714 _dma_getvar(dma_info_t *di, const char *name) argument
1725 _dma_avoidancecnt(dma_info_t *di) argument
1779 dma32_dumpring(dma_info_t *di, struct bcmstrbuf *b, dma32dd_t *ring, uint start, uint end, uint max_num) argument
1792 dma32_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1812 dma32_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1830 dma32_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1837 dma64_dumpring(dma_info_t *di, struct bcmstrbuf *b, dma64dd_t *ring, uint start, uint end, uint max_num) argument
1851 dma64_dumptx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1878 dma64_dumprx(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1901 dma64_dump(dma_info_t *di, struct bcmstrbuf *b, bool dumpring) argument
1913 dma32_txinit(dma_info_t *di) argument
1944 dma32_txenabled(dma_info_t *di) argument
1954 dma32_txsuspend(dma_info_t *di) argument
1965 dma32_txresume(dma_info_t *di) argument
1976 dma32_txsuspended(dma_info_t *di) argument
1982 dma32_txflush(dma_info_t *di) argument
1993 dma32_txflush_clear(dma_info_t *di) argument
2011 dma32_txreclaim(dma_info_t *di, txd_range_t range) argument
2027 dma32_txstopped(dma_info_t *di) argument
2033 dma32_rxstopped(dma_info_t *di) argument
2039 dma32_alloc(dma_info_t *di, uint direction) argument
2099 dma32_txreset(dma_info_t *di) argument
2130 dma32_rxidle(dma_info_t *di) argument
2142 dma32_rxreset(dma_info_t *di) argument
2158 dma32_rxenabled(dma_info_t *di) argument
2167 dma32_txsuspendedidle(dma_info_t *di) argument
2191 dma32_txfast(dma_info_t *di, void *p0, bool commit) argument
2315 dma32_getnexttxp(dma_info_t *di, txd_range_t range) argument
2398 dma32_getnextrxp(dma_info_t *di, bool forceall) argument
2445 dma32_txrotate(dma_info_t *di) argument
2513 dma64_txinit(dma_info_t *di) argument
2558 dma64_txenabled(dma_info_t *di) argument
2568 dma64_txsuspend(dma_info_t *di) argument
2579 dma64_txresume(dma_info_t *di) argument
2590 dma64_txsuspended(dma_info_t *di) argument
2597 dma64_txflush(dma_info_t *di) argument
2608 dma64_txflush_clear(dma_info_t *di) argument
2626 dma64_txreclaim(dma_info_t *di, txd_range_t range) argument
2645 dma64_txstopped(dma_info_t *di) argument
2651 dma64_rxstopped(dma_info_t *di) argument
2657 dma64_alloc(dma_info_t *di, uint direction) argument
2730 dma64_txreset(dma_info_t *di) argument
2761 dma64_rxidle(dma_info_t *di) argument
2773 dma64_rxreset(dma_info_t *di) argument
2788 dma64_rxenabled(dma_info_t *di) argument
2797 dma64_txsuspendedidle(dma_info_t *di) argument
2818 dma64_getpos(dma_info_t *di, bool direction) argument
2855 dma64_txunframed(dma_info_t *di, void *buf, uint len, bool commit) argument
2911 dma64_txfast(dma_info_t *di, void *p0, bool commit) argument
3082 dma64_getnexttxp(dma_info_t *di, txd_range_t range) argument
3179 dma64_getnextrxp(dma_info_t *di, bool forceall) argument
3243 dma64_txrotate(dma_info_t *di) argument
3357 _dma_pktpool_set(dma_info_t *di, pktpool_t *pool) argument
3366 _dma_rxtx_error(dma_info_t *di, bool istx) argument
3402 _dma_burstlen_set(dma_info_t *di, uint8 rxburstlen, uint8 txburstlen) argument
3409 _dma_param_set(dma_info_t *di, uint16 paramid, uint16 paramval) argument
3446 _dma_glom_enable(dma_info_t *di, uint32 val) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_common.h30 extern void isdn_free_channel(int di, int ch, int usage);
31 extern void isdn_all_eaz(int di, int ch);
33 extern int isdn_dc2minor(int di, int ch);
35 extern char *isdn_map_eaz2msn(char *msn, int di);
37 extern void isdn_unexclusive_channel(int di, int ch);
H A Disdn_common.c219 isdn_dc2minor(int di, int ch) argument
223 if (dev->chanmap[i] == ch && dev->drvmap[i] == di)
293 isdn_receive_skb_callback(int di, int channel, struct sk_buff *skb) argument
297 if ((i = isdn_dc2minor(di, channel)) == -1) {
322 if (isdn_tty_rcv_skb(i, di, channel, skb))
324 wake_up_interruptible(&dev->drv[di]->rcv_waitq[channel]);
380 isdn_all_eaz(int di, int ch) argument
384 if (di < 0)
386 cmd.driver = di;
402 int di; local
419 int di; local
771 isdn_readbchan(int di, int channel, u_char * buf, u_char * fp, int len, wait_queue_head_t *sleep) argument
883 isdn_readbchan_tty(int di, int channel, struct tty_struct *tty, int cisco_hack) argument
1838 isdn_map_eaz2msn(char *msn, int di) argument
1914 isdn_free_channel(int di, int ch, int usage) argument
1947 isdn_unexclusive_channel(int di, int ch) argument
2156 map_drvname(int di) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_arch.h204 #define XFS_GET_DIR_INO4(di) \
205 (((__u32)(di).i[0] << 24) | ((di).i[1] << 16) | ((di).i[2] << 8) | ((di).i[3]))
207 #define XFS_PUT_DIR_INO4(from, di) \
209 (di).i[0] = (((from) & 0xff000000ULL) >> 24); \
210 (di).i[1] = (((from) & 0x00ff0000ULL) >> 16); \
211 (di).i[2] = (((from) & 0x0000ff00ULL) >> 8); \
212 (di)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sni/
H A Dsetup.c36 DISPLAY_STATUS *di; local
38 di = ArcGetDisplayStatus(1);
40 if (di) {
41 si->orig_x = di->CursorXPosition;
42 si->orig_y = di->CursorYPosition;
43 si->orig_video_cols = di->CursorMaxXPosition;
44 si->orig_video_lines = di->CursorMaxYPosition;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Diface-bsd.c102 static int rtm_dispatch_newdeladdr(struct rtm_dispinfo *di);
103 static int rtm_dispatch_ifannounce(struct rtm_dispinfo *di);
234 struct rtm_dispinfo *di; local
238 di = malloc(sizeof(*di));
239 if (di == NULL) {
240 daemon_log(LOG_ERR, "malloc(%d): %s", sizeof(*di),
244 di->di_buflen = MAX_RTMSG_SIZE;
245 di->di_buf = calloc(MAX_RTMSG_SIZE, 1);
246 if (di
311 rtm_dispatch_ifannounce(struct rtm_dispinfo *di) argument
365 rtm_dispatch_newdeladdr(struct rtm_dispinfo *di) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/bfs/
H A Dinode.c38 struct bfs_inode * di; local
57 di = (struct bfs_inode *)bh->b_data + off;
59 inode->i_mode = 0x0000FFFF & le32_to_cpu(di->i_mode);
60 if (le32_to_cpu(di->i_vtype) == BFS_VDIR) {
64 } else if (le32_to_cpu(di->i_vtype) == BFS_VREG) {
71 BFS_I(inode)->i_sblock = le32_to_cpu(di->i_sblock);
72 BFS_I(inode)->i_eblock = le32_to_cpu(di->i_eblock);
73 inode->i_uid = le32_to_cpu(di->i_uid);
74 inode->i_gid = le32_to_cpu(di->i_gid);
75 inode->i_nlink = le32_to_cpu(di
94 struct bfs_inode * di; local
145 struct bfs_inode * di; local
363 struct bfs_inode *di; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dondisk.c129 const struct gfs2_dinode_host *di = &ip->i_di; local
144 str->di_size = cpu_to_be64(di->di_size);
145 str->di_blocks = cpu_to_be64(di->di_blocks);
150 str->di_goal_meta = cpu_to_be64(di->di_goal_meta);
151 str->di_goal_data = cpu_to_be64(di->di_goal_data);
152 str->di_generation = cpu_to_be64(di->di_generation);
154 str->di_flags = cpu_to_be32(di->di_flags);
155 str->di_height = cpu_to_be16(di->di_height);
159 str->di_depth = cpu_to_be16(di->di_depth);
160 str->di_entries = cpu_to_be32(di
167 const struct gfs2_dinode_host *di = &ip->i_di; local
[all...]
H A Dinode.c144 struct gfs2_dinode_host *di = &ip->i_di; local
173 di->di_size = be64_to_cpu(str->di_size);
174 i_size_write(&ip->i_inode, di->di_size);
175 di->di_blocks = be64_to_cpu(str->di_blocks);
184 di->di_goal_meta = be64_to_cpu(str->di_goal_meta);
185 di->di_goal_data = be64_to_cpu(str->di_goal_data);
186 di->di_generation = be64_to_cpu(str->di_generation);
188 di->di_flags = be32_to_cpu(str->di_flags);
190 di->di_height = be16_to_cpu(str->di_height);
192 di
636 struct gfs2_dinode *di; local
1171 struct gfs2_dinode *di; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx-i2s.h44 hnddma_t *di[1]; /* hnddma handles, per fifo */ member in struct:bcm947xx_i2s_info
H A Dbcm947xx-pcm.c94 hnddma_t *di[1]; /* hnddma handles, per fifo */ member in struct:bcm947xx_runtime_data
153 ret = dma_txunframed(snd_bcm->di[0], (void *)pos, len, TRUE);
184 dma_getnexttxp(snd_bcm->di[0], HNDDMA_RANGE_TRANSMITTED);
234 dma_txreset(snd_bcm->di[0]);
235 dma_txinit(snd_bcm->di[0]);
281 if (snd_bcm->di[0] && (tmp = MALLOC(snd_bcm->osh, FIFOERROR_DUMP_SIZE))) {
283 dma_dump(snd_bcm->di[0], &b, TRUE);
291 dma_txreclaim(snd_bcm->di[0], HNDDMA_RANGE_ALL);
407 *src = (dma_addr_t)dma_getpos(snd_bcm->di[0], DMA_TX);
409 *dst = (dma_addr_t)dma_getpos(snd_bcm->di[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dverify_cpu.S70 xor %di,%di
77 mov $1,%di # cpu is from AMD
103 test %di,%di
109 xor %di,%di # don't loop
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/ipvs/
H A Dip_vs_wrr.c35 int di; /* decreasing interval */ member in struct:ip_vs_wrr_mark
104 mark->di = ip_vs_wrr_gcd_weight(svc);
128 mark->di = ip_vs_wrr_gcd_weight(svc);
164 mark->cw -= mark->di;
191 if (mark->cl == p && mark->cw == mark->di) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dsuper.c103 static int ocfs2_verify_volume(struct ocfs2_dinode *di,
435 struct ocfs2_dinode *di; local
496 di = (struct ocfs2_dinode *) (*bh)->b_data;
497 status = ocfs2_verify_volume(di, *bh, blksize);
1245 struct ocfs2_dinode *di = NULL; local
1326 di = (struct ocfs2_dinode *)bh->b_data;
1328 osb->max_slots = le16_to_cpu(di->id2.i_super.s_max_slots);
1348 le32_to_cpu(OCFS2_RAW_SB(di)->s_feature_compat);
1350 le32_to_cpu(OCFS2_RAW_SB(di)->s_feature_ro_compat);
1352 le32_to_cpu(OCFS2_RAW_SB(di)
1499 ocfs2_verify_volume(struct ocfs2_dinode *di, struct buffer_head *bh, u32 blksz) argument
[all...]
H A Dfile.h49 int ocfs2_lock_allocators(struct inode *inode, struct ocfs2_dinode *di,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cdrom/
H A Dviocd.c153 #define DEVICE_NR(di) ((di) - &viocd_diskinfo[0])
188 struct disk_info *di = inode->i_bdev->bd_disk->private_data; local
189 return cdrom_open(&di->viocd_info, inode, file);
194 struct disk_info *di = inode->i_bdev->bd_disk->private_data; local
195 return cdrom_release(&di->viocd_info, file);
201 struct disk_info *di = inode->i_bdev->bd_disk->private_data; local
202 return cdrom_ioctl(file, &di->viocd_info, inode, cmd, arg);
207 struct disk_info *di = disk->private_data; local
208 return cdrom_media_changed(&di
496 disc_information *di = (disc_information *)cgc->buffer; local
553 struct disk_info *di; local
[all...]
H A Dmcdx.c165 struct s_diskinfo di; member in struct:s_drive_stuff
338 if (-1 == mcdx_requesttocdata(stuffp, &stuffp->di, 1)) {
342 * msf2log(&stuffp->di.msf_leadout) - 1;
376 if ((ti->cdti_trk0 < stuffp->di.n_first)
377 || (ti->cdti_trk0 > stuffp->di.n_last)
378 || (ti->cdti_trk1 < stuffp->di.n_first))
380 if (ti->cdti_trk1 > stuffp->di.n_last)
381 ti->cdti_trk1 = stuffp->di.n_last;
425 tp = &stuffp->toc[stuffp->di.n_last -
426 stuffp->di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/rfcomm/
H A Dtty.c394 struct rfcomm_dev_info *di; local
404 if (!dev_num || dev_num > (PAGE_SIZE * 4) / sizeof(*di))
407 size = sizeof(*dl) + dev_num * sizeof(*di);
412 di = dl->dev_info;
418 (di + n)->id = dev->id;
419 (di + n)->flags = dev->flags;
420 (di + n)->state = dev->dlc->state;
421 (di + n)->channel = dev->channel;
422 bacpy(&(di + n)->src, &dev->src);
423 bacpy(&(di
442 struct rfcomm_dev_info di; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/boot/
H A Dvideo.S204 leaw modelist+1024, %di
206 movw 16(%di), %ax
208 movw 18(%di), %ax
210 movw 20(%di), %ax
212 movb 25(%di), %al
215 movb 29(%di), %al
218 movl 40(%di), %eax
220 movl 31(%di), %eax
222 movl 35(%di), %eax
224 movw 0(%di),
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm47 push di
66 pop di
82 push di
98 pop di
114 push di
132 pop di
148 push di
170 pop di
186 push di
208 pop di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dieee754.c122 ax.rv.di = r;
125 return ax.rv.di;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Ddquot.c1583 static void do_get_dqblk(struct dquot *dquot, struct if_dqblk *di) argument
1588 di->dqb_bhardlimit = dm->dqb_bhardlimit;
1589 di->dqb_bsoftlimit = dm->dqb_bsoftlimit;
1590 di->dqb_curspace = dm->dqb_curspace;
1591 di->dqb_ihardlimit = dm->dqb_ihardlimit;
1592 di->dqb_isoftlimit = dm->dqb_isoftlimit;
1593 di->dqb_curinodes = dm->dqb_curinodes;
1594 di->dqb_btime = dm->dqb_btime;
1595 di->dqb_itime = dm->dqb_itime;
1596 di
1600 vfs_get_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) argument
1616 do_set_dqblk(struct dquot *dquot, struct if_dqblk *di) argument
1669 vfs_set_dqblk(struct super_block *sb, int type, qid_t id, struct if_dqblk *di) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c755 struct hci_dev_info di; local
758 if (copy_from_user(&di, arg, sizeof(di)))
761 if (!(hdev = hci_dev_get(di.dev_id)))
764 strcpy(di.name, hdev->name);
765 di.bdaddr = hdev->bdaddr;
766 di.type = hdev->type;
767 di.flags = hdev->flags;
768 di.pkt_type = hdev->pkt_type;
769 di
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A DMakefile12 divas-y := divasmain.o divasfunc.o di.o io.o istream.o \

Completed in 220 milliseconds

123456