Searched refs:dip (Results 1 - 8 of 8) sorted by path

/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c430 struct pvr2_sysfs_debugifc *dip; local
433 dip = kzalloc(sizeof(*dip),GFP_KERNEL);
434 if (!dip) return;
435 sysfs_attr_init(&dip->attr_debugcmd.attr);
436 dip->attr_debugcmd.attr.name = "debugcmd";
437 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP;
438 dip->attr_debugcmd.show = debugcmd_show;
439 dip->attr_debugcmd.store = debugcmd_store;
440 sysfs_attr_init(&dip
[all...]
H A Dpvrusb2-v4l2.c840 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) argument
842 struct pvr2_hdw *hdw = dip->v4lp->channel.mc_head->hdw;
843 enum pvr2_config cfg = dip->config;
852 video_device_node_name(&dip->devbase),
856 pvr2_hdw_v4l_store_minor_number(hdw,dip->minor_type,-1);
859 dip->v4lp = NULL;
860 dip->stream = NULL;
864 video_unregister_device(&dip->devbase);
871 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) argument
873 if (!dip) retur
1018 struct pvr2_v4l2_dev *dip; /* Our own context pointer */ local
1258 pvr2_v4l2_dev_init(struct pvr2_v4l2_dev *dip, struct pvr2_v4l2 *vp, int v4l_type) argument
[all...]
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h412 u32 dip; member in struct:trace_params
H A Dcxgb3_ioctl.h156 uint32_t dip; member in struct:ch_trace
H A Dt3_hw.c2969 key[2] = tp->dip;
/drivers/net/ethernet/sun/
H A Dniu.c7382 u32 sip, dip, sipm, dipm, spi, spim; local
7387 dip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4dst);
7396 tp->key[3] |= dip;
/drivers/scsi/bfa/
H A Dbfa_port.c30 u32 *dip = (u32 *) stats; local
36 t0 = dip[i];
37 t1 = dip[i + 1];
39 dip[i] = be32_to_cpu(t0);
40 dip[i + 1] = be32_to_cpu(t1);
42 dip[i] = be32_to_cpu(t1);
43 dip[i + 1] = be32_to_cpu(t0);
H A Dbfa_svc.c3323 u32 *dip = (u32 *) d; local
3329 dip[i] = be32_to_cpu(sip[i]);
3336 u32 *dip = (u32 *) d; local
3343 dip[i] = be32_to_cpu(sip[i]);
3344 dip[i + 1] = be32_to_cpu(sip[i + 1]);
3346 dip[i] = be32_to_cpu(sip[i + 1]);
3347 dip[i + 1] = be32_to_cpu(sip[i]);

Completed in 482 milliseconds