Searched refs:PID (Results 1 – 15 of 15) sorted by relevance
/drivers/net/ |
D | sb1000.c | 122 short PID[]); 124 const short PID[]); 626 sb1000_get_PIDs(const int ioaddr[], const char* name, short PID[]) in sb1000_get_PIDs() argument 642 PID[0] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 646 PID[1] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 650 PID[2] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 654 PID[3] = st[1] << 8 | st[2]; in sb1000_get_PIDs() 661 sb1000_set_PIDs(const int ioaddr[], const char* name, const short PID[]) in sb1000_set_PIDs() argument 677 p = PID[0]; in sb1000_set_PIDs() 684 p = PID[1]; in sb1000_set_PIDs() [all …]
|
/drivers/bcma/ |
D | README | 5 AMBA standard fields like CID and PID. 9 as standard AMBA device. Reading it's CID or PID can cause machine lockup.
|
/drivers/hid/usbhid/ |
D | Kconfig | 29 bool "PID device support" 31 Say Y here if you have a PID-compliant device and wish to enable force
|
/drivers/media/platform/st/sti/c8sectpfe/ |
D | Kconfig | 22 memdma engine, and HW PID filtering.
|
/drivers/media/common/b2c2/ |
D | flexcop_ibi_value_be.h | 281 u32 PID :13; member 376 u32 PID :13; member
|
D | flexcop_ibi_value_le.h | 278 u32 PID :13; member 369 u32 PID :13; member
|
D | flexcop-hw-filter.c | 156 vpid.pid_n_reg_314.PID = onoff ? pid : 0x1fff; in flexcop_pid_control()
|
/drivers/usb/host/ |
D | r8a66597-hcd.c | 456 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID; in pipe_start() 458 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr); in pipe_start() 459 r8a66597_mdfy(r8a66597, PID_BUF, PID, pipe->pipectr); in pipe_start() 467 tmp = r8a66597_read(r8a66597, pipe->pipectr) & PID; in pipe_stop() 469 r8a66597_mdfy(r8a66597, PID_STALL, PID, pipe->pipectr); in pipe_stop() 470 r8a66597_mdfy(r8a66597, PID_NAK, PID, pipe->pipectr); in pipe_stop() 1485 u16 pid = r8a66597_read(r8a66597, td->pipe->pipectr) & PID; in get_urb_error()
|
/drivers/usb/gadget/udc/ |
D | r8a66597-udc.c | 107 pid = r8a66597_read(r8a66597, DCPCTR) & PID; in control_reg_get_pid() 110 pid = r8a66597_read(r8a66597, offset) & PID; in control_reg_get_pid() 125 r8a66597_mdfy(r8a66597, pid, PID, DCPCTR); in control_reg_set_pid() 128 r8a66597_mdfy(r8a66597, pid, PID, offset); in control_reg_set_pid()
|
/drivers/media/i2c/ |
D | ov2640.c | 183 #define PID 0x0A /* Product ID Number MSB */ macro 1096 pid = i2c_smbus_read_byte_data(client, PID); in ov2640_video_probe()
|
D | ov772x.c | 51 #define PID 0x0A /* Product ID Number MSB */ macro 1267 ret = regmap_read(priv->regmap, PID, &pid); in ov772x_video_probe()
|
/drivers/usb/misc/ |
D | Kconfig | 211 VID/PID pairs. This driver then initiates a corresponding test mode on
|
/drivers/media/platform/ti/vpe/ |
D | vpdma.c | 315 DUMPREG(PID); in vpdma_dump_regs()
|
D | vpe.c | 959 DUMPREG(PID); in vpe_dump_regs()
|
/drivers/platform/x86/ |
D | sony-laptop.c | 710 SNC_HANDLE(PID, snc_PID_get, NULL, NULL, 1),
|