| /OK3568_Linux_fs/kernel/sound/hda/ |
| H A D | hdmi_chmap.c | 26 FL = (1 << 0), /* Front Left */ enumerator 63 [0] = FL | FR, 121 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 123 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 125 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 131 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | hdmi-codec.c | 39 FL = BIT(0), /* Front Left */ enumerator 197 .mask = FL | FR}, 200 .mask = FL | FR | LFE}, 203 .mask = FL | FR | FC }, 206 .mask = FL | FR | LFE | FC | RL | RR}, 209 .mask = FL | FR | RL | RR }, 212 .mask = FL | FR | LFE | RL | RR }, 215 .mask = FL | FR | FC | RL | RR }, 218 .mask = FL | FR | LFE | FC | RL | RR | RC }, 221 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC }, [all …]
|
| /OK3568_Linux_fs/kernel/sound/x86/ |
| H A D | intel_hdmi_audio.c | 60 [0] = FL | FR, 79 { .ca_index = 0x00, .speakers = { 0, 0, 0, 0, 0, 0, FR, FL } }, 81 { .ca_index = 0x01, .speakers = { 0, 0, 0, 0, 0, LFE, FR, FL } }, 83 { .ca_index = 0x02, .speakers = { 0, 0, 0, 0, FC, 0, FR, FL } }, 85 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 87 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 89 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 91 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 93 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 95 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, [all …]
|
| H A D | intel_hdmi_audio.h | 54 FL = (1 << 0), /* Front Left */ enumerator
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_stack_tracer.tc | 15 FL=`grep " 0)" stack_trace` 16 echo $FL | grep -q "lock" || break; 31 FL=`grep " 0)" stack_trace` 32 echo $FL | grep -q "lock"
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | fix_node.c | 806 brelse(tb->FL[i]); in free_buffers_in_tb() 813 tb->FL[i] = NULL; in free_buffers_in_tb() 921 (l = tb->FL[h]) == NULL) in get_lfree() 967 if (!tb->FL[h]) in is_left_neighbor_in_cache() 975 !B_IS_IN_TREE(tb->FL[h]) || in is_left_neighbor_in_cache() 977 !buffer_uptodate(tb->FL[h]), in is_left_neighbor_in_cache() 979 father, tb->FL[h]); in is_left_neighbor_in_cache() 985 left_neighbor_position = (father == tb->FL[h]) ? in is_left_neighbor_in_cache() 986 tb->lkey[h] : B_NR_ITEMS(tb->FL[h]); in is_left_neighbor_in_cache() 989 B_N_CHILD_NUM(tb->FL[h], left_neighbor_position); in is_left_neighbor_in_cache() [all …]
|
| H A D | ibalance.c | 47 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 55 src_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 96 dest_bi->bi_parent = tb->FL[h]; in internal_define_dest_src_infos() 873 bi.bi_parent = tb->FL[h]; in balance_internal() 894 bi.bi_parent = tb->FL[h]; in balance_internal()
|
| H A D | do_balan.c | 24 bi->bi_parent = tb->FL[0]; in buffer_info_init_left() 1583 RFALSE(PATH_H_PPARENT(tb->tb_path, h) == NULL || tb->FL[h] == NULL, in get_left_neighbor_position() 1585 h, tb->FL[h], h, PATH_H_PPARENT(tb->tb_path, h)); in get_left_neighbor_position() 1588 return B_NR_ITEMS(tb->FL[h]); in get_left_neighbor_position() 1665 retval |= locked_or_not_in_tree(tb, tb->FL[0], "FL[0]"); in check_before_balancing() 1688 (tb->FL[0], get_left_neighbor_position(tb, 0)))) { in check_after_balance_leaf()
|
| H A D | prints.c | 679 (tb->FL[h]) ? (long long)(tb->FL[h]-> in store_print_tb()
|
| H A D | lbalance.c | 649 dest_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos() 673 dest_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos() 681 src_bi->bi_parent = tb->FL[0]; in leaf_define_dest_src_infos()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/mediactl/ |
| H A D | media-types.rst | 232 .. _MEDIA-ENT-FL-DEFAULT: 233 .. _MEDIA-ENT-FL-CONNECTOR: 354 .. _MEDIA-PAD-FL-SINK: 355 .. _MEDIA-PAD-FL-SOURCE: 356 .. _MEDIA-PAD-FL-MUST-CONNECT: 385 .. _MEDIA-LNK-FL-ENABLED: 386 .. _MEDIA-LNK-FL-IMMUTABLE: 387 .. _MEDIA-LNK-FL-DYNAMIC: 388 .. _MEDIA-LNK-FL-LINK-TYPE: 411 .. _MEDIA-LNK-FL-DATA-LINK: [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sound/designs/ |
| H A D | channel-mapping-api.rst | 72 have {FL/FR/RL/RR} channel map, ``_PAIRED`` type would allow you to swap 73 only {RL/RR/FL/FR} while ``_VAR`` type would allow even swapping FL and
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libenv/ |
| H A D | libenv-perl_1.04.bb | 12 SRC_URI = "http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/Env-${PV}.tar.gz"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | unzip_optimization.patch | 69 LF="-shlib $(LF)" SL="-shlib $(SL)" FL="-shlib $(FL)" LF2="" \
|
| /OK3568_Linux_fs/kernel/drivers/staging/fbtft/ |
| H A D | Kconfig | 14 tristate "FB driver for the AGM1264K-FL LCD display" 17 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips)
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/admtek/ |
| H A D | Kconfig | 30 Fiberline FL-WL-200X
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | de_LI | 88 country_car "FL"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | de_LI | 88 country_car "FL"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A D | dcn30_afmt.h | 175 uint32_t FL:1; member
|
| H A D | dcn30_afmt.c | 87 cea_channels.channels.FL = speaker_flags.FL_FR; in speakers_to_channels()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/cec/ |
| H A D | cec-ioc-adap-g-log-addrs.rst | 162 * .. _`CEC-LOG-ADDRS-FL-ALLOW-UNREG-FALLBACK`: 170 * .. _`CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU`: 180 * .. _`CEC-LOG-ADDRS-FL-CDC-ONLY`:
|
| H A D | cec-ioc-dqevent.rst | 213 * .. _`CEC-EVENT-FL-INITIAL-STATE`: 221 * .. _`CEC-EVENT-FL-DROPPED-EVENTS`:
|
| H A D | cec-ioc-g-mode.rst | 259 :ref:`CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU <CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU>` 266 :ref:`CEC_LOG_ADDRS_FL_ALLOW_RC_PASSTHRU <CEC-LOG-ADDRS-FL-ALLOW-RC-PASSTHRU>`
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | bcm3510_priv.h | 414 u8 FL :1; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_stream_encoder.c | 1096 uint32_t FL:1; member 1181 cea_channels.channels.FL = speaker_flags.FL_FR; in speakers_to_channels()
|