Searched refs:dip (Results 1 – 9 of 9) sorted by relevance
/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 816 static void pvr2_v4l2_dev_destroy(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_destroy() argument 818 struct pvr2_hdw *hdw = dip->v4lp->channel.mc_head->hdw; in pvr2_v4l2_dev_destroy() 819 enum pvr2_config cfg = dip->config; in pvr2_v4l2_dev_destroy() 828 video_device_node_name(&dip->devbase), in pvr2_v4l2_dev_destroy() 832 pvr2_hdw_v4l_store_minor_number(hdw,dip->minor_type,-1); in pvr2_v4l2_dev_destroy() 835 dip->v4lp = NULL; in pvr2_v4l2_dev_destroy() 836 dip->stream = NULL; in pvr2_v4l2_dev_destroy() 840 video_unregister_device(&dip->devbase); in pvr2_v4l2_dev_destroy() 847 static void pvr2_v4l2_dev_disassociate_parent(struct pvr2_v4l2_dev *dip) in pvr2_v4l2_dev_disassociate_parent() argument 849 if (!dip) return; in pvr2_v4l2_dev_disassociate_parent() [all …]
|
D | pvrusb2-sysfs.c | 430 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/ |
D | bfa_port.c | 30 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()
|
D | bfa_svc.c | 3323 u32 *dip = (u32 *) d; in bfa_fcport_qos_stats_swap() local 3329 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_qos_stats_swap() 3336 u32 *dip = (u32 *) d; in bfa_fcport_fcoe_stats_swap() local 3343 dip[i] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap() 3344 dip[i + 1] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap() 3346 dip[i] = be32_to_cpu(sip[i + 1]); in bfa_fcport_fcoe_stats_swap() 3347 dip[i + 1] = be32_to_cpu(sip[i]); in bfa_fcport_fcoe_stats_swap()
|
/drivers/net/ipvlan/ |
D | ipvlan_core.c | 334 __be32 dip; in ipvlan_addr_lookup() local 343 memcpy(&dip, arp_ptr, 4); in ipvlan_addr_lookup() 344 addr = ipvlan_ht_addr_lookup(port, &dip, false); in ipvlan_addr_lookup()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | cxgb3_ioctl.h | 156 uint32_t dip; member
|
D | common.h | 412 u32 dip; member
|
D | t3_hw.c | 2969 key[2] = tp->dip; in t3_config_trace_filter()
|
/drivers/net/ethernet/sun/ |
D | niu.c | 7369 u32 sip, dip, sipm, dipm, spi, spim; in niu_get_tcamkey_from_ip4fs() local 7374 dip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4dst); in niu_get_tcamkey_from_ip4fs() 7383 tp->key[3] |= dip; in niu_get_tcamkey_from_ip4fs()
|