Searched refs:pid (Results 1 - 25 of 278) sorted by relevance

1234567891011>>

/drivers/gpu/drm/
H A Ddrm_trace.h28 TP_PROTO(pid_t pid, int crtc, unsigned int seq),
29 TP_ARGS(pid, crtc, seq),
31 __field(pid_t, pid)
36 __entry->pid = pid;
40 TP_printk("pid=%d, crtc=%d, seq=%u", __entry->pid, __entry->crtc, \
45 TP_PROTO(pid_t pid, int crtc, unsigned int seq),
46 TP_ARGS(pid, crtc, seq),
48 __field(pid_t, pid)
[all...]
H A Ddrm_pci.c333 const struct pci_device_id *pid; local
344 pid = &pdriver->id_table[i];
349 * be able to just pass pid in instead of doing a two-stage
354 pci_get_subsys(pid->vendor, pid->device, pid->subvendor,
355 pid->subdevice, pdev)) != NULL) {
356 if ((pdev->class & pid->class_mask) != pid->class)
361 drm_get_pci_dev(pdev, pid, drive
[all...]
/drivers/staging/gdm72xx/
H A Dusb_boot.h19 int usb_boot(struct usb_device *usbdev, u16 pid);
H A Dusb_ids.h34 #define USB_DEVICE_BOOTLOADER(vid, pid) \
35 {USB_DEVICE((vid), ((pid)&BL_PID_MASK)|B_DOWNLOAD)}, \
36 {USB_DEVICE((vid), ((pid)&BL_PID_MASK)|B_DOWNLOAD|B_DIFF_DL_DRV)}
38 #define USB_DEVICE_CDC_DATA(vid, pid) \
39 {USB_DEVICE_INTF((vid), (pid), USB_CLASS_CDC_DATA)}
/drivers/pinctrl/mvebu/
H A Dpinctrl-mvebu.h19 * @pid: first pin id handled by this control
37 u8 pid; member in struct:mvebu_mpp_ctrl
40 int (*mpp_get)(unsigned pid, unsigned long *config);
41 int (*mpp_set)(unsigned pid, unsigned long config);
42 int (*mpp_gpio_req)(unsigned pid);
43 int (*mpp_gpio_dir)(unsigned pid, bool input);
81 * @pid: first pin id handled by this mode
85 * given by pid.
88 u8 pid; member in struct:mvebu_mpp_mode
119 .pid
180 default_mpp_ctrl_get(void __iomem *base, unsigned int pid, unsigned long *config) argument
191 default_mpp_ctrl_set(void __iomem *base, unsigned int pid, unsigned long config) argument
[all...]
H A Dpinctrl-dove.c69 static int dove_mpp_ctrl_get(unsigned pid, unsigned long *config) argument
71 return default_mpp_ctrl_get(mpp_base, pid, config);
74 static int dove_mpp_ctrl_set(unsigned pid, unsigned long config) argument
76 return default_mpp_ctrl_set(mpp_base, pid, config);
79 static int dove_pmu_mpp_ctrl_get(unsigned pid, unsigned long *config) argument
81 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
82 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
86 if ((pmu & BIT(pid)) == 0)
87 return default_mpp_ctrl_get(mpp_base, pid, config);
96 static int dove_pmu_mpp_ctrl_set(unsigned pid, unsigne argument
117 dove_mpp4_ctrl_get(unsigned pid, unsigned long *config) argument
147 dove_mpp4_ctrl_set(unsigned pid, unsigned long config) argument
181 dove_nand_ctrl_get(unsigned pid, unsigned long *config) argument
191 dove_nand_ctrl_set(unsigned pid, unsigned long config) argument
199 dove_audio0_ctrl_get(unsigned pid, unsigned long *config) argument
208 dove_audio0_ctrl_set(unsigned pid, unsigned long config) argument
220 dove_audio1_ctrl_get(unsigned pid, unsigned long *config) argument
250 dove_audio1_ctrl_set(unsigned pid, unsigned long config) argument
277 dove_audio1_ctrl_gpio_req(unsigned pid) argument
304 dove_audio1_ctrl_gpio_dir(unsigned pid, bool input) argument
311 dove_twsi_ctrl_get(unsigned pid, unsigned long *config) argument
330 dove_twsi_ctrl_set(unsigned pid, unsigned long config) argument
[all...]
H A Dpinctrl-orion.c35 static int orion_mpp_ctrl_get(unsigned pid, unsigned long *config) argument
37 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
39 if (pid < 16) {
40 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
50 static int orion_mpp_ctrl_set(unsigned pid, unsigned long config) argument
52 unsigned shift = (pid % MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
54 if (pid < 16) {
55 unsigned off = (pid / MVEBU_MPPS_PER_REG) * MVEBU_MPP_BITS;
/drivers/staging/android/trace/
H A Dlowmemorykiller.h18 __field(pid_t, pid)
26 __entry->pid = killed_task->pid;
33 __entry->comm, __entry->pid, __entry->pagecache_size,
/drivers/media/common/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/net/ethernet/mellanox/mlx5/core/
H A Dmlx5_core.h43 pr_debug("%s:%s:%d:(pid %d): " format, \
44 (dev)->priv.name, __func__, __LINE__, current->pid, \
54 pr_err("%s:%s:%d:(pid %d): " format, \
55 (dev)->priv.name, __func__, __LINE__, current->pid, \
59 pr_warn("%s:%s:%d:(pid %d): " format, \
60 (dev)->priv.name, __func__, __LINE__, current->pid, \
/drivers/usb/storage/
H A Dusual-tables.c73 u16 vid, pid, bcdmin, bcdmax; member in struct:ignore_entry
81 .pid = id_product, \
109 unsigned vid, pid, bcd; local
114 pid = le16_to_cpu(udev->descriptor.idProduct);
118 if (p->vid == vid && p->pid == pid &&
/drivers/net/wan/
H A Dhdlc_ppp.c69 u16 pid; /* protocol ID */ member in struct:proto
112 static inline struct proto* get_proto(struct net_device *dev, u16 pid) argument
116 switch (pid) {
128 static inline const char* proto_name(u16 pid) argument
130 switch (pid) {
207 static void ppp_tx_cp(struct net_device *dev, u16 pid, u8 code, argument
220 if (pid == PID_LCP && (code == LCP_ECHO_REQ || code == LCP_ECHO_REPLY))
250 proto_name(pid), code_names[code], id, debug_buffer);
253 ppp_hard_header(skb, dev, pid, NULL, NULL, 0);
304 static void ppp_cp_event(struct net_device *dev, u16 pid, u1 argument
375 ppp_cp_parse_cr(struct net_device *dev, u16 pid, u8 id, unsigned int req_len, const u8 *data) argument
441 u16 pid; local
[all...]
/drivers/staging/lustre/include/linux/libcfs/
H A Dcurproc.h57 #define current_pid() (current->pid)
/drivers/staging/android/
H A Dbinder.c298 int pid; member in struct:binder_proc
340 int pid; member in struct:binder_thread
447 current->pid, nice, min_nice);
451 binder_user_error("%d RLIMIT_NICE not set\n", current->pid);
478 proc->pid, new_buffer_size, new_buffer);
556 "%d: %s pages %p-%p\n", proc->pid,
574 proc->pid);
584 proc->pid);
597 proc->pid, page_addr);
605 proc->pid, page_add
[all...]
/drivers/misc/cxl/
H A Dfault.c12 #include <linux/pid.h>
182 if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) {
184 pid_nr(ctx->pid));
190 pid_nr(ctx->pid));
213 if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) {
215 pid_nr(ctx->pid));
220 pid_nr(ctx->pid));
250 if (!(task = get_pid_task(ctx->pid, PIDTYPE_PID))) {
252 pid_nr(ctx->pid));
257 pid_nr(ctx->pid));
[all...]
/drivers/media/dvb-frontends/
H A Ddib3000.h37 /* pid and transfer handling is done in the demodulator */
40 int (*pid_ctrl)(struct dvb_frontend *fe, int index, int pid, int onoff);
H A Daf9033.h97 int (*pid_filter)(struct dvb_frontend *fe, int index, u16 pid,
/drivers/cpufreq/
H A Dintel_pstate.c106 struct _pid pid; member in struct:cpudata
163 static inline void pid_reset(struct _pid *pid, int setpoint, int busy, argument
165 pid->setpoint = setpoint;
166 pid->deadband = deadband;
167 pid->integral = int_tofp(integral);
168 pid->last_err = int_tofp(setpoint) - int_tofp(busy);
171 static inline void pid_p_gain_set(struct _pid *pid, int percent) argument
173 pid->p_gain = div_fp(int_tofp(percent), int_tofp(100));
176 static inline void pid_i_gain_set(struct _pid *pid, int percent) argument
178 pid
181 pid_d_gain_set(struct _pid *pid, int percent) argument
186 pid_calc(struct _pid *pid, int32_t busy) argument
685 struct _pid *pid; local
[all...]
/drivers/char/agp/
H A Dcompat_ioctl.c75 kreserve.pid = ureserve.pid;
78 client = agp_find_client_by_pid(kreserve.pid);
82 client_priv = agp_find_private(kreserve.pid);
92 return agp_remove_client(kreserve.pid);
129 client = agp_create_client(kreserve.pid);
135 client_priv = agp_find_private(kreserve.pid);
228 /* Use the original pid of the controller,
231 if (agp_fe.current_controller->pid != curr_priv->my_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/macintosh/
H A Dwindfarm_pm91.c103 struct wf_cpu_pid_state pid; member in struct:wf_smu_cpu_fans_state
118 struct wf_pid_state pid; member in struct:wf_smu_drive_fans_state
131 struct wf_pid_state pid; member in struct:wf_smu_slots_fans_state
199 wf_cpu_pid_init(&wf_smu_cpu_fans->pid, &pid_param);
253 if (temp > st->pid.param.tmax)
256 new_setpoint = wf_cpu_pid_run(&st->pid, power, temp);
315 wf_pid_init(&wf_smu_drive_fans->pid, &param);
337 st->ticks = st->pid.param.interval;
350 if (temp > (st->pid.param.itarget + 0x50000))
353 new_setpoint = wf_pid_run(&st->pid, tem
[all...]
/drivers/scsi/bfa/
H A Dbfa_fcs_rport.c181 bfa_trc(rport->fcs, rport->pid);
220 bfa_trc(rport->fcs, rport->pid);
259 rport->pid = 0;
281 bfa_trc(rport->fcs, rport->pid);
320 rport->pid = 0;
347 bfa_trc(rport->fcs, rport->pid);
391 rport->pid = 0;
417 bfa_trc(rport->fcs, rport->pid);
449 rport->old_pid = rport->pid;
450 rport->pid
[all...]
/drivers/infiniband/hw/ehca/
H A Dhcp_phyp.h62 u32 pid; /*PID of userspace galpa checking */ member in struct:h_galpas
/drivers/media/pci/ttpci/
H A Dav7110_av.h22 extern void av7110_p2t_write(u8 const *buf, long int length, u16 pid, struct av7110_p2t *p);
/drivers/net/slip/
H A Dslip.h85 pid_t pid; member in struct:slip

Completed in 699 milliseconds

1234567891011>>