Home
last modified time | relevance | path

Searched refs:BE (Results 1 – 25 of 675) sorted by relevance

12345678910>>...27

/linux/Documentation/sound/soc/
H A Ddpcm.rst48 supports 6 back end (BE) DAIs. Each FE PCM can digitally route audio data to any
49 of the BE DAIs. The FE PCM devices can also route audio to more than 1 BE DAI.
119 1. Define the FE and BE DAI links.
121 2. Define any FE/BE PCM operations.
126 FE and BE DAI links
146 For the example above we have to define 4 FE DAI links and 6 BE DAI links. The
163 .....< other FE and BE DAI links here >
173 The FE DAI above sets the codec and code DAIs to dummy devices since the BE is
176 The BE DAIs are configured as follows :-
194 .....< other BE DAI links here >
[all …]
H A Dusb.rst26 | |ASoC BE | |ASoC FE |
63 device, or a USB device (udev->dev). This is created by the ASoC BE DAI
65 ASoC BE DAI link using this structure.
90 - ``params``: Requested PCM parameters from the USB DPCM BE DAI link
106 **snd_soc_usb_connect()** notifies the ASoC USB DCPM BE DAI link of a USB
107 audio device detection. This can be utilized in the BE DAI
121 **snd_soc_usb_disconnect()** notifies the ASoC USB DCPM BE DAI link of a USB
170 **snd_soc_usb_update_offload_route()** calls a registered callback to the USB BE DAI
183 - ``component``: DPCM BE DAI link component
223 The ASoC DPCM USB BE DAI link is the entity responsible for allocating and
[all …]
/linux/Documentation/ABI/testing/
H A Dsysfs-platform-asus-wmi66 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
79 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
89 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
101 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
111 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
122 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
132 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
143 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
151 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
162 DEPRECATED, WILL BE REMOVED SOON: please use asus-armoury
[all …]
/linux/sound/soc/generic/
H A Daudio-graph-card2-custom-sample2.dtsi56 /* BE FE */
62 /* BE FE */
89 * FE BE
95 &feA &feB &beA /* both FE / BE */
100 * FE BE
106 &feC &feD &beB /* both FE / BE*/
141 * [DPCM-Multi]::BE
143 * FE BE
214 * FE BE
226 * FE BE
[all …]
/linux/arch/arc/kernel/
H A Dunaligned.c18 #define BE 1 macro
22 #define BE 0 macro
47 val = v << ((BE) ? 8 : 0); \
49 val |= v << ((BE) ? 0 : 8); \
58 val = v << ((BE) ? 24 : 0); \
60 val |= v << ((BE) ? 16 : 8); \
62 val |= v << ((BE) ? 8 : 16); \
64 val |= v << ((BE) ? 0 : 24); \
/linux/Documentation/devicetree/bindings/
H A Dcommon-properties.txt15 know the peripheral always needs to be accessed in big endian (BE) mode.
21 BE vmlinux -> ioread32be/iowrite32be). In this case no byte swaps
41 Scenario 2 : CPU in LE mode & device in BE mode.
49 Scenario 3 : CPU in BE mode & device in BE mode.
57 Scenario 4 : CPU in BE mode & device in LE mode.
/linux/drivers/net/wireless/realtek/rtw89/
H A DKconfig45 tristate "Realtek 8851BE PCI wireless network (Wi-Fi 6) adapter"
51 Select this option will enable support for 8851BE chipset
89 tristate "Realtek 8852BE PCI wireless network (Wi-Fi 6) adapter"
96 Select this option will enable support for 8852BE chipset
113 tristate "Realtek 8852BE-VT PCI wireless network (Wi-Fi 6) adapter"
120 Select this option will enable support for 8852BE-VT chipset
H A Dpci.c1141 DEF_TXCHADDRS_TYPE2(BE, ACH0, CH0, _V1),
1142 DEF_TXCHADDRS_TYPE2(BE, ACH1, CH1, _V1),
1143 DEF_TXCHADDRS_TYPE2(BE, ACH2, CH2, _V1),
1144 DEF_TXCHADDRS_TYPE2(BE, ACH3, CH3, _V1),
1145 DEF_TXCHADDRS_TYPE2(BE, ACH4, CH4, _V1),
1146 DEF_TXCHADDRS_TYPE2(BE, ACH5, CH5, _V1),
1147 DEF_TXCHADDRS_TYPE2(BE, ACH6, CH6, _V1),
1148 DEF_TXCHADDRS_TYPE2(BE, ACH7, CH7, _V1),
1149 DEF_TXCHADDRS_TYPE2(BE, CH8, CH8, _V1),
1150 DEF_TXCHADDRS_TYPE2(BE, CH9, CH9, _V1),
[all …]
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A DKconfig2 tristate "Raspberry Pi PiSP Backend (BE) ISP driver"
11 Say Y here to enable support for the PiSP Backend (BE) ISP driver.
/linux/arch/arm/mm/
H A Dalignment.c186 #define BE 1 macro
191 #define BE 0 macro
219 val = v << ((BE) ? 8 : 0); \
221 val |= v << ((BE) ? 0 : 8); \
236 val = v << ((BE) ? 24 : 0); \
238 val |= v << ((BE) ? 16 : 8); \
240 val |= v << ((BE) ? 8 : 16); \
242 val |= v << ((BE) ? 0 : 24); \
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c63 #define BE (F2(0, 2) | CONDE) macro
66 #define BE_PTR BE
465 emit_branch(BE, t_offset + 20); in bpf_jit_compile()
560 emit_branch_off(BE, 12); in bpf_jit_compile()
645 COND_SEL(BPF_JMP | BPF_JEQ | BPF_K, BE, BNE); in bpf_jit_compile()
646 COND_SEL(BPF_JMP | BPF_JSET | BPF_K, BNE, BE); in bpf_jit_compile()
649 COND_SEL(BPF_JMP | BPF_JEQ | BPF_X, BE, BNE); in bpf_jit_compile()
650 COND_SEL(BPF_JMP | BPF_JSET | BPF_X, BNE, BE); in bpf_jit_compile()
/linux/drivers/mtd/maps/
H A DKconfig168 mtd1 allows you to reprogram your BIOS. BE VERY CAREFUL.
208 BE VERY CAREFUL.
217 BE VERY CAREFUL.
226 BE VERY CAREFUL.
235 BE VERY CAREFUL.
244 BE VERY CAREFUL.
271 BE VERY CAREFUL.
/linux/arch/arm64/kernel/
H A Dimage.h54 #define __HEAD_FLAGS (__HEAD_FLAG(BE) | \
/linux/arch/riscv/include/asm/
H A Dimage.h24 #define __HEAD_FLAGS (__HEAD_FLAG(BE))
/linux/Documentation/translations/zh_CN/arch/riscv/
H A Dboot-image-header.rst65 Bit 0 内核字节序。1 if BE, 0 if LE.
/linux/arch/arm/boot/dts/qcom/
H A Dqcom-ipq4019-ap.dk01.1-c1.dts9 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
/linux/LICENSES/deprecated/
H A DISC20 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
H A D0BSD19 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
H A DLinux-OpenIB23 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
/linux/drivers/media/dvb-frontends/
H A Dbcm3510_priv.h294 u8 BE :1; member
303 u8 BE :1; /* baud clock pin */ member
/linux/arch/arm/kernel/
H A Dhead.S260 str r8, [r5, #4] @ Save physical start of kernel (BE)
275 str r3, [r5, #4] @ Save physical end of kernel (BE)
421 ARM_BE8(eor r4, r4, r5) @ Swap r5 and r4 in BE:
/linux/arch/m68k/fpsp040/
H A Dslogn.S340 |--THIS SHOULD BE THE USUAL CASE, X NOT VERY CLOSE TO 1
347 |--LOG(1+U) CAN BE VERY EFFICIENT.
355 addl ADJK(%a6),%d0 | ...ADJUST K, ORIGINAL INPUT MAY BE DENORM.
/linux/Documentation/gpu/amdgpu/display/
H A Ddcn-overview.rst89 referred as **Front End (FE)** and **Back End (BE)**, where FE consists of:
95 On the other hand, BE consist of
101 OPP and OPTC are two joining blocks between FE and BE. On a side note, this is
104 is to change, blend and compose pixel data, while BE's job is to frame a
/linux/arch/arm/boot/dts/arm/
H A Darm-realview-eb-a9mp-bbrevd.dts17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
H A Darm-realview-eb-bbrevd.dts17 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER

12345678910>>...27