Searched defs:pvr (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/pvrusb2/
H A Dpvrusb2-main.c57 static void pvr_setup_attach(struct pvr2_context *pvr) argument
60 pvr2_v4l2_create(pvr);
63 pvr2_dvb_create(pvr);
66 pvr2_sysfs_create(pvr,class_ptr);
73 struct pvr2_context *pvr; local
76 pvr = pvr2_context_create(intf,devid,pvr_setup_attach);
77 if (!pvr) {
83 pvr2_trace(PVR2_TRACE_INIT,"pvr_probe(pvr=%p)",pvr);
85 usb_set_intfdata(intf, pvr);
96 struct pvr2_context *pvr = usb_get_intfdata(intf); local
[all...]
H A Dpvrusb2-dvb.c144 struct pvr2_context *pvr = adap->channel.mc_head; local
152 ret = pvr2_channel_claim_stream(&adap->channel, &pvr->video_stream);
164 pvr2_stream_set_callback(pvr->video_stream.stream,
408 struct pvr2_dvb_adapter *pvr2_dvb_create(struct pvr2_context *pvr) argument
412 if (!pvr->hdw->hdw_desc->dvb_props) {
419 pvr2_channel_init(&adap->channel, pvr);
/drivers/net/can/mscan/
H A Dmpc5xxx_can.c55 unsigned int pvr; local
61 pvr = mfspr(SPRN_PVR);
80 if (*mscan_clksrc == MSCAN_CLKSRC_BUS || pvr == 0x80822011)
/drivers/edac/
H A Dmpc85xx_edac.c1157 u32 pvr = 0; local
1187 pvr = mfspr(SPRN_PVR);
1189 if ((PVR_VER(pvr) == PVR_VER_E500V1) ||
1190 (PVR_VER(pvr) == PVR_VER_E500V2)) {
1215 u32 pvr = mfspr(SPRN_PVR); local
1217 if ((PVR_VER(pvr) == PVR_VER_E500V1) ||
1218 (PVR_VER(pvr) == PVR_VER_E500V2)) {
/drivers/i2c/busses/
H A Di2c-mpc.c200 unsigned int pvr = mfspr(SPRN_PVR); local
220 if (div->fdr & 0xc0 && pvr == 0x80822011)
/drivers/net/ethernet/freescale/
H A Dgianfar.c932 unsigned int pvr = mfspr(SPRN_PVR); local
938 if ((pvr == 0x80850010 && mod == 0x80b0 && rev >= 0x0020) ||
939 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
943 if ((pvr == 0x80850010 && mod == 0x80b0) ||
944 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
948 if ((pvr == 0x80850010 && mod == 0x80b0) ||
949 (pvr == 0x80861010 && (mod & 0xfff9) == 0x80c0))
953 if ((pvr == 0x80850010 && mod == 0x80b0 && rev < 0x0020) ||
954 (pvr == 0x80210020 && mod == 0x8030 && rev == 0x0020))
/drivers/tty/serial/
H A Dsunsab.h34 u8 pvr; /* Port Value Register */ member in struct:sab82532_async_rd_regs
70 u8 pvr; member in struct:sab82532_async_wr_regs
106 u8 pvr; member in struct:sab82532_async_rw_regs

Completed in 251 milliseconds