Home
last modified time | relevance | path

Searched refs:fp (Results 1 – 25 of 186) sorted by relevance

12345678

/drivers/net/fddi/
Ddefza.c212 static inline void fza_regs_dump(struct fza_private *fp) in fza_regs_dump() argument
214 pr_debug("%s: iomem registers:\n", fp->name); in fza_regs_dump()
215 pr_debug(" reset: 0x%04x\n", readw_o(&fp->regs->reset)); in fza_regs_dump()
216 pr_debug(" interrupt event: 0x%04x\n", readw_u(&fp->regs->int_event)); in fza_regs_dump()
217 pr_debug(" status: 0x%04x\n", readw_u(&fp->regs->status)); in fza_regs_dump()
218 pr_debug(" interrupt mask: 0x%04x\n", readw_u(&fp->regs->int_mask)); in fza_regs_dump()
219 pr_debug(" control A: 0x%04x\n", readw_u(&fp->regs->control_a)); in fza_regs_dump()
220 pr_debug(" control B: 0x%04x\n", readw_u(&fp->regs->control_b)); in fza_regs_dump()
223 static inline void fza_do_reset(struct fza_private *fp) in fza_do_reset() argument
226 writew_o(FZA_RESET_INIT, &fp->regs->reset); in fza_do_reset()
[all …]
/drivers/s390/char/
Dfs3270.c53 static inline int fs3270_working(struct fs3270 *fp) in fs3270_working() argument
59 return fp->active && raw3270_request_final(fp->init); in fs3270_working()
64 struct fs3270 *fp; in fs3270_do_io() local
67 fp = (struct fs3270 *)view; in fs3270_do_io()
69 rq->callback_data = &fp->wait; in fs3270_do_io()
72 if (!fs3270_working(fp)) { in fs3270_do_io()
74 rc = wait_event_interruptible(fp->wait, in fs3270_do_io()
75 fs3270_working(fp)); in fs3270_do_io()
82 wait_event(fp->wait, raw3270_request_final(rq)); in fs3270_do_io()
93 struct fs3270 *fp; in fs3270_reset_callback() local
[all …]
Dhmcdrv_dev.c56 static int hmcdrv_dev_open(struct inode *inode, struct file *fp);
57 static int hmcdrv_dev_release(struct inode *inode, struct file *fp);
58 static loff_t hmcdrv_dev_seek(struct file *fp, loff_t pos, int whence);
59 static ssize_t hmcdrv_dev_read(struct file *fp, char __user *ubuf,
61 static ssize_t hmcdrv_dev_write(struct file *fp, const char __user *ubuf,
114 static int hmcdrv_dev_open(struct inode *inode, struct file *fp) in hmcdrv_dev_open() argument
120 if (fp->f_flags & O_NONBLOCK) in hmcdrv_dev_open()
126 if ((fp->f_flags & O_ACCMODE) == O_RDONLY) in hmcdrv_dev_open()
135 fp->private_data = NULL; /* no command yet */ in hmcdrv_dev_open()
140 pr_debug("open file '/dev/%pD' with return code %d\n", fp, rc); in hmcdrv_dev_open()
[all …]
/drivers/net/ethernet/fungible/funeth/
Dfuneth_ethtool.c206 const struct funeth_priv *fp = netdev_priv(netdev); in fun_get_link_ksettings() local
217 seq = read_seqcount_begin(&fp->link_seq); in fun_get_link_ksettings()
219 speed = fp->link_speed; in fun_get_link_ksettings()
220 xcvr = fp->xcvr_type; in fun_get_link_ksettings()
221 lp_advertising = fp->lp_advertising; in fun_get_link_ksettings()
222 } while (read_seqcount_retry(&fp->link_seq, seq)); in fun_get_link_ksettings()
234 ks->base.autoneg = (fp->advertising & FUN_PORT_CAP_AUTONEG) ? in fun_get_link_ksettings()
238 fun_link_modes_to_ethtool(fp->port_caps, ks->link_modes.supported); in fun_get_link_ksettings()
239 if (fp->port_caps & (FUN_PORT_CAP_RX_PAUSE | FUN_PORT_CAP_TX_PAUSE)) in fun_get_link_ksettings()
242 fun_link_modes_to_ethtool(fp->advertising, ks->link_modes.advertising); in fun_get_link_ksettings()
[all …]
Dfuneth_main.c42 static int fun_port_write_cmds(struct funeth_priv *fp, unsigned int n, in fun_port_write_cmds() argument
61 fp->netdev->dev_port); in fun_port_write_cmds()
66 return fun_submit_admin_sync_cmd(fp->fdev, &cmd.req.common, in fun_port_write_cmds()
70 int fun_port_write_cmd(struct funeth_priv *fp, int key, u64 data) in fun_port_write_cmd() argument
72 return fun_port_write_cmds(fp, 1, &key, &data); in fun_port_write_cmd()
76 static int fun_port_read_cmds(struct funeth_priv *fp, unsigned int n, in fun_port_read_cmds() argument
97 fp->netdev->dev_port); in fun_port_read_cmds()
101 rc = fun_submit_admin_sync_cmd(fp->fdev, &cmd.req.common, in fun_port_read_cmds()
108 dev_dbg(fp->fdev->dev, in fun_port_read_cmds()
110 fp->lport, r48rsp->key_to_data, keys[i], data[i], in fun_port_read_cmds()
[all …]
Dfuneth_ktls.c6 static int fun_admin_ktls_create(struct funeth_priv *fp, unsigned int id) in fun_admin_ktls_create() argument
15 return fun_submit_admin_sync_cmd(fp->fdev, &req.common, NULL, 0, 0); in fun_admin_ktls_create()
23 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_add() local
28 .id = cpu_to_be32(fp->ktls_id), in fun_ktls_add()
58 rc = fun_submit_admin_sync_cmd(fp->fdev, &req.common, &rsp, in fun_ktls_add()
67 atomic64_inc(&fp->tx_tls_add); in fun_ktls_add()
75 struct funeth_priv *fp = netdev_priv(netdev); in fun_ktls_del() local
88 req.id = cpu_to_be32(fp->ktls_id); in fun_ktls_del()
91 fun_submit_admin_sync_cmd(fp->fdev, &req.common, NULL, 0, 0); in fun_ktls_del()
92 atomic64_inc(&fp->tx_tls_del); in fun_ktls_del()
[all …]
/drivers/sbus/char/
Dbbc_envctrl.c93 static void set_fan_speeds(struct bbc_fan_control *fp) in set_fan_speeds() argument
98 if (fp->cpu_fan_speed < FAN_SPEED_MIN) in set_fan_speeds()
99 fp->cpu_fan_speed = FAN_SPEED_MIN; in set_fan_speeds()
100 if (fp->cpu_fan_speed > FAN_SPEED_MAX) in set_fan_speeds()
101 fp->cpu_fan_speed = FAN_SPEED_MAX; in set_fan_speeds()
102 if (fp->system_fan_speed < FAN_SPEED_MIN) in set_fan_speeds()
103 fp->system_fan_speed = FAN_SPEED_MIN; in set_fan_speeds()
104 if (fp->system_fan_speed > FAN_SPEED_MAX) in set_fan_speeds()
105 fp->system_fan_speed = FAN_SPEED_MAX; in set_fan_speeds()
108 fp->index, in set_fan_speeds()
[all …]
/drivers/net/fddi/skfp/
Dfplustm.c170 smc->hw.fp.fifo.rbc_ram_start = 0 ; in init_ram()
171 smc->hw.fp.fifo.rbc_ram_end = in init_ram()
172 smc->hw.fp.fifo.rbc_ram_start + RBC_MEM_SIZE ; in init_ram()
174 MARW(smc->hw.fp.fifo.rbc_ram_start) ; in init_ram()
175 for (i = smc->hw.fp.fifo.rbc_ram_start; in init_ram()
176 i < (u_short) (smc->hw.fp.fifo.rbc_ram_end-1); i++) in init_ram()
190 outpw(FM_A(FM_RPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* RPR1 */ in set_recvptr()
191 outpw(FM_A(FM_SWPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* SWPR1 */ in set_recvptr()
192 outpw(FM_A(FM_WPR1),smc->hw.fp.fifo.rx1_fifo_start) ; /* WPR1 */ in set_recvptr()
193 outpw(FM_A(FM_EARV1),smc->hw.fp.fifo.tx_s_start-1) ; /* EARV1 */ in set_recvptr()
[all …]
/drivers/usb/gadget/function/
Df_phonet.c202 struct f_phonet *fp = ep->driver_data; in pn_tx_complete() local
203 struct net_device *dev = fp->dev; in pn_tx_complete()
227 struct f_phonet *fp; in pn_net_xmit() local
235 fp = port->usb; in pn_net_xmit()
236 if (unlikely(!fp)) /* race with carrier loss */ in pn_net_xmit()
239 req = fp->in_req; in pn_net_xmit()
246 if (unlikely(usb_ep_queue(fp->in_ep, req, GFP_ATOMIC))) in pn_net_xmit()
295 pn_rx_submit(struct f_phonet *fp, struct usb_request *req, gfp_t gfp_flags) in pn_rx_submit() argument
308 err = usb_ep_queue(fp->out_ep, req, gfp_flags); in pn_rx_submit()
316 struct f_phonet *fp = ep->driver_data; in pn_rx_complete() local
[all …]
/drivers/net/phy/
Dfixed_phy.c52 struct fixed_phy *fp; in fixed_phy_change_carrier() local
57 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_change_carrier()
58 if (fp->addr == phydev->mdio.addr) { in fixed_phy_change_carrier()
59 fp->no_carrier = !new_carrier; in fixed_phy_change_carrier()
67 static void fixed_phy_update(struct fixed_phy *fp) in fixed_phy_update() argument
69 if (!fp->no_carrier && fp->link_gpiod) in fixed_phy_update()
70 fp->status.link = !!gpiod_get_value_cansleep(fp->link_gpiod); in fixed_phy_update()
76 struct fixed_phy *fp; in fixed_mdio_read() local
78 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read()
79 if (fp->addr == phy_addr) { in fixed_mdio_read()
[all …]
/drivers/scsi/libfc/
Dfc_rport.c699 struct fc_frame *fp) in fc_rport_login_complete() argument
706 flogi = fc_frame_payload_get(fp, sizeof(*flogi)); in fc_rport_login_complete()
712 if (fc_frame_payload_op(fp) == ELS_FLOGI) { in fc_rport_login_complete()
738 static void fc_rport_flogi_resp(struct fc_seq *sp, struct fc_frame *fp, in fc_rport_flogi_resp() argument
749 IS_ERR(fp) ? "error" : fc_els_resp_type(fp)); in fc_rport_flogi_resp()
751 if (fp == ERR_PTR(-FC_EX_CLOSED)) in fc_rport_flogi_resp()
759 if (IS_ERR(fp)) in fc_rport_flogi_resp()
764 if (IS_ERR(fp)) { in fc_rport_flogi_resp()
765 fc_rport_error(rdata, PTR_ERR(fp)); in fc_rport_flogi_resp()
768 opcode = fc_frame_payload_op(fp); in fc_rport_flogi_resp()
[all …]
Dfc_lport.c156 static int fc_frame_drop(struct fc_lport *lport, struct fc_frame *fp) in fc_frame_drop() argument
158 fc_frame_free(fp); in fc_frame_drop()
403 static void fc_lport_recv_rlir_req(struct fc_lport *lport, struct fc_frame *fp) in fc_lport_recv_rlir_req() argument
410 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_lport_recv_rlir_req()
411 fc_frame_free(fp); in fc_lport_recv_rlir_req()
422 struct fc_frame *fp; in fc_lport_recv_echo_req() local
438 fp = fc_frame_alloc(lport, len); in fc_lport_recv_echo_req()
439 if (fp) { in fc_lport_recv_echo_req()
440 dp = fc_frame_payload_get(fp, len); in fc_lport_recv_echo_req()
443 fc_fill_reply_hdr(fp, in_fp, FC_RCTL_ELS_REP, 0); in fc_lport_recv_echo_req()
[all …]
Dfc_exch.c262 static void fc_exch_setup_hdr(struct fc_exch *ep, struct fc_frame *fp, in fc_exch_setup_hdr() argument
265 struct fc_frame_header *fh = fc_frame_header_get(fp); in fc_exch_setup_hdr()
268 fr_sof(fp) = ep->class; in fc_exch_setup_hdr()
270 fr_sof(fp) = fc_sof_normal(ep->class); in fc_exch_setup_hdr()
273 fr_eof(fp) = FC_EOF_T; in fc_exch_setup_hdr()
275 fr_eof(fp) = FC_EOF_N; in fc_exch_setup_hdr()
285 fill = fr_len(fp) & 3; in fc_exch_setup_hdr()
289 skb_put(fp_skb(fp), fill); in fc_exch_setup_hdr()
293 WARN_ON(fr_len(fp) % 4 != 0); /* no pad to non last frame */ in fc_exch_setup_hdr()
294 fr_eof(fp) = FC_EOF_N; in fc_exch_setup_hdr()
[all …]
Dfc_frame.c22 u32 fc_frame_crc_check(struct fc_frame *fp) in fc_frame_crc_check() argument
29 WARN_ON(!fc_frame_is_linear(fp)); in fc_frame_crc_check()
30 fr_flags(fp) &= ~FCPHF_CRC_UNCHECKED; in fc_frame_crc_check()
31 len = (fr_len(fp) + 3) & ~3; /* round up length to include fill */ in fc_frame_crc_check()
32 bp = (const u8 *) fr_hdr(fp); in fc_frame_crc_check()
34 error = crc ^ fr_crc(fp); in fc_frame_crc_check()
45 struct fc_frame *fp; in _fc_frame_alloc() local
55 fp = (struct fc_frame *) skb; in _fc_frame_alloc()
56 fc_frame_init(fp); in _fc_frame_alloc()
58 return fp; in _fc_frame_alloc()
[all …]
Dfc_disc.c70 static void fc_disc_recv_rscn_req(struct fc_disc *disc, struct fc_frame *fp) in fc_disc_recv_rscn_req() argument
89 rp = fc_frame_payload_get(fp, sizeof(*rp)); in fc_disc_recv_rscn_req()
100 rp = fc_frame_payload_get(fp, len); in fc_disc_recv_rscn_req()
137 fc_seq_els_rsp_send(fp, ELS_LS_ACC, NULL); in fc_disc_recv_rscn_req()
159 fc_frame_free(fp); in fc_disc_recv_rscn_req()
165 fc_seq_els_rsp_send(fp, ELS_LS_RJT, &rjt_data); in fc_disc_recv_rscn_req()
166 fc_frame_free(fp); in fc_disc_recv_rscn_req()
178 static void fc_disc_recv_req(struct fc_lport *lport, struct fc_frame *fp) in fc_disc_recv_req() argument
183 op = fc_frame_payload_op(fp); in fc_disc_recv_req()
187 fc_disc_recv_rscn_req(disc, fp); in fc_disc_recv_req()
[all …]
Dfc_fcp.c436 struct fc_frame *fp; in fc_fcp_frame_alloc() local
438 fp = fc_frame_alloc(lport, len); in fc_fcp_frame_alloc()
439 if (likely(fp)) in fc_fcp_frame_alloc()
440 return fp; in fc_fcp_frame_alloc()
472 static void fc_fcp_recv_data(struct fc_fcp_pkt *fsp, struct fc_frame *fp) in fc_fcp_recv_data() argument
487 fh = fc_frame_header_get(fp); in fc_fcp_recv_data()
490 len = fr_len(fp) - sizeof(*fh); in fc_fcp_recv_data()
491 buf = fc_frame_payload_get(fp, 0); in fc_fcp_recv_data()
508 if ((fr_flags(fp) & FCPHF_CRC_UNCHECKED) && in fc_fcp_recv_data()
509 fc_frame_crc_check(fp)) in fc_fcp_recv_data()
[all …]
Dfc_elsct.c32 struct fc_frame *fp, unsigned int op, in fc_elsct_send() argument
44 rc = fc_els_fill(lport, did, fp, op, &r_ctl, &fh_type); in fc_elsct_send()
47 rc = fc_ct_fill(lport, did, fp, op, &r_ctl, &fh_type, &did); in fc_elsct_send()
51 fc_frame_free(fp); in fc_elsct_send()
55 fc_fill_fc_hdr(fp, r_ctl, did, lport->port_id, fh_type, in fc_elsct_send()
58 return fc_exch_seq_send(lport, fp, resp, NULL, arg, timer_msec); in fc_elsct_send()
79 const char *fc_els_resp_type(struct fc_frame *fp) in fc_els_resp_type() argument
85 if (IS_ERR(fp)) { in fc_els_resp_type()
86 switch (-PTR_ERR(fp)) { in fc_els_resp_type()
101 fh = fc_frame_header_get(fp); in fc_els_resp_type()
[all …]
/drivers/comedi/drivers/ni_routing/tools/
Dconvert_c_to_py.c36 void family_write(const struct family_route_values *rv, FILE *fp) in family_write() argument
38 fprintf(fp, in family_write()
54 fprintf(fp, " %u : {\n", dest); in family_write()
75 fprintf(fp, " %u : \"%s(%u)\",\n", in family_write()
78 fprintf(fp, " },\n"); in family_write()
80 fprintf(fp, " },\n\n"); in family_write()
99 void device_write(const struct ni_device_routes *dR, FILE *fp) in device_write() argument
101 fprintf(fp, in device_write()
116 fprintf(fp, " %u : [", dR->routes[i].dest); in device_write()
128 fprintf(fp, "%u,", dR->routes[i].src[j]); in device_write()
[all …]
/drivers/target/tcm_fc/
Dtfc_cmd.c71 struct fc_frame *fp; in ft_free_cmd() local
77 fp = cmd->req_frame; in ft_free_cmd()
78 if (fr_seq(fp)) in ft_free_cmd()
79 fc_seq_release(fr_seq(fp)); in ft_free_cmd()
80 fc_frame_free(fp); in ft_free_cmd()
103 struct fc_frame *fp; in ft_queue_status() local
116 fp = fc_frame_alloc(lport, len); in ft_queue_status()
117 if (!fp) { in ft_queue_status()
122 fcp = fc_frame_payload_get(fp, len); in ft_queue_status()
149 fc_fill_fc_hdr(fp, FC_RCTL_DD_CMD_STATUS, ep->did, ep->sid, FC_TYPE_FCP, in ft_queue_status()
[all …]
Dtfc_io.c44 struct fc_frame *fp = NULL; in ft_queue_data_in() local
113 fp = fc_frame_alloc(lport, use_sg ? 0 : frame_len); in ft_queue_data_in()
114 if (!fp) in ft_queue_data_in()
116 to = fc_frame_payload_get(fp, 0); in ft_queue_data_in()
125 fr_max_payload(fp) = cmd->sess->max_frame; in ft_queue_data_in()
133 skb_fill_page_desc(fp_skb(fp), in ft_queue_data_in()
134 skb_shinfo(fp_skb(fp))->nr_frags, in ft_queue_data_in()
136 fr_len(fp) += tlen; in ft_queue_data_in()
137 fp_skb(fp)->data_len += tlen; in ft_queue_data_in()
138 fp_skb(fp)->truesize += page_size(page); in ft_queue_data_in()
[all …]
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c88 struct bnx2x_fastpath *from_fp = &bp->fp[from]; in bnx2x_move_fp()
89 struct bnx2x_fastpath *to_fp = &bp->fp[to]; in bnx2x_move_fp()
179 struct bnx2x_fastpath *fp = &bp->fp[i]; in bnx2x_shrink_eth_fp() local
182 memcpy(&bp->bnx2x_txq[new_idx], fp->txdata_ptr[cos], in bnx2x_shrink_eth_fp()
184 fp->txdata_ptr[cos] = &bp->bnx2x_txq[new_idx]; in bnx2x_shrink_eth_fp()
345 static inline void bnx2x_update_last_max_sge(struct bnx2x_fastpath *fp, in bnx2x_update_last_max_sge() argument
348 u16 last_max = fp->last_max_sge; in bnx2x_update_last_max_sge()
351 fp->last_max_sge = idx; in bnx2x_update_last_max_sge()
354 static inline void bnx2x_update_sge_prod(struct bnx2x_fastpath *fp, in bnx2x_update_sge_prod() argument
358 struct bnx2x *bp = fp->bp; in bnx2x_update_sge_prod()
[all …]
Dbnx2x_cmn.h128 int bnx2x_setup_queue(struct bnx2x *bp, struct bnx2x_fastpath *fp,
436 void bnx2x_sp_event(struct bnx2x_fastpath *fp, union eth_rx_cqe *rr_cqe);
506 struct bnx2x_fastpath *fp, in bnx2x_update_rx_prod() argument
528 REG_WR_RELAXED(bp, fp->ustorm_rx_prods_offset + i * 4, in bnx2x_update_rx_prod()
533 fp->index, bd_prod, rx_comp_prod, rx_sge_prod); in bnx2x_update_rx_prod()
630 static inline void bnx2x_update_fpsb_idx(struct bnx2x_fastpath *fp) in bnx2x_update_fpsb_idx() argument
633 fp->fp_hc_idx = fp->sb_running_index[SM_RX_ID]; in bnx2x_update_fpsb_idx()
765 static inline bool bnx2x_has_tx_work(struct bnx2x_fastpath *fp) in bnx2x_has_tx_work() argument
768 for_each_cos_in_tx_queue(fp, cos) in bnx2x_has_tx_work()
769 if (bnx2x_tx_queue_has_work(fp->txdata_ptr[cos])) in bnx2x_has_tx_work()
[all …]
/drivers/net/ethernet/qlogic/qede/
Dqede_main.c528 static void qede_fp_sb_dump(struct qede_dev *edev, struct qede_fastpath *fp) in qede_fp_sb_dump() argument
530 char *p_sb = (char *)fp->sb_info->sb_virt; in qede_fp_sb_dump()
544 struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_txq_fp_log_metadata() argument
551 fp->id, fp->sb_info->igu_sb_id, txq->index, txq->ndev_txq_id, txq->cos, in qede_txq_fp_log_metadata()
562 qede_tx_log_print(struct qede_dev *edev, struct qede_fastpath *fp, struct qede_tx_queue *txq) in qede_tx_log_print() argument
568 qede_fp_sb_dump(edev, fp); in qede_tx_log_print()
571 rc = edev->ops->common->get_sb_info(edev->cdev, fp->sb_info, (u16)fp->id, &sb_dbg); in qede_tx_log_print()
585 txq->index, fp->sb_info->igu_sb_id, in qede_tx_log_print()
600 struct qede_fastpath *fp; in qede_tx_timeout() local
603 fp = &edev->fp_array[i]; in qede_tx_timeout()
[all …]
/drivers/video/fbdev/geode/
Dvideo_gx.c179 unsigned long fp; in gx_configure_tft() local
190 fp = read_fp(par, FP_PM); in gx_configure_tft()
191 fp &= ~FP_PM_P; in gx_configure_tft()
192 write_fp(par, FP_PM, fp); in gx_configure_tft()
196 fp = read_fp(par, FP_PT1); in gx_configure_tft()
197 fp &= FP_PT1_VSIZE_MASK; in gx_configure_tft()
198 fp |= info->var.yres << FP_PT1_VSIZE_SHIFT; in gx_configure_tft()
199 write_fp(par, FP_PT1, fp); in gx_configure_tft()
204 fp = 0x0F100000; in gx_configure_tft()
209 fp |= FP_PT2_VSP; in gx_configure_tft()
[all …]
/drivers/gpu/drm/nouveau/
Dnouveau_bios.c112 …uint8_t sub = bios->data[bios->fp.xlated_entry + script] + (bios->fp.link_c_increment && dcbent->o… in call_lvds_manufacturer_script()
118 if (!bios->fp.xlated_entry || !sub || !scriptofs) in call_lvds_manufacturer_script()
121 run_digital_op_script(dev, scriptofs, dcbent, head, bios->fp.dual_link); in call_lvds_manufacturer_script()
125 mdelay(ROM16(bios->data[bios->fp.xlated_entry + 7])); in call_lvds_manufacturer_script()
165 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 7 + outputset * 2]); in run_lvds_table()
169 scriptptr = ROM16(bios->data[bios->fp.lvdsmanufacturerpointer + 11 + outputset * 2]); in run_lvds_table()
172 clktable = bios->fp.lvdsmanufacturerpointer + 15; in run_lvds_table()
177 if (bios->fp.dual_link) in run_lvds_table()
179 if (bios->fp.if_is_24bit) in run_lvds_table()
185 if (bios->fp.dual_link) { in run_lvds_table()
[all …]

12345678