Home
last modified time | relevance | path

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

/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c873 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy() argument
875 struct pvr2_hdw *hdw = dip->v4lp->channel.mc_head->hdw; in pvr2_v4l2_dev_destroy()
876 enum pvr2_config cfg = dip->config; in pvr2_v4l2_dev_destroy()
885 video_device_node_name(&dip->devbase), in pvr2_v4l2_dev_destroy()
889 pvr2_hdw_v4l_store_minor_number(hdw,dip->minor_type,-1); in pvr2_v4l2_dev_destroy()
892 dip->v4lp = NULL; in pvr2_v4l2_dev_destroy()
893 dip->stream = NULL; in pvr2_v4l2_dev_destroy()
897 video_unregister_device(&dip->devbase); in pvr2_v4l2_dev_destroy()
904 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_disassociate_parent() argument
906 if (!dip) return; in pvr2_v4l2_dev_disassociate_parent()
[all …]
Dpvrusb2-sysfs.c430 struct pvr2_sysfs_debugifc *dip; in pvr2_sysfs_add_debugifc() local
433 dip = kzalloc(sizeof(*dip),GFP_KERNEL); in pvr2_sysfs_add_debugifc()
434 if (!dip) return; in pvr2_sysfs_add_debugifc()
435 sysfs_attr_init(&dip->attr_debugcmd.attr); in pvr2_sysfs_add_debugifc()
436 dip->attr_debugcmd.attr.name = "debugcmd"; in pvr2_sysfs_add_debugifc()
437 dip->attr_debugcmd.attr.mode = S_IRUGO|S_IWUSR|S_IWGRP; in pvr2_sysfs_add_debugifc()
438 dip->attr_debugcmd.show = debugcmd_show; in pvr2_sysfs_add_debugifc()
439 dip->attr_debugcmd.store = debugcmd_store; in pvr2_sysfs_add_debugifc()
440 sysfs_attr_init(&dip->attr_debuginfo.attr); in pvr2_sysfs_add_debugifc()
441 dip->attr_debuginfo.attr.name = "debuginfo"; in pvr2_sysfs_add_debugifc()
[all …]
/drivers/scsi/bfa/
Dbfa_port.c30 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local
36 t0 = dip[i]; in bfa_port_stats_swap()
37 t1 = dip[i + 1]; in bfa_port_stats_swap()
39 dip[i] = be32_to_cpu(t0); in bfa_port_stats_swap()
40 dip[i + 1] = be32_to_cpu(t1); in bfa_port_stats_swap()
42 dip[i] = be32_to_cpu(t1); in bfa_port_stats_swap()
43 dip[i + 1] = be32_to_cpu(t0); in bfa_port_stats_swap()
Dbfa_svc.c3276 u32 *dip = (u32 *) d; in bfa_fcport_qos_stats_swap() local
3282 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_qos_stats_swap()
3289 u32 *dip = (u32 *) d; in bfa_fcport_fcoe_stats_swap() local
3296 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap()
3297 dip[i + 1] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap()
3299 dip[i] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap()
3300 dip[i + 1] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap()
/drivers/net/ethernet/chelsio/cxgb3/
Dcxgb3_ioctl.h156 uint32_t dip; member
Dcommon.h413 u32 dip; member
Dt3_hw.c2969 key[2] = tp->dip; in t3_config_trace_filter()
/drivers/staging/cxt1e1/
Dlinux.c843 struct sbe_drv_info dip; in c4_ioctl() member
/drivers/net/ethernet/sun/
Dniu.c7381 u32 sip, dip, sipm, dipm, spi, spim; in niu_get_tcamkey_from_ip4fs() local
7386 dip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4dst); in niu_get_tcamkey_from_ip4fs()
7395 tp->key[3] |= dip; in niu_get_tcamkey_from_ip4fs()