Searched refs:dp (Results 151 - 175 of 347) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dasiliantfb.c51 #define mm_write_ind(num, val, ap, dp) do { \
52 writeb((num), mmio_base + (ap)); writeb((val), mmio_base + (dp)); \
92 static int asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *);
531 asiliantfb_pci_init(struct pci_dev *dp, const struct pci_device_id *ent) argument
536 if ((dp->resource[0].flags & IORESOURCE_MEM) == 0)
538 addr = pci_resource_start(dp, 0);
539 size = pci_resource_len(dp, 0);
545 p = framebuffer_alloc(sizeof(u32) * 16, &dp->dev);
560 pci_write_config_dword(dp, 4, 0x02800083);
565 pci_set_drvdata(dp,
569 asiliantfb_remove(struct pci_dev *dp) argument
[all...]
H A Dp9100.c246 static void p9100_init_fix(struct fb_info *info, int linebytes, struct device_node *dp) argument
248 strlcpy(info->fix.id, dp->name, sizeof(info->fix.id));
265 struct device_node *dp = op->node; local
279 sbusfb_fill_var(&all->info.var, dp->node, 8);
284 linebytes = of_getintprop_default(dp, "linebytes",
318 p9100_init_fix(&all->info, linebytes, dp);
335 dp->full_name,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/openpromfs/
H A Dinode.c179 struct device_node *dp, *child; local
190 dp = oi->u.node;
197 child = dp->child;
211 prop = dp->properties;
245 if (!strcmp(dp->name, "options") && (len == 17) &&
267 struct device_node *dp = oi->u.node; local
286 (dp->parent == NULL ?
288 dp->parent->unique_id), DT_DIR) < 0)
297 child = dp->child;
314 prop = dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dsun_esp.c113 struct device_node *dp = sdev->ofdev.node; local
115 esp->scsi_id = of_getintprop_default(dp, "initiator-id", 0xff);
119 esp->scsi_id = of_getintprop_default(dp, "scsi-initiator-id", 0xff);
140 struct device_node *dp = sdev->ofdev.node; local
142 if (of_find_property(dp, "differential", NULL))
151 struct device_node *dp = sdev->ofdev.node; local
159 fmhz = of_getintprop_default(dp, "clock-frequency", 0);
170 struct device_node *dp = sdev->ofdev.node; local
173 bursts = of_getintprop_default(dp, "burst-sizes", 0xff);
558 struct device_node *dp local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/
H A Dccid2.c160 struct dccp_sock *dp = dccp_sk(sk); local
175 dp->dccps_l_ack_ratio = val;
266 struct dccp_sock *dp = dccp_sk(sk); local
283 seq = dp->dccps_gss;
319 if (dp->dccps_l_ack_ratio > 1) {
320 int denom = dp->dccps_l_ack_ratio * dp->dccps_l_ack_ratio -
321 dp->dccps_l_ack_ratio;
326 ccid2_change_l_ack_ratio(sk, dp->dccps_l_ack_ratio - 1);
547 struct dccp_sock *dp local
786 const struct dccp_sock *dp = dccp_sk(sk); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dphysmap_of.c120 struct device_node *dp = dev->node; local
129 if (of_address_to_resource(dp, 0, &res)) {
156 width = of_get_property(dp, "bank-width", NULL);
177 of_probe = of_get_property(dp, "probe-type", NULL);
203 } else if ((err = parse_flash_partitions(dp, &info->parts)) > 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_attr_leaf.h219 struct xfs_inode *dp; /* inode */ member in struct:xfs_attr_list_context
257 int xfs_attr_shortform_allfit(struct xfs_dabuf *bp, struct xfs_inode *dp);
258 int xfs_attr_shortform_bytesfit(xfs_inode_t *dp, int bytes);
294 int xfs_attr_root_inactive(struct xfs_trans **trans, struct xfs_inode *dp);
304 int xfs_attr_rolltrans(struct xfs_trans **transp, struct xfs_inode *dp);
H A Dxfs_dir2_data.h160 extern void xfs_dir2_data_check(struct xfs_inode *dp, struct xfs_dabuf *bp);
162 #define xfs_dir2_data_check(dp,bp)
H A Dxfs_da_btree.h112 struct xfs_inode *dp; /* directory inode to manipulate */ member in struct:xfs_da_args
240 int xfs_da_get_buf(struct xfs_trans *trans, struct xfs_inode *dp,
243 int xfs_da_read_buf(struct xfs_trans *trans, struct xfs_inode *dp,
246 xfs_daddr_t xfs_da_reada_buf(struct xfs_trans *trans, struct xfs_inode *dp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcopy_file.c119 DIR *dp; local
172 dp = opendir(source);
173 if (dp == NULL) {
178 while ((d = readdir(dp)) != NULL) {
190 closedir(dp);
H A Dxfuncs.c480 DIR *dp; local
482 dp = opendir(path);
483 if (!dp)
485 return dp;
491 DIR *dp; local
493 dp = opendir(path);
494 if (!dp)
496 return dp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dsysctl.c302 DIR *dp; local
307 dp = opendir(path);
308 if (!dp) {
311 while ((de = readdir(dp)) != NULL) {
329 closedir(dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_monitor.c56 static int __devinit radeon_parse_montype_prop(struct device_node *dp, u8 **out_EDID, argument
67 pmt = of_get_property(dp, "display-type", NULL);
86 pedid = of_get_property(dp, propnames[i], NULL);
94 if (pedid == NULL && dp->parent && (hdno != -1))
95 pedid = of_get_property(dp->parent,
97 if (pedid == NULL && dp->parent && (hdno == 0))
98 pedid = of_get_property(dp->parent, "EDID", NULL);
112 struct device_node *dp; local
116 dp = rinfo->of_node;
117 while (dp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpasemi_mac.c271 struct pas_dma_xct_descr *dp; local
275 dp = &TX_DESC(mac, i);
286 dp->mactx = 0;
287 dp->ptr = 0;
305 struct pas_dma_xct_descr *dp; local
309 dp = &RX_DESC(mac, i);
320 dp->macrx = 0;
321 dp->ptr = 0;
430 struct pas_dma_xct_descr *dp; local
445 dp
525 struct pas_dma_xct_descr *dp; local
950 struct pas_dma_xct_descr *dp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dio.h232 unsigned char *dp = dst; local
235 *dp++ = platform_inb(port);
241 unsigned short *dp = dst; local
244 *dp++ = platform_inw(port);
250 unsigned int *dp = dst; local
253 *dp++ = platform_inl(port);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dpower.c109 static int __init has_button_interrupt(unsigned int irq, struct device_node *dp) argument
113 if (!of_find_property(dp, "button", NULL))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpnet.c465 long dp; local
523 dp = xpnet_broadcast_partitions;
525 dp = xpnet_broadcast_partitions &
529 dp = 0;
531 dev_dbg(xpnet, "destination Partitions mask (dp) = 0x%lx\n", dp);
542 for (dest_partid = 1; dp && dest_partid < XP_MAX_PARTITIONS;
546 if (!(dp & (1UL << (dest_partid - 1)))) {
552 dp &= ~(1UL << (dest_partid - 1));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pci/
H A Dproc.c51 const struct proc_dir_entry *dp = PDE(ino); local
52 struct pci_dev *dev = dp->data;
133 const struct proc_dir_entry *dp = PDE(ino); local
134 struct pci_dev *dev = dp->data;
206 const struct proc_dir_entry *dp = PDE(inode); local
207 struct pci_dev *dev = dp->data;
248 const struct proc_dir_entry *dp = PDE(inode); local
249 struct pci_dev *dev = dp->data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_cex2a.c136 unsigned char *p, *q, *dp, *dq, *u, *inp; local
143 * CEX2A cannot handle p, dp, or U > 128 bytes.
157 * Instead of doing extra work for p, dp, U > 64 bytes, we'll just use
169 dp = crb1->dp + sizeof(crb1->dp) - long_len;
182 dp = crb2->dp + sizeof(crb2->dp) - long_len;
190 copy_from_user(dp, cr
[all...]
H A Dzcrypt_pcica.c137 unsigned char *p, *q, *dp, *dq, *u, *inp; local
154 dp = scr->dp + sizeof(scr->dp) - long_len;
168 dp = lcr->dp + sizeof(lcr->dp) - long_len;
176 copy_from_user(dp, crt->bp_key, long_len) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dnfs4callback.c487 * called with dp->dl_count inc'ed.
491 nfsd4_cb_recall(struct nfs4_delegation *dp) argument
493 struct nfs4_client *clp = dp->dl_client;
495 struct nfs4_cb_recall *cbr = &dp->dl_recall;
511 cbr->cbr_dp = dp;
536 dprintk("NFSD: nfs4_cb_recall: dp %p dl_flock %p dl_count %d\n",dp, dp->dl_flock, atomic_read(&dp->dl_count));
537 nfs4_put_delegation(dp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvmdav.c196 unsigned char *dp; /* pointer to current frame */ local
250 dp = &s->frame.data[0][frame_y * s->frame.linesize[0] + frame_x];
263 memcpy(&dp[ofs], pb, len);
270 memcpy(&dp[ofs], &pp[ofs], len + 1);
279 dp += s->frame.linesize[0];
286 memcpy(dp, pb, frame_width);
288 dp += s->frame.linesize[0];
301 len = rle_unpack(pb, &dp[ofs], len, frame_width - ofs);
303 memcpy(&dp[ofs], pb, len);
310 memcpy(&dp[of
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/sbus/char/
H A Denvctrl.c764 static void envctrl_init_adc(struct i2c_child_t *pchild, struct device_node *dp) argument
771 pos = of_get_property(dp, "channels-description", &len);
781 pval = of_get_property(dp, "warning-temp", NULL);
785 pval = of_get_property(dp, "shutdown-temp", NULL);
862 struct device_node *dp = edev_child->prom_node; local
866 pval = of_get_property(dp, "reg", &len);
870 pval = of_get_property(dp, "translation", &len);
885 pval = of_get_property(dp, "tables", &len);
914 pval = of_get_property(dp, "channels-in-use", &len);
921 envctrl_init_adc(pchild, dp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ntfs/
H A Dcompress.c180 struct page *dp; /* Current destination page being worked on. */ local
181 u8 *dp_addr; /* Current pointer into dp. */
182 u8 *dp_sb_start; /* Start of current sub-block in dp. */
183 u8 *dp_sb_end; /* End of current sb in dp (dp_sb_start +
225 dp = dest_pages[di];
230 handle_bounds_compressed_page(dp, i_size,
232 flush_dcache_page(dp);
233 kunmap(dp);
234 SetPageUptodate(dp);
235 unlock_page(dp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/usbvideo/
H A Dkonicawc.c361 RingQueue_Enqueue(&uvd->dp, marker, 4);
366 RingQueue_Enqueue(&uvd->dp, cdata, n);
426 RingQueue_WakeUpInterruptible(&uvd->dp);
562 DEBUG(3, "Searching for marker, queue len = %d", RingQueue_GetLength(&uvd->dp));
563 while(RingQueue_GetLength(&uvd->dp) >= 4) {
564 if ((RING_QUEUE_PEEK(&uvd->dp, 0) == 0x00) &&
565 (RING_QUEUE_PEEK(&uvd->dp, 1) == 0xff) &&
566 (RING_QUEUE_PEEK(&uvd->dp, 2) == 0x00) &&
567 (RING_QUEUE_PEEK(&uvd->dp, 3) < 0x80)) {
568 curframe = RING_QUEUE_PEEK(&uvd->dp,
[all...]

Completed in 296 milliseconds

1234567891011>>