Home
last modified time | relevance | path

Searched refs:prc (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/isdn/hardware/eicon/
Dum_idi.c735 diva_um_idi_ind_hdr_t *prc; in write_return_code() local
737 if (!(prc = in write_return_code()
746 prc->type = DIVA_UM_IDI_IND_RC; in write_return_code()
747 prc->hdr.rc.Rc = rc; in write_return_code()
748 prc->hdr.rc.RcCh = e->e.RcCh; in write_return_code()
749 prc->data_length = 0; in write_return_code()
750 diva_data_q_ack_segment4write(&e->rc, sizeof(*prc)); in write_return_code()
/linux-4.4.14/drivers/net/can/usb/peak_usb/
Dpcan_usb_fd.c235 struct pucan_wr_err_cnt *prc; in pcan_usb_fd_build_restart_cmd() local
240 prc = (struct pucan_wr_err_cnt *)pc; in pcan_usb_fd_build_restart_cmd()
241 prc->opcode_channel = pucan_cmd_opcode_channel(dev, in pcan_usb_fd_build_restart_cmd()
245 prc->sel_mask = cpu_to_le16(PUCAN_WRERRCNT_TE|PUCAN_WRERRCNT_RE); in pcan_usb_fd_build_restart_cmd()
248 prc->tx_counter = 0; in pcan_usb_fd_build_restart_cmd()
249 prc->rx_counter = 0; in pcan_usb_fd_build_restart_cmd()
/linux-4.4.14/drivers/video/fbdev/
Dbroadsheetfb.c843 u16 rev, prc; in broadsheet_identify() local
847 prc = broadsheet_read_reg(par, BS_REG_PRC); in broadsheet_identify()
848 dev_info(dev, "Broadsheet Rev 0x%x, Product Code 0x%x\n", rev, prc); in broadsheet_identify()
850 if (prc != 0x0047) in broadsheet_identify()
/linux-4.4.14/drivers/media/dvb-frontends/
Dlg2160.c590 static int lg216x_get_prc(struct lg216x_state *state, u8 *prc) in lg216x_get_prc() argument
595 *prc = 0xff; /* invalid value */ in lg216x_get_prc()
601 *prc = ((val >> 5) & 0x07) + 1; in lg216x_get_prc()
/linux-4.4.14/drivers/net/ethernet/ibm/ehea/
Dehea_phyp.h273 u64 prc; /* 00 */ member
/linux-4.4.14/drivers/scsi/
Dpmcraid.h400 __le32 prc; member
Dipr.h1137 __be32 prc; member
1157 __be32 prc; member
Dipr.c1945 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_enhanced_dual_ioa_error()
1971 be32_to_cpu(hostrcb->hcam.u.error.prc)); in ipr_log_dual_ioa_error()