/drivers/net/ |
D | sunvnet.c | 435 struct vnet *vp; in vnet_ack() local 478 static void maybe_tx_wakeup(struct vnet *vp) in maybe_tx_wakeup() 613 struct vnet_port *__tx_port_find(struct vnet *vp, struct sk_buff *skb) in __tx_port_find() 631 struct vnet_port *tx_port_find(struct vnet *vp, struct sk_buff *skb) in tx_port_find() 645 struct vnet *vp = netdev_priv(dev); in vnet_start_xmit() local 753 static struct vnet_mcast_entry *__vnet_mc_find(struct vnet *vp, u8 *addr) in __vnet_mc_find() 764 static void __update_mc_list(struct vnet *vp, struct net_device *dev) in __update_mc_list() 790 static void __send_mc_list(struct vnet *vp, struct vnet_port *port) in __send_mc_list() 855 struct vnet *vp = netdev_priv(dev); in vnet_set_rx_mode() local 894 struct vnet *vp = netdev_priv(dev); in vnet_get_msglevel() local [all …]
|
D | 3c59x.c | 654 #define VORTEX_PCI(vp) (((vp)->gendev) ? DEVICE_PCI((vp)->gendev) : NULL) argument 662 #define VORTEX_EISA(vp) (((vp)->gendev) ? DEVICE_EISA((vp)->gendev) : NULL) argument 792 struct vortex_private *vp = netdev_priv(dev); in poll_vortex() local 823 struct vortex_private *vp = netdev_priv(dev); in vortex_resume() local 890 struct vortex_private *vp; in vortex_eisa_remove() local 1005 struct vortex_private *vp; in vortex_probe1() local 1428 struct vortex_private *vp = netdev_priv(dev); in issue_and_wait() local 1455 struct vortex_private *vp = netdev_priv(dev); in vortex_set_duplex() local 1472 struct vortex_private *vp = netdev_priv(dev); in vortex_check_media() local 1489 struct vortex_private *vp = netdev_priv(dev); in vortex_up() local [all …]
|
D | 3c515.c | 475 struct corkscrew_private *vp = netdev_priv(dev); in cleanup_card() local 569 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_setup() local 700 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_open() local 865 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_timer() local 957 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_timeout() local 996 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_start_xmit() local 1326 struct corkscrew_private *vp = netdev_priv(dev); in boomerang_rx() local 1414 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_close() local 1469 struct corkscrew_private *vp = netdev_priv(dev); in corkscrew_get_stats() local 1569 struct corkscrew_private *vp; in cleanup_module() local
|
D | sunvnet.h | 36 struct vnet *vp; member
|
/drivers/media/video/pvrusb2/ |
D | pvrusb2-v4l2.c | 174 struct pvr2_v4l2 *vp = fh->vhead; in pvr2_v4l2_do_ioctl() local 916 static void pvr2_v4l2_destroy_no_lock(struct pvr2_v4l2 *vp) in pvr2_v4l2_destroy_no_lock() 943 struct pvr2_v4l2 *vp; in pvr2_v4l2_internal_check() local 966 struct pvr2_v4l2 *vp = fhp->vhead; in pvr2_v4l2_release() local 1015 struct pvr2_v4l2 *vp; in pvr2_v4l2_open() local 1254 struct pvr2_v4l2 *vp, in pvr2_v4l2_dev_init() 1320 struct pvr2_v4l2 *vp; in pvr2_v4l2_create() local
|
D | pvrusb2-hdw.c | 308 static int ctrl_channelfreq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelfreq_get() 341 static int ctrl_channelprog_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channelprog_get() 356 static int ctrl_channel_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_channel_get() 381 static int ctrl_freq_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_freq_get() 591 static int ctrl_vres_max_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_vres_max_get() 602 static int ctrl_vres_min_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_vres_min_get() 613 static int ctrl_get_input(struct pvr2_ctrl *cptr,int *vp) in ctrl_get_input() 640 static int ctrl_freq_max_get(struct pvr2_ctrl *cptr, int *vp) in ctrl_freq_max_get() 662 static int ctrl_freq_min_get(struct pvr2_ctrl *cptr, int *vp) in ctrl_freq_min_get() 695 static int ctrl_cx2341x_get(struct pvr2_ctrl *cptr,int *vp) in ctrl_cx2341x_get() [all …]
|
/drivers/net/wireless/ |
D | mac80211_hwsim.c | 45 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_check_magic() local 51 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_set_magic() local 57 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_clear_magic() local 450 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in mac80211_hwsim_config_interface() local 468 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in mac80211_hwsim_bss_info_changed() local 609 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_send_ps_poll() local 640 struct hwsim_vif_priv *vp = (void *)vif->drv_priv; in hwsim_send_nullfunc() local
|
/drivers/block/aoe/ |
D | aoemain.c | 21 discover_timer(ulong vp) in discover_timer()
|
D | aoedev.c | 38 dummy_timer(ulong vp) in dummy_timer()
|
D | aoeblk.c | 246 aoeblk_gdalloc(void *vp) in aoeblk_gdalloc()
|
D | aoecmd.c | 482 rexmit_timer(ulong vp) in rexmit_timer()
|
/drivers/net/usb/ |
D | net1080.c | 300 u16 *vp = kmalloc(sizeof (u16), GFP_KERNEL); in net1080_reset() local 353 u16 *vp = kmalloc(sizeof (u16), GFP_KERNEL); in net1080_check_connect() local
|
/drivers/media/video/usbvideo/ |
D | vicam.c | 308 struct video_picture vp; in vicam_ioctl() local 321 struct video_picture vp; in vicam_ioctl() local
|
/drivers/scsi/lpfc/ |
D | lpfc_ct.c | 1365 lpfc_vpd_t *vp = &phba->vpd; in lpfc_fdmi_cmd() local 1519 lpfc_vpd_t *vp; in lpfc_fdmi_cmd() local 1726 lpfc_vpd_t *vp = &phba->vpd; in lpfc_decode_firmware_rev() local
|
D | lpfc_init.c | 79 lpfc_vpd_t *vp = &phba->vpd; in lpfc_config_port_prep() local 1230 lpfc_vpd_t *vp; in lpfc_get_hba_model_desc() local
|
/drivers/scsi/qla2xxx/ |
D | qla_init.c | 1264 struct scsi_qla_host *vp; in qla2x00_init_rings() local 2616 struct scsi_qla_host *vp, *base_vha = pci_get_drvdata(ha->pdev); in qla2x00_find_all_fabric_devs() local 2839 struct scsi_qla_host *vp; in qla2x00_find_new_loop_id() local 3299 struct scsi_qla_host *vp; in qla2x00_abort_isp() local
|
D | qla_mid.c | 303 scsi_qla_host_t *vp; in qla2x00_do_dpc_all_vps() local
|
/drivers/scsi/sym53c8xx_2/ |
D | sym_malloc.c | 362 m_vtob_p vp = NULL; in __vtobus() local
|
/drivers/net/wireless/ath5k/ |
D | eeprom.c | 492 ath5k_get_pcdac_intercepts(struct ath5k_hw *ah, u8 min, u8 max, u8 *vp) in ath5k_get_pcdac_intercepts()
|
/drivers/scsi/fcoe/ |
D | libfcoe.c | 725 void fcoe_watchdog(ulong vp) in fcoe_watchdog()
|
/drivers/media/video/zoran/ |
D | zoran_device.c | 549 struct video_clip *vp, in write_overlay_mask()
|
/drivers/media/video/cpia2/ |
D | cpia2_v4l.c | 483 struct video_picture *vp; in ioctl_set_image_prop() local
|
/drivers/video/geode/ |
D | gxfb.h | 39 uint64_t vp[VP_REG_COUNT]; member
|
/drivers/staging/et131x/ |
D | et1310_rx.h | 140 u32 vp:1; // bit 10(VLAN Packet) member
|
/drivers/gpu/drm/i830/ |
D | i830_dma.c | 1126 u32 *vp = buf_priv->kernel_virtual; in i830_dma_dispatch_vertex() local
|