Home
last modified time | relevance | path

Searched refs:devbase (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/media/usb/pvrusb2/
Dpvrusb2-v4l2.c39 struct video_device devbase; /* MUST be first! */ member
131 switch (fh->pdi->devbase.vfl_type) { in pvr2_querycap()
858 video_device_node_name(&dip->devbase), in pvr2_v4l2_dev_destroy()
870 video_unregister_device(&dip->devbase); in pvr2_v4l2_dev_destroy()
880 if (!dip->devbase.v4l2_dev->dev) return; in pvr2_v4l2_dev_disassociate_parent()
881 dip->devbase.v4l2_dev->dev = NULL; in pvr2_v4l2_dev_disassociate_parent()
882 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent()
906 dev = container_of(vdev,struct pvr2_v4l2_dev,devbase); in pvr2_video_device_release()
918 if (!list_empty(&vp->dev_video->devbase.fh_list) || in pvr2_v4l2_internal_check()
919 !list_empty(&vp->dev_radio->devbase.fh_list)) in pvr2_v4l2_internal_check()
[all …]
/Linux-v4.19/arch/powerpc/sysdev/
Dmpic.c447 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument
454 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_msi()
455 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi()
456 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi()
458 id = readb(devbase + pos + 3); in mpic_scan_ht_msi()
467 base = devbase + pos; in mpic_scan_ht_msi()
483 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument
490 static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_pic() argument
498 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_pic()
499 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic()
[all …]