Searched refs:PID (Results 26 - 38 of 38) sorted by relevance

12

/linux-master/tools/testing/selftests/ftrace/
H A Dftracetest414 # setup PID and PPID, $$ is not updated.
415 (cd $TRACING_DIR; read PID _ < /proc/self/stat; set -e; set -x;
/linux-master/drivers/usb/host/
H A Dr8a66597-hcd.c456 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID;
458 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
459 r8a66597_mdfy(r8a66597, PID_BUF, PID, pipe->pipectr);
467 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID;
469 r8a66597_mdfy(r8a66597, PID_STALL, PID, pipe->pipectr);
470 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr);
1485 u16 pid = r8a66597_read(r8a66597, td->pipe->pipectr) & PID;
/linux-master/arch/arm/mm/
H A Dproc-xscale.S534 mrc p15, 0, r6, c13, c0, 0 @ PID
550 mcr p15, 0, r6, c13, c0, 0 @ PID
H A Dproc-feroceon.S514 mrc p15, 0, r4, c13, c0, 0 @ PID
526 mcr p15, 0, r4, c13, c0, 0 @ PID
H A Dproc-v7.S136 mrc p15, 0, r4, c13, c0, 0 @ FCSE/PID
160 mcr p15, 0, r4, c13, c0, 0 @ FCSE/PID
/linux-master/drivers/usb/gadget/udc/
H A Dr8a66597-udc.c107 pid = r8a66597_read(r8a66597, DCPCTR) & PID;
110 pid = r8a66597_read(r8a66597, offset) & PID;
125 r8a66597_mdfy(r8a66597, pid, PID, DCPCTR);
128 r8a66597_mdfy(r8a66597, pid, PID, offset);
/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c221 write_hvwc_reg(window, VREG(PID), 0ULL);
375 write_hvwc_reg(window, VREG(PID), val);
/linux-master/drivers/media/i2c/
H A Dov772x.c51 #define PID 0x0A /* Product ID Number MSB */ macro
1281 ret = regmap_read(priv->regmap, PID, &pid);
H A Dov2640.c181 #define PID 0x0A /* Product ID Number MSB */ macro
1087 pid = i2c_smbus_read_byte_data(client, PID);
/linux-master/drivers/media/platform/ti/vpe/
H A Dvpdma.c315 DUMPREG(PID);
H A Dvpe.c959 DUMPREG(PID);
2591 vpe_dbg(dev, "VPE PID function %x\n", func);
/linux-master/tools/perf/
H A Dbuiltin-script.c519 if ((PRINT_FIELD(PID) || PRINT_FIELD(TID)) &&
806 if (PRINT_FIELD(PID) && PRINT_FIELD(TID))
808 else if (PRINT_FIELD(PID))
/linux-master/drivers/platform/x86/
H A Dsony-laptop.c710 SNC_HANDLE(PID, snc_PID_get, NULL, NULL, 1),

Completed in 349 milliseconds

12