Searched refs:fp (Results 1 - 25 of 151) sorted by last modified time

1234567

/drivers/video/fbdev/geode/
H A Dgxfb.h40 uint64_t fp[FP_REG_COUNT]; member in struct:gxfb_par
H A Dlxfb.h50 uint64_t fp[FP_REG_COUNT]; member in struct:lxfb_par
H A Dlxfb_ops.c611 memcpy(par->fp, par->vp_regs + VP_FP_START, sizeof(par->fp));
778 for (i = 0; i < ARRAY_SIZE(par->fp); i++) {
790 write_fp(par, i, par->fp[i]);
795 if (par->fp[FP_PM] & FP_PM_P) {
799 write_fp(par, FP_PM, par->fp[FP_PM]);
804 write_fp(par, FP_PM, par->fp[FP_PM]);
H A Dsuspend_gx.c39 memcpy(par->fp, par->vid_regs + VP_FP_START, sizeof(par->fp));
185 for (i = 0; i < ARRAY_SIZE(par->fp); i++) {
187 write_fp(par, i, par->fp[i]);
199 write_fp(par, FP_PM, par->fp[FP_PM] & ~FP_PM_P);
215 uint32_t fp; local
217 fp = read_fp(par, FP_PM);
218 if (par->fp[FP_PM] & FP_PM_P) {
220 if (!(fp & (FP_PM_PANEL_ON|FP_PM_PANEL_PWR_UP)))
221 write_fp(par, FP_PM, par->fp[FP_P
[all...]
H A Dvideo_gx.c183 unsigned long fp; local
194 fp = read_fp(par, FP_PM);
195 fp &= ~FP_PM_P;
196 write_fp(par, FP_PM, fp);
200 fp = read_fp(par, FP_PT1);
201 fp &= FP_PT1_VSIZE_MASK;
202 fp |= info->var.yres << FP_PT1_VSIZE_SHIFT;
203 write_fp(par, FP_PT1, fp);
208 fp = 0x0F100000;
213 fp |
[all...]
/drivers/video/fbdev/
H A Dtridentfb.c64 static int fp; variable
82 module_param(fp, int, 0);
83 MODULE_PARM_DESC(fp, "Define if flatpanel is connected");
776 if (fp)
1612 else if (!strncmp(opt, "fp", 2))
1613 fp = 1;
1615 fp = 0;
/drivers/tty/
H A Dn_gsm.c2271 char *fp, int count)
2284 for (i = count, dp = cp, f = fp; i; i--, dp++) {
2270 gsmld_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
H A Dn_hdlc.c191 char *fp, int count);
H A Dn_r3964.c143 char *fp, int count);
1243 char *fp, int count)
1250 for (i = count, p = cp, f = fp; i; i--, p++) {
1242 r3964_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
H A Dn_tracerouter.c165 * @fp: flag buffer.
173 char *fp, int count)
171 n_tracerouter_receivebuf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
H A Dn_tty.c1518 * @fp: flag buffer
1533 char *fp, int count)
1555 char *fp, int count)
1561 if (fp)
1562 flag = *fp++;
1572 char *fp, int count)
1577 if (fp)
1578 flag = *fp++;
1588 char *fp, int count)
1594 if (fp)
1532 n_tty_receive_buf_real_raw(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1554 n_tty_receive_buf_raw(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1571 n_tty_receive_buf_closing(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1587 n_tty_receive_buf_standard(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1621 n_tty_receive_buf_fast(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1646 __receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1687 n_tty_receive_buf_common(struct tty_struct *tty, const unsigned char *cp, char *fp, int count, int flow) argument
1718 n_tty_receive_buf(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
1724 n_tty_receive_buf2(struct tty_struct *tty, const unsigned char *cp, char *fp, int count) argument
[all...]
/drivers/usb/gadget/function/
H A Df_accessory.c563 static ssize_t acc_read(struct file *fp, char __user *buf, argument
566 struct acc_dev *dev = fp->private_data;
642 static ssize_t acc_write(struct file *fp, const char __user *buf, argument
645 struct acc_dev *dev = fp->private_data;
712 static long acc_ioctl(struct file *fp, unsigned code, unsigned long value) argument
714 struct acc_dev *dev = fp->private_data;
751 static int acc_open(struct inode *ip, struct file *fp) argument
758 fp->private_data = _acc_dev;
762 static int acc_release(struct inode *ip, struct file *fp) argument
H A Df_mtp.c475 static ssize_t mtp_read(struct file *fp, char __user *buf, argument
478 struct mtp_dev *dev = fp->private_data;
553 static ssize_t mtp_write(struct file *fp, const char __user *buf, argument
556 struct mtp_dev *dev = fp->private_data;
865 static long mtp_ioctl(struct file *fp, unsigned code, unsigned long value) argument
867 struct mtp_dev *dev = fp->private_data;
968 static int mtp_open(struct inode *ip, struct file *fp) argument
978 fp->private_data = _mtp_dev;
982 static int mtp_release(struct inode *ip, struct file *fp) argument
H A Df_phonet.c205 struct f_phonet *fp = ep->driver_data; local
206 struct net_device *dev = fp->dev;
229 struct f_phonet *fp; local
237 fp = port->usb;
238 if (unlikely(!fp)) /* race with carrier loss */
241 req = fp->in_req;
248 if (unlikely(usb_ep_queue(fp->in_ep, req, GFP_ATOMIC)))
301 pn_rx_submit(struct f_phonet *fp, struct usb_request *req, gfp_t gfp_flags) argument
314 err = usb_ep_queue(fp->out_ep, req, gfp_flags);
322 struct f_phonet *fp local
387 struct f_phonet *fp = func_to_pn(f); local
404 struct f_phonet *fp = func_to_pn(f); local
451 struct f_phonet *fp = func_to_pn(f); local
471 struct f_phonet *fp = func_to_pn(f); local
487 struct f_phonet *fp = func_to_pn(f); local
679 struct f_phonet *fp = func_to_pn(f); local
694 struct f_phonet *fp; local
[all...]
/drivers/usb/mon/
H A Dmon_bin.c447 struct usb_iso_packet_descriptor *fp; local
451 fp = urb->iso_frame_desc;
453 if (fp->actual_length != 0) {
454 if (fp->offset + fp->actual_length > length)
455 length = fp->offset + fp->actual_length;
457 fp++;
466 struct usb_iso_packet_descriptor *fp; local
468 fp
[all...]
H A Dmon_text.c193 struct usb_iso_packet_descriptor *fp; local
230 fp = urb->iso_frame_desc;
233 dp->status = fp->status;
234 dp->offset = fp->offset;
236 fp->length : fp->actual_length;
237 fp++;
/drivers/s390/char/
H A Dfs3270.c53 fs3270_working(struct fs3270 *fp) argument
59 return fp->active && raw3270_request_final(fp->init);
65 struct fs3270 *fp; local
68 fp = (struct fs3270 *) view;
70 rq->callback_data = &fp->wait;
73 if (!fs3270_working(fp)) {
75 rc = wait_event_interruptible(fp->wait,
76 fs3270_working(fp));
83 wait_event(fp
95 struct fs3270 *fp; local
105 struct fs3270 *fp; local
120 struct fs3270 *fp; local
165 struct fs3270 *fp; local
192 struct fs3270 *fp; local
221 fs3270_irq(struct fs3270 *fp, struct raw3270_request *rq, struct irb *irb) argument
245 struct fs3270 *fp; local
290 struct fs3270 *fp; local
329 struct fs3270 *fp; local
376 struct fs3270 *fp; local
395 struct fs3270 *fp; local
410 struct fs3270 *fp; local
432 struct fs3270 *fp; local
502 struct fs3270 *fp; local
[all...]
H A Dhmcdrv_dev.c55 static int hmcdrv_dev_open(struct inode *inode, struct file *fp);
56 static int hmcdrv_dev_release(struct inode *inode, struct file *fp);
57 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence);
58 static ssize_t hmcdrv_dev_read(struct file *fp, char __user *ubuf,
60 static ssize_t hmcdrv_dev_write(struct file *fp, const char __user *ubuf,
113 static int hmcdrv_dev_open(struct inode *inode, struct file *fp) argument
119 if (fp->f_flags & O_NONBLOCK)
125 if ((fp->f_flags & O_ACCMODE) == O_RDONLY)
134 fp->private_data = NULL; /* no command yet */
140 fp
147 hmcdrv_dev_release(struct inode *inode, struct file *fp) argument
160 hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence) argument
221 hmcdrv_dev_read(struct file *fp, char __user *ubuf, size_t len, loff_t *pos) argument
246 hmcdrv_dev_write(struct file *fp, const char __user *ubuf, size_t len, loff_t *pos) argument
[all...]
/drivers/sbus/char/
H A Dbbc_envctrl.c92 static void set_fan_speeds(struct bbc_fan_control *fp) argument
97 if (fp->cpu_fan_speed < FAN_SPEED_MIN)
98 fp->cpu_fan_speed = FAN_SPEED_MIN;
99 if (fp->cpu_fan_speed > FAN_SPEED_MAX)
100 fp->cpu_fan_speed = FAN_SPEED_MAX;
101 if (fp->system_fan_speed < FAN_SPEED_MIN)
102 fp->system_fan_speed = FAN_SPEED_MIN;
103 if (fp->system_fan_speed > FAN_SPEED_MAX)
104 fp->system_fan_speed = FAN_SPEED_MAX;
107 fp
320 maybe_new_ambient_fan_speed(struct bbc_fan_control *fp) argument
354 maybe_new_cpu_fan_speed(struct bbc_fan_control *fp) argument
390 maybe_new_fan_speeds(struct bbc_fan_control *fp) argument
403 struct bbc_fan_control *fp; local
426 struct bbc_fan_control *fp; local
497 struct bbc_fan_control *fp; local
549 destroy_one_fan(struct bbc_fan_control *fp) argument
557 struct bbc_fan_control *fp, *fpos; local
[all...]
/drivers/scsi/bnx2fc/
H A Dbnx2fc.h483 struct fc_frame *fp; member in struct:bnx2fc_unsol_els
518 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp);
519 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp);
520 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp);
568 struct fc_frame *fp, unsigned int op,
H A Dbnx2fc_els.c18 static void bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp,
20 static void bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp,
174 int bnx2fc_send_adisc(struct bnx2fc_rport *tgt, struct fc_frame *fp) argument
183 fh = fc_frame_header_get(fp);
193 adisc = fc_frame_payload_get(fp, sizeof(*adisc));
202 int bnx2fc_send_logo(struct bnx2fc_rport *tgt, struct fc_frame *fp) argument
211 fh = fc_frame_header_get(fp);
221 logo = fc_frame_payload_get(fp, sizeof(*logo));
230 int bnx2fc_send_rls(struct bnx2fc_rport *tgt, struct fc_frame *fp) argument
239 fh = fc_frame_header_get(fp);
263 struct fc_frame *fp; local
381 struct fc_frame *fp; local
849 bnx2fc_flogi_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) argument
880 bnx2fc_logo_resp(struct fc_seq *seq, struct fc_frame *fp, void *arg) argument
893 bnx2fc_elsct_send(struct fc_lport *lport, u32 did, struct fc_frame *fp, unsigned int op, void (*resp)(struct fc_seq *, struct fc_frame *, void *), void *arg, u32 timeout) argument
[all...]
H A Dbnx2fc_fcoe.c196 struct fc_frame *fp)
202 fh = fc_frame_header_get(fp);
209 switch (fc_frame_payload_op(fp)) {
211 rc = bnx2fc_send_adisc(tgt, fp);
214 rc = bnx2fc_send_logo(tgt, fp);
217 rc = bnx2fc_send_rls(tgt, fp);
241 * @fp: the fc_frame to be transmitted
243 static int bnx2fc_xmit(struct fc_lport *lport, struct fc_frame *fp) argument
266 fh = fc_frame_header_get(fp);
268 skb = fp_skb(fp);
195 bnx2fc_xmit_l2_frame(struct bnx2fc_rport *tgt, struct fc_frame *fp) argument
501 struct fc_frame *fp; local
[all...]
H A Dbnx2fc_hwi.c536 struct fc_frame *fp; local
540 fp = unsol_els->fp;
543 fc_exch_recv(lport, fp);
556 struct fc_frame *fp; local
574 fp = fc_frame_alloc(lport, payload_len);
575 if (!fp) {
581 fh = (struct fc_frame_header *) fc_frame_header_get(fp);
588 skb = fp_skb(fp);
594 op = fc_frame_payload_op(fp);
[all...]
/drivers/scsi/csiostor/
H A Dcsio_lnode.c1020 struct csio_fcf_info *fp; local
1026 fp = ln->fcfinfo;
1040 if (fp->portid != portid) {
/drivers/scsi/esas2r/
H A Desas2r.h980 long esas2r_proc_ioctl(struct file *fp, unsigned int cmd, unsigned long arg);

Completed in 2429 milliseconds

1234567