Searched defs:pid (Results 1 - 25 of 115) sorted by relevance

12345

/drivers/infiniband/hw/ehca/
H A Dhcp_phyp.h62 u32 pid; /*PID of userspace galpa checking */ member in struct:h_galpas
/drivers/usb/storage/
H A Dusual-tables.c66 u16 vid, pid, bcdmin, bcdmax; member in struct:ignore_entry
74 .pid = id_product, \
103 unsigned vid, pid, bcd; local
108 pid = le16_to_cpu(udev->descriptor.idProduct);
112 if (p->vid == vid && p->pid == pid &&
/drivers/media/dvb/firewire/
H A Dfiredtv-dvb.c38 static void collect_channels(struct firedtv *fdtv, int *pidc, u16 pid[]) argument
44 pid[n++] = fdtv->channel_pid[i];
99 fdtv->channel_pid[c] = dvbdmxfeed->pid;
102 if (dvbdmxfeed->pid == 8192) {
/drivers/media/video/sn9c102/
H A Dsn9c102_ov7630.c591 int pid, ver, err = 0; local
602 pid = sn9c102_i2c_try_read(cam, &ov7630, 0x0a);
603 if (err || pid < 0) /* try a different initialization */
617 pid = sn9c102_i2c_try_read(cam, &ov7630, 0x0a);
619 if (err || pid < 0 || ver < 0)
621 if (pid != 0x76 || ver != 0x31)
H A Dsn9c102_ov7660.c522 int pid, ver, err; local
528 pid = sn9c102_i2c_try_read(cam, &ov7660, 0x0a);
530 if (err || pid < 0 || ver < 0)
532 if (pid != 0x76 || ver != 0x60)
H A Dsn9c102_pas106b.c278 unsigned int pid = 0; local
295 pid = (r0 << 11) | ((r1 & 0xf0) >> 4);
296 if (pid != 0x007)
H A Dsn9c102_pas202bcb.c300 unsigned int pid = 0; local
328 pid = (r0 << 4) | ((r1 & 0xf0) >> 4);
329 if (pid != 0x017)
/drivers/media/dvb/dvb-core/
H A Ddvb_filter.c36 pa->pid = pida;
37 pv->pid = pidv;
556 void dvb_filter_pes2ts_init(struct dvb_filter_pes2ts *p2ts, unsigned short pid, argument
562 buf[1]=(pid>>8);
563 buf[2]=pid&0xff;
H A Ddmxdev.h58 u16 pid; member in struct:dmxdev_feed
/drivers/staging/android/
H A Dlogger.h31 __s32 pid; /* generating process's pid */ member in struct:user_logger_entry_compat
46 __s32 pid; /* generating process's pid */ member in struct:logger_entry
/drivers/staging/media/as102/
H A Das102_drv.c110 int index, u16 pid, int onoff) {
124 ret = as10x_cmd_del_PID_filter(bus_adap, (uint16_t) pid);
126 index, pid, ret);
134 filter.pid = pid;
138 index, filter.idx, filter.pid, ret);
162 dvbdmxfeed->pid, 1);
187 dvbdmxfeed->pid, 0);
109 as10x_pid_filter(struct as102_dev_t *dev, int index, u16 pid, int onoff) argument
/drivers/usb/otg/
H A Dulpi.c180 int i, vid, pid, ret; local
190 pid = ulpi_id >> 16;
192 pr_info("ULPI transceiver vendor/product ID 0x%04x/0x%04x\n", vid, pid);
195 if (ulpi_ids[i].id == ULPI_ID(vid, pid)) {
/drivers/char/agp/
H A Dcompat_ioctl.h65 compat_pid_t pid; /* pid of process */ member in struct:agp_region32
97 struct agp_file_private *agp_find_private(pid_t pid);
/drivers/gpu/drm/
H A Ddrm_pci.c405 const struct pci_device_id *pid; local
419 pid = &pdriver->id_table[i];
424 * be able to just pass pid in instead of doing a two-stage
429 pci_get_subsys(pid->vendor, pid->device, pid->subvendor,
430 pid->subdevice, pdev)) != NULL) {
431 if ((pdev->class & pid->class_mask) != pid->class)
436 drm_get_pci_dev(pdev, pid, drive
[all...]
/drivers/media/dvb/b2c2/
H A Dflexcop-hw-filter.c3 * flexcop-hw-filter.c - pid and mac address filtering and control functions
46 u16 pid, u16 mask)
50 v30c.pid_filter_30c_ext_ind_0_7.Group_PID = pid;
67 vpid.vregname.field = onoff ? pid : 0x1fff; \
74 u16 pid, int onoff)
81 u16 pid, int onoff)
88 u16 pid, int onoff)
94 u16 pid, int onoff)
100 u16 pid, int onoff)
106 u16 pid, in
45 flexcop_pid_group_filter(struct flexcop_device *fc, u16 pid, u16 mask) argument
73 flexcop_pid_Stream1_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
80 flexcop_pid_Stream2_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
87 flexcop_pid_PCR_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
93 flexcop_pid_PMT_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
99 flexcop_pid_EMM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
105 flexcop_pid_ECM_PID_ctrl(struct flexcop_device *fc, u16 pid, int onoff) argument
111 flexcop_pid_control(struct flexcop_device *fc, int index, u16 pid, int onoff) argument
[all...]
/drivers/media/dvb/dvb-usb/
H A Ddtt200u.c45 static int dtt200u_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
48 pid = onoff ? pid : 0;
52 b_pid[2] = pid & 0xff;
53 b_pid[3] = (pid >> 8) & 0x1f;
H A Ddibusb-common.c35 int dibusb_pid_filter(struct dvb_usb_adapter *adap, int index, u16 pid, int onoff) argument
41 index, pid, onoff);
H A Dvp702x.c190 static int vp702x_set_pid(struct dvb_usb_adapter *adap, u16 pid, u8 id, int onoff) argument
200 pid = 0xffff;
211 vp702x_usb_in_op(adap->dev, 0xe0, (((pid >> 8) & 0xff) << 8) | (id), 0, buf, 16);
212 vp702x_usb_in_op(adap->dev, 0xe0, (((pid ) & 0xff) << 8) | (id+1), 0, buf, 16);
/drivers/media/dvb/frontends/
H A Ddib7000m.h49 extern int dib7000m_pid_filter(struct dvb_frontend *, u8 id, u16 pid, u8 onoff);
69 u16 pid, u8 onoff)
68 dib7000m_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) argument
H A Ddib9000.h37 extern int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff);
82 static inline int dib9000_fw_pid_filter(struct dvb_frontend *fe, u8 id, u16 pid, u8 onoff) argument
/drivers/gpu/ion/
H A Dion_priv.h55 * @pid: pid of last client to reference this buffer in a
79 pid_t pid; member in struct:ion_buffer
/drivers/input/tablet/
H A Dhanwang.c82 unsigned short pid; member in struct:hanwang_features
196 hanwang->features->pid);
298 features_array[i].pid) {
/drivers/misc/sgi-gru/
H A Dgrulib.h122 pid_t pid; member in struct:gru_dump_chiplet_state_req
136 pid_t pid; member in struct:gru_dump_context_header
/drivers/net/slip/
H A Dslip.h84 pid_t pid; member in struct:slip
/drivers/scsi/qla4xxx/
H A Dql4_iocb.c505 uint32_t payload_size, uint32_t pid, uint8_t *ipaddr)
529 mrb->pid = pid;
504 qla4xxx_ping_iocb(struct scsi_qla_host *ha, uint32_t options, uint32_t payload_size, uint32_t pid, uint8_t *ipaddr) argument

Completed in 2040 milliseconds

12345