Home
last modified time | relevance | path

Searched refs:rc5 (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.6.21/drivers/media/pci/bt8xx/
Dbttv-input.c156 unsigned int rc5 = 0; in bttv_rc5_decode() local
163 rc5 <<= 1; in bttv_rc5_decode()
169 rc5 |= 1; in bttv_rc5_decode()
178 rc5, org_code, RC5_START(rc5), in bttv_rc5_decode()
179 RC5_TOGGLE(rc5), RC5_ADDR(rc5), RC5_INSTR(rc5)); in bttv_rc5_decode()
180 return rc5; in bttv_rc5_decode()
187 u32 gap, rc5, scancode; in bttv_rc5_timer_end() local
214 rc5 = bttv_rc5_decode(ir->code); in bttv_rc5_timer_end()
216 toggle = RC5_TOGGLE(rc5); in bttv_rc5_timer_end()
217 system = RC5_ADDR(rc5); in bttv_rc5_timer_end()
[all …]
/linux-6.6.21/drivers/media/usb/dvb-usb/
Ddib0700_core.c703 } rc5; member
784 keycode = RC_SCANCODE_RC5(poll_reply->rc5.system, poll_reply->rc5.data); in dib0700_rc_urb_completion()
786 if ((poll_reply->rc5.data ^ poll_reply->rc5.not_data) != 0xff) { in dib0700_rc_urb_completion()
789 poll_reply->rc5.not_used, poll_reply->rc5.system, in dib0700_rc_urb_completion()
790 poll_reply->rc5.data, poll_reply->rc5.not_data); in dib0700_rc_urb_completion()
/linux-6.6.21/Documentation/userspace-api/media/rc/
Drc-protos.rst33 detailed description here https://www.sbprojects.net/knowledge/ir/rc5.php.
35 The scancode encoding is *not* consistent with the lirc daemon (lircd) rc5
38 .. flat-table:: rc5 bits scancode mapping
57 - 2nd start bit in rc5, re-used as 6th command bit
77 There is a variant of rc5 called either rc5x or extended rc5
Drc-sysfs-nodes.rst39 rc5 [rc6] nec jvc [sony]
/linux-6.6.21/Documentation/translations/zh_CN/maintainer/
Dmaintainer-entry-profile.rst61 的充足理由。通常新特性贡献者的提交应出现在-rc5之前。
/linux-6.6.21/Documentation/RCU/
Dlockdep-splat.rst20 So let's look at an example RCU lockdep splat from 3.0-rc5, one that
40 Pid: 1552, comm: scsi_scan_6 Not tainted 3.0.0-rc5 #17
68 Line 2776 of block/cfq-iosched.c in v3.0-rc5 is as follows::
/linux-6.6.21/Documentation/driver-api/media/drivers/
Dcx88-devel.rst107 http://www.nenya.be/beor/electronics/rc5.htm
113 http://www.xs4all.nl/~sbp/knowledge/ir/rc5.htm
/linux-6.6.21/drivers/media/rc/img-ir/
DMakefile10 img-ir-$(CONFIG_IR_IMG_RC5) += img-ir-rc5.o
/linux-6.6.21/Documentation/process/
Dapplying-patches.rst374 So, 5.8-rc5 means that this is the fifth release candidate for the 5.8
386 # now let's move from 5.8-rc3 to 5.8-rc5
390 $ patch -p1 < ../patch-5.8-rc5 # apply the new 5.8-rc5 patch
392 $ mv linux-5.8-rc3 linux-5.8-rc5 # rename the source dir
394 # finally let's try and move from 5.7.3 to 5.8-rc5
398 $ patch -p1 < ../patch-5.8-rc5 # apply new 5.8-rc5 patch
400 $ mv linux-5.7.3 linux-5.8-rc5 # rename the kernel source dir
Dmaintainer-kvm-x86.rst61 close around rc5 for new features, and a soft close around rc6 for fixes (for
/linux-6.6.21/Documentation/devicetree/bindings/media/
Drc.yaml53 - rc-dib0700-rc5
124 - rc-rc5-tv
/linux-6.6.21/drivers/media/rc/
DMakefile18 obj-$(CONFIG_IR_RC5_DECODER) += ir-rc5-decoder.o
Drc-core-priv.h82 } rc5; member
Dir-rc5-decoder.c42 struct rc5_dec *data = &dev->raw->rc5; in ir_rc5_decode()
/linux-6.6.21/Documentation/translations/zh_CN/process/
D2.Process.rst73 十月 27 5.4-rc5
/linux-6.6.21/Documentation/translations/zh_TW/process/
D2.Process.rst76 十月 27 5.4-rc5
/linux-6.6.21/drivers/media/rc/keymaps/
DMakefile35 rc-dib0700-rc5.o \
/linux-6.6.21/Documentation/maintainer/
Dmaintainer-entry-profile.rst68 submissions should appear before -rc5.
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-rc26 "rc5 [rc6] nec jvc [sony]"
/linux-6.6.21/Documentation/translations/zh_TW/admin-guide/
Dreporting-issues.rst1052 些不定期的重新測試(例如用rc3、rc5 和最終版本)也是一個好主意,但只有在相關
/linux-6.6.21/Documentation/translations/zh_CN/admin-guide/
Dreporting-issues.rst1054 些不定期的重新测试(例如用rc3、rc5 和最终版本)也是一个好主意,但只有在相关
/linux-6.6.21/Documentation/driver-api/media/
Dmaintainer-entry-profile.rst187 next merge window they should be sent before -rc5, and ideally stabilized
/linux-6.6.21/Documentation/staging/
Dlzo.rst197 analysis of the decompression code available in Linux 3.16-rc5, and updated
/linux-6.6.21/Documentation/networking/device_drivers/ethernet/aquantia/
Datlantic.rst126 version: 5.2.0-050200rc5-generic-kern
/linux-6.6.21/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1444 uint64_t rc5:4; member
1456 uint64_t rc5:4;

12