Home
last modified time | relevance | path

Searched refs:RC (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/include/rdma/
Dib_pack.h106 IB_OPCODE(RC, SEND_FIRST),
107 IB_OPCODE(RC, SEND_MIDDLE),
108 IB_OPCODE(RC, SEND_LAST),
109 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE),
110 IB_OPCODE(RC, SEND_ONLY),
111 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE),
112 IB_OPCODE(RC, RDMA_WRITE_FIRST),
113 IB_OPCODE(RC, RDMA_WRITE_MIDDLE),
114 IB_OPCODE(RC, RDMA_WRITE_LAST),
115 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE),
[all …]
/linux-2.6.39/fs/jfs/
Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
73 RC = 0;\
79 RC = 0;\
84 RC = -EIO;\
Djfs_xtree.c67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot)\
70 if (!(RC))\
79 RC = -EIO;\
Djfs_dtree.c127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC)\ argument
129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot)\
130 if (!(RC))\
138 RC = -EIO;\
/linux-2.6.39/sound/pci/hda/
Dpatch_hdmi.c140 RC = (1 << 6), /* Rear Center */ enumerator
161 [4] = RC,
238 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
243 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } },
244 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
245 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } },
246 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
247 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
248 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
249 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]
/linux-2.6.39/drivers/clocksource/
Dtcb_clksrc.c112 __raw_writel((32768 + HZ/2) / HZ, tcaddr + ATMEL_TC_REG(2, RC)); in tc_mode()
141 __raw_writel(delta, tcaddr + ATMEL_TC_REG(2, RC)); in tc_next_event()
278 __raw_writel(0x8000, tcaddr + ATMEL_TC_REG(0, RC)); in tcb_clksrc_init()
/linux-2.6.39/drivers/media/rc/
DKconfig40 tristate "Enable IR raw decoder for the RC-5 protocol"
46 Enable this option if you have IR with RC-5 protocol, and
79 tristate "Enable IR raw decoder for the RC-5 (streamzap) protocol"
85 Enable this option if you have IR with RC-5 (streamzap) protocol,
87 uses an IR protocol that is almost standard RC-5, but not quite,
/linux-2.6.39/drivers/media/rc/keymaps/
DKconfig13 provide the tool and the same RC maps for load from
/linux-2.6.39/drivers/isdn/hardware/eicon/
Dpr_pc.h63 } RC; typedef
Ddi.c258 RC * RcIn; in pr_dpc()
268 RcIn = (RC *)&PR_RAM->B[a->ram_inw(a, &PR_RAM->NextRc)]; in pr_dpc()
293 RcIn = (RC *)&PR_RAM->B[a->ram_inw(a, &RcIn->next)]; in pr_dpc()
/linux-2.6.39/Documentation/usb/
DWUSB-Design-overview.txt107 *RC*: Radio control -- this implements an interface to the
136 code with the HWA-RC driver; there is a bunch of factorization work that
166 For each RC that is detected, a new struct uwb_rc is created. In turn, a
167 RC is also a device, so they also show in /sys/class/uwb and
178 Each RC driver is implemented by a separate driver that plugs into the
194 The HWA-RC (USB dongle) driver (drivers/uwb/hwa-rc.c) does this job for
211 [*] The stack should put a new RC to scan for devices
224 on (let's say 9), we put the new RC to beacon:
444 *RC* -- Radio Control
/linux-2.6.39/arch/m68k/include/asm/
Dtraps.h109 #define RC (0x2000) macro
/linux-2.6.39/drivers/infiniband/hw/mthca/
Dmthca_qp.c283 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
288 case RC: return MTHCA_QP_ST_RC; in to_mthca_st()
476 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp()
1011 case RC: in mthca_alloc_wqe_buf()
1289 case IB_QPT_RC: qp->transport = RC; break; in mthca_alloc_qp()
1672 case RC: in mthca_tavor_post_send()
2013 case RC: in mthca_arbel_post_send()
/linux-2.6.39/Documentation/infiniband/
Dipoib.txt38 In connected mode, the IB RC (Reliable Connected) transport is used.
/linux-2.6.39/drivers/input/joystick/
DKconfig197 tristate "5-byte Zhenhua RC transmitter"
309 tristate "Walkera WK-0701 RC transmitter"
/linux-2.6.39/arch/m68k/kernel/
Dtraps_mm.c1036 if (ssw & RC) in bad_super_trap()
/linux-2.6.39/drivers/char/
DKconfig392 manufactured by RC Systems (<http://www.rcsys.com/>). It is also
/linux-2.6.39/
DCREDITS2735 D: UWB stack, HWA-RC driver and HWA-HC drivers