Searched refs:dip (Results 1 – 9 of 9) sorted by relevance
873 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy() argument875 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() argument906 if (!dip) return; in pvr2_v4l2_dev_disassociate_parent()[all …]
430 struct pvr2_sysfs_debugifc *dip; in pvr2_sysfs_add_debugifc() local433 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 …]
30 u32 *dip = (u32 *) stats; in bfa_port_stats_swap() local36 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()
3276 u32 *dip = (u32 *) d; in bfa_fcport_qos_stats_swap() local3282 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_qos_stats_swap()3289 u32 *dip = (u32 *) d; in bfa_fcport_fcoe_stats_swap() local3296 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()
156 uint32_t dip; member
413 u32 dip; member
2969 key[2] = tp->dip; in t3_config_trace_filter()
843 struct sbe_drv_info dip; in c4_ioctl() member
7381 u32 sip, dip, sipm, dipm, spi, spim; in niu_get_tcamkey_from_ip4fs() local7386 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()