Searched refs:devbase (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/media/usb/pvrusb2/ |
D | pvrusb2-v4l2.c | 29 struct video_device devbase; /* MUST be first! */ member 836 video_device_node_name(&dip->devbase), in pvr2_v4l2_dev_destroy() 848 video_unregister_device(&dip->devbase); in pvr2_v4l2_dev_destroy() 858 if (!dip->devbase.v4l2_dev->dev) return; in pvr2_v4l2_dev_disassociate_parent() 859 dip->devbase.v4l2_dev->dev = NULL; in pvr2_v4l2_dev_disassociate_parent() 860 device_move(&dip->devbase.dev, NULL, DPM_ORDER_NONE); in pvr2_v4l2_dev_disassociate_parent() 884 dev = container_of(vdev,struct pvr2_v4l2_dev,devbase); in pvr2_video_device_release() 896 if (!list_empty(&vp->dev_video->devbase.fh_list) || in pvr2_v4l2_internal_check() 898 !list_empty(&vp->dev_radio->devbase.fh_list))) { in pvr2_v4l2_internal_check() 937 list_empty(&vp->dev_video->devbase.fh_list) && in pvr2_v4l2_release() [all …]
|
/linux-6.1.9/arch/powerpc/sysdev/ |
D | mpic.c | 449 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument 456 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_msi() 457 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_msi() 458 u8 id = readb(devbase + pos + PCI_CAP_LIST_ID); in mpic_scan_ht_msi() 460 id = readb(devbase + pos + 3); in mpic_scan_ht_msi() 469 base = devbase + pos; in mpic_scan_ht_msi() 485 static void __init mpic_scan_ht_msi(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_msi() argument 492 static void __init mpic_scan_ht_pic(struct mpic *mpic, u8 __iomem *devbase, in mpic_scan_ht_pic() argument 500 for (pos = readb(devbase + PCI_CAPABILITY_LIST); pos != 0; in mpic_scan_ht_pic() 501 pos = readb(devbase + pos + PCI_CAP_LIST_NEXT)) { in mpic_scan_ht_pic() [all …]
|