Searched refs:op (Results 276 - 300 of 330) sorted by relevance

<<11121314

/drivers/staging/rtl8712/
H A Drtl871x_cmd.h601 u8 op; /*0: add, 1:del*/ member in struct:setatim_parm
/drivers/staging/tidspbridge/rmgr/
H A Ddrv_interface.c358 static int dspbridge_scale_notification(struct notifier_block *op, argument
/drivers/tty/
H A Dn_tty.c507 unsigned char op; local
514 * op code or a control character value.
519 op = *opp;
521 switch (op) {
571 /* This is an escaped echo op start code */
585 * If the op is not a special byte code,
598 tty_put_char(tty, op ^ 0100);
/drivers/gpu/drm/radeon/
H A Drv515d.h188 /* PACKET3 op code */
204 #define PACKET3(op, n) (CP_PACKET3 | \
205 REG_SET(PACKET3_IT_OPCODE, (op)) | \
H A Dr100d.h45 /* PACKET3 op code */
63 #define PACKET3(op, n) (CP_PACKET3 | \
64 REG_SET(PACKET3_IT_OPCODE, (op)) | \
H A Devergreend.h671 #define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \
672 (((op) & 0xFF) << 8) | \
H A Dr600d.h843 #define PACKET3(op, n) ((PACKET_TYPE3 << 30) | \
844 (((op) & 0xFF) << 8) | \
/drivers/infiniband/hw/cxgb3/
H A Dcxio_wr.h427 static inline void build_fw_riwrh(struct fw_riwrh *wqe, enum t3_wr_opcode op, argument
431 wqe->op_seop_flags = cpu_to_be32(V_FW_RIWR_OP(op) |
/drivers/infiniband/hw/cxgb4/
H A Dcq.c61 res->u.cq.op = FW_RI_RES_OP_RESET;
131 res->u.cq.op = FW_RI_RES_OP_WRITE;
/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c753 const char *op; local
773 op = rd_notwr ? "Rd" : "Wr";
/drivers/misc/sgi-gru/
H A Dgrufault.c734 "cb 0x%lx, op %d, exopc %d, cbrstate %d, cbrexecstatus 0x%x, ecause 0x%x, "
867 gru_dbg(grudev, "op %d, gseg 0x%lx, value1 0x%lx\n", req.op, req.gseg, req.val1);
876 switch (req.op) {
/drivers/staging/comedi/drivers/
H A Dserial2002.c127 static long tty_ioctl(struct file *f, unsigned op, unsigned long param) argument
130 return f->f_op->unlocked_ioctl(f, op, param);
/drivers/video/
H A Dbroadsheetfb.c438 u8 op, u32 addr)
446 err = broadsheet_spiflash_write_byte(par, op);
437 broadsheet_spiflash_op_on_address(struct broadsheetfb_par *par, u8 op, u32 addr) argument
H A Dvga16fb.c145 static inline int setop(int op) argument
150 vga_io_w(VGA_GFX_D, op);
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_hw.c637 nx_p3_sre_macaddr_change(struct netxen_adapter *adapter, u8 *addr, unsigned op) argument
650 mac_req->op = op;
1412 u64 *data, int op)
1443 if (op == 0) /* read */
1411 netxen_nic_pci_mem_access_direct(struct netxen_adapter *adapter, u64 off, u64 *data, int op) argument
/drivers/net/ethernet/chelsio/cxgb3/
H A Dcommon.h756 int t3_sge_cqcntxt_op(struct adapter *adapter, unsigned int id, unsigned int op,
/drivers/scsi/bnx2fc/
H A Dbnx2fc.h531 struct fc_frame *fp, unsigned int op,
/drivers/scsi/isci/
H A Drequest.c297 static void scu_ssp_ireq_dif_insert(struct isci_request *ireq, u8 type, u8 op) argument
337 tc->bgctl_f.op = 0x2;
352 static void scu_ssp_ireq_dif_strip(struct isci_request *ireq, u8 type, u8 op) argument
397 tc->bgctl_f.op = 0x1;
/drivers/scsi/
H A Dsd.c1464 unsigned char op = SCpnt->cmnd[0]; local
1517 (op == UNMAP || op == WRITE_SAME_16 || op == WRITE_SAME))
/drivers/video/via/
H A Dviafbdev.c741 u8 op; local
750 op = VIA_BITBLT_MONO;
761 op = VIA_BITBLT_COLOR;
764 if (shared->hw_bitblt(shared->vdev->engine_mmio, op,
/drivers/net/ethernet/micrel/
H A Dks8851_mll.c669 * @op: The bit(s) to set in the GRR
672 * specified by @op.
679 static void ks_soft_reset(struct ks_net *ks, unsigned op) argument
683 ks_wrreg16(ks, KS_GRR, op);
/drivers/char/ipmi/
H A Dipmi_si_intf.c1674 enum hotmod_op op; local
1714 op = ival;
1782 if (op == HM_ADD) {
/drivers/isdn/hardware/mISDN/
H A DmISDNisar.c1580 switch (cq->op) {
1582 cq->op = 0;
1587 pr_info("%s: unknown Op %x\n", __func__, cq->op);
H A Dhfcmulti.c3546 switch (cq->op) {
3548 cq->op = MISDN_CTRL_HFC_OP | MISDN_CTRL_HW_FEATURES_OP
3658 __func__, cq->op);
4113 switch (cq->op) {
4115 cq->op = MISDN_CTRL_HFC_OP;
4147 __func__, cq->op);
/drivers/md/
H A Dbitmap.c162 * quietly no-op */
650 enum bitmap_mask_op op)
659 switch (op) {
649 bitmap_mask_state(struct bitmap *bitmap, enum bitmap_state bits, enum bitmap_mask_op op) argument

Completed in 7803 milliseconds

<<11121314