| /OK3568_Linux_fs/u-boot/board/avionic-design/common/ |
| H A D | pinmux-config-tamonten-ng.h | 61 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, UP, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, UP, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, UP, NORMAL, INPUT), 65 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, UP, NORMAL, INPUT), 66 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, UP, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 71 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 72 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
| /OK3568_Linux_fs/u-boot/board/toradex/colibri_t30/ |
| H A D | pinmux-config-colibri_t30.h | 60 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, RSVD1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, RSVD1, NORMAL, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, RSVD1, NORMAL, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, RSVD1, NORMAL, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, RSVD1, NORMAL, NORMAL, INPUT), 65 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, RSVD1, NORMAL, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 71 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
| /OK3568_Linux_fs/u-boot/board/nvidia/cardhu/ |
| H A D | pinmux-config-cardhu.h | 60 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, UP, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, UP, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, UP, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, UP, NORMAL, INPUT), 65 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, UP, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, UP, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, UP, NORMAL, INPUT), 71 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, UP, NORMAL, INPUT), [all …]
|
| /OK3568_Linux_fs/u-boot/board/toradex/apalis_t30/ |
| H A D | pinmux-config-apalis_t30.h | 60 DEFAULT_PINMUX(SDMMC1_CLK_PZ0, SDMMC1, NORMAL, NORMAL, INPUT), 61 DEFAULT_PINMUX(SDMMC1_CMD_PZ1, SDMMC1, NORMAL, NORMAL, INPUT), 62 DEFAULT_PINMUX(SDMMC1_DAT3_PY4, SDMMC1, NORMAL, NORMAL, INPUT), 63 DEFAULT_PINMUX(SDMMC1_DAT2_PY5, SDMMC1, NORMAL, NORMAL, INPUT), 64 DEFAULT_PINMUX(SDMMC1_DAT1_PY6, SDMMC1, NORMAL, NORMAL, INPUT), 65 DEFAULT_PINMUX(SDMMC1_DAT0_PY7, SDMMC1, NORMAL, NORMAL, INPUT), 68 DEFAULT_PINMUX(SDMMC3_CLK_PA6, SDMMC3, NORMAL, NORMAL, INPUT), 69 DEFAULT_PINMUX(SDMMC3_CMD_PA7, SDMMC3, NORMAL, NORMAL, INPUT), 70 DEFAULT_PINMUX(SDMMC3_DAT0_PB7, SDMMC3, NORMAL, NORMAL, INPUT), 71 DEFAULT_PINMUX(SDMMC3_DAT1_PB6, SDMMC3, NORMAL, NORMAL, INPUT), [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/ |
| H A D | erase.hpp | 28 part(s) of the input according to a searching criteria. 38 Remove the given range from the input. The result is a modified copy of 39 the input. It is returned as a sequence or copied to the output iterator. 42 \param Input An input sequence 43 \param SearchRange A range in the input to be removed 45 a modified copy of the input 52 const RangeT& Input, in erase_range_copy() argument 59 Input, in erase_range_copy() 61 ::boost::algorithm::empty_formatter(Input) ); in erase_range_copy() 70 const SequenceT& Input, in erase_range_copy() argument [all …]
|
| H A D | trim.hpp | 46 Remove all leading spaces from the input. 48 The result is a trimmed copy of the input. It is returned as a sequence 52 \param Input An input range 56 a copy of the input 63 const RangeT& Input, in trim_left_copy_if() argument 66 …ge<BOOST_STRING_TYPENAME range_const_iterator<RangeT>::type> lit_range(::boost::as_literal(Input)); in trim_left_copy_if() 84 inline SequenceT trim_left_copy_if(const SequenceT& Input, PredicateT IsSpace) in trim_left_copy_if() argument 88 ::boost::begin(Input), in trim_left_copy_if() 89 ::boost::end(Input), in trim_left_copy_if() 91 ::boost::end(Input)); in trim_left_copy_if() [all …]
|
| H A D | replace.hpp | 29 part(s) of the input according to set of searching and replace criteria. 39 Replace the given range in the input string. 40 The result is a modified copy of the input. It is returned as a sequence 44 \param Input An input string 45 \param SearchRange A range in the input to be substituted 48 a modified copy of the input 58 const Range1T& Input, in replace_range_copy() argument 66 Input, in replace_range_copy() 77 const SequenceT& Input, in replace_range_copy() argument 84 Input, in replace_range_copy() [all …]
|
| /OK3568_Linux_fs/u-boot/board/nvidia/dalmore/ |
| H A D | pinmux-config-dalmore.h | 89 DEFAULT_PINMUX(DAP1_DIN_PN1, I2S0, NORMAL, TRISTATE, INPUT), 90 DEFAULT_PINMUX(DAP1_DOUT_PN2, I2S0, NORMAL, NORMAL, INPUT), 91 DEFAULT_PINMUX(DAP1_FS_PN0, I2S0, NORMAL, NORMAL, INPUT), 92 DEFAULT_PINMUX(DAP1_SCLK_PN3, I2S0, NORMAL, NORMAL, INPUT), 95 DEFAULT_PINMUX(DAP2_DIN_PA4, I2S1, NORMAL, TRISTATE, INPUT), 96 DEFAULT_PINMUX(DAP2_DOUT_PA5, I2S1, NORMAL, NORMAL, INPUT), 97 DEFAULT_PINMUX(DAP2_FS_PA2, I2S1, NORMAL, NORMAL, INPUT), 98 DEFAULT_PINMUX(DAP2_SCLK_PA3, I2S1, NORMAL, NORMAL, INPUT), 101 DEFAULT_PINMUX(DAP4_DIN_PP5, I2S3, NORMAL, NORMAL, INPUT), 102 DEFAULT_PINMUX(DAP4_DOUT_PP6, I2S3, NORMAL, NORMAL, INPUT), [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | s5pv210-fascinate4g.dts | 5 #include <dt-bindings/input/input.h> 170 PIN_SLP(gpa1-0, INPUT, DOWN); 172 PIN_SLP(gpa1-2, INPUT, DOWN); 179 PIN_SLP(gpb-4, INPUT, NONE); 181 PIN_SLP(gpb-6, INPUT, DOWN); 185 PIN_SLP(gpc0-1, INPUT, DOWN); 187 PIN_SLP(gpc0-3, INPUT, DOWN); 190 PIN_SLP(gpc1-0, INPUT, DOWN); 191 PIN_SLP(gpc1-1, INPUT, DOWN); 192 PIN_SLP(gpc1-2, INPUT, DOWN); [all …]
|
| H A D | s5pv210-galaxys.dts | 5 #include <dt-bindings/input/input.h> 203 PIN_SLP(gpa0-4, INPUT, DOWN); 205 PIN_SLP(gpa0-6, INPUT, DOWN); 208 PIN_SLP(gpa1-0, INPUT, DOWN); 210 PIN_SLP(gpa1-2, INPUT, NONE); 217 PIN_SLP(gpb-4, INPUT, NONE); 219 PIN_SLP(gpb-6, INPUT, DOWN); 223 PIN_SLP(gpc0-1, INPUT, DOWN); 225 PIN_SLP(gpc0-3, INPUT, NONE); 228 PIN_SLP(gpc1-0, INPUT, DOWN); [all …]
|
| H A D | tegra124-nyan-blaze.dts | 45 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 52 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 59 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 66 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 73 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 80 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 87 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 94 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 101 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 108 nvidia,enable-input = <TEGRA_PIN_DISABLE>; [all …]
|
| H A D | tegra124-nyan-big.dts | 47 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 54 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 61 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 68 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 75 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 82 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 89 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 96 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 103 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 110 nvidia,enable-input = <TEGRA_PIN_DISABLE>; [all …]
|
| H A D | exynos4412-midas.dtsi | 16 #include <dt-bindings/input/input.h> 209 maxim,charge-input-threshold-microvolt = <4300000>; 1005 PIN_SLP(gpa0-0, INPUT, NONE); 1007 PIN_SLP(gpa0-2, INPUT, NONE); 1008 PIN_SLP(gpa0-3, INPUT, UP); 1009 PIN_SLP(gpa0-4, INPUT, NONE); 1010 PIN_SLP(gpa0-5, INPUT, DOWN); 1011 PIN_SLP(gpa0-6, INPUT, DOWN); 1012 PIN_SLP(gpa0-7, INPUT, UP); 1014 PIN_SLP(gpa1-0, INPUT, DOWN); [all …]
|
| H A D | exynos3250-monk.dts | 15 #include <dt-bindings/input/input.h> 486 PIN_SLP(gpa0-0, INPUT, DOWN); 487 PIN_SLP(gpa0-1, INPUT, DOWN); 488 PIN_SLP(gpa0-2, INPUT, DOWN); 489 PIN_SLP(gpa0-3, INPUT, DOWN); 490 PIN_SLP(gpa0-4, INPUT, DOWN); 491 PIN_SLP(gpa0-5, INPUT, DOWN); 492 PIN_SLP(gpa0-6, INPUT, DOWN); 493 PIN_SLP(gpa0-7, INPUT, DOWN); 495 PIN_SLP(gpa1-0, INPUT, DOWN); [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | wm5100-tables.c | 861 { 0x0301, 0x0000 }, /* R769 - Input Enables */ 862 { 0x0302, 0x0000 }, /* R770 - Input Enables Status */ 872 { 0x0319, 0x0022 }, /* R793 - Input Volume Ramp */ 978 { 0x0640, 0x0000 }, /* R1600 - PWM1MIX Input 1 Source */ 979 { 0x0641, 0x0080 }, /* R1601 - PWM1MIX Input 1 Volume */ 980 { 0x0642, 0x0000 }, /* R1602 - PWM1MIX Input 2 Source */ 981 { 0x0643, 0x0080 }, /* R1603 - PWM1MIX Input 2 Volume */ 982 { 0x0644, 0x0000 }, /* R1604 - PWM1MIX Input 3 Source */ 983 { 0x0645, 0x0080 }, /* R1605 - PWM1MIX Input 3 Volume */ 984 { 0x0646, 0x0000 }, /* R1606 - PWM1MIX Input 4 Source */ [all …]
|
| /OK3568_Linux_fs/u-boot/board/nvidia/p2371-2180/ |
| H A D | pinmux-config-p2371-2180.h | 102 PINCFG(PEX_L0_CLKREQ_N_PA1, PE0, NORMAL, NORMAL, INPUT, DISABLE, HIGH), 103 PINCFG(PEX_WAKE_N_PA2, PE, NORMAL, NORMAL, INPUT, DISABLE, HIGH), 105 PINCFG(PEX_L1_CLKREQ_N_PA4, PE1, NORMAL, NORMAL, INPUT, DISABLE, HIGH), 106 PINCFG(SATA_LED_ACTIVE_PA5, DEFAULT, UP, NORMAL, INPUT, DISABLE, DEFAULT), 108 PINCFG(DAP1_FS_PB0, DEFAULT, DOWN, NORMAL, INPUT, DISABLE, DEFAULT), 109 PINCFG(DAP1_DIN_PB1, DEFAULT, DOWN, NORMAL, INPUT, DISABLE, DEFAULT), 110 PINCFG(DAP1_DOUT_PB2, DEFAULT, DOWN, NORMAL, INPUT, DISABLE, DEFAULT), 111 PINCFG(DAP1_SCLK_PB3, DEFAULT, DOWN, NORMAL, INPUT, DISABLE, DEFAULT), 112 PINCFG(SPI2_MOSI_PB4, SPI2, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), 113 PINCFG(SPI2_MISO_PB5, SPI2, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | cs47l24-tables.c | 255 { 0x00000300, 0x0000 }, /* R768 - Input Enables */ 256 { 0x00000308, 0x0000 }, /* R776 - Input Rate */ 257 { 0x00000309, 0x0022 }, /* R777 - Input Volume Ramp */ 352 { 0x00000640, 0x0000 }, /* R1600 - PWM1MIX Input 1 Source */ 353 { 0x00000641, 0x0080 }, /* R1601 - PWM1MIX Input 1 Volume */ 354 { 0x00000642, 0x0000 }, /* R1602 - PWM1MIX Input 2 Source */ 355 { 0x00000643, 0x0080 }, /* R1603 - PWM1MIX Input 2 Volume */ 356 { 0x00000644, 0x0000 }, /* R1604 - PWM1MIX Input 3 Source */ 357 { 0x00000645, 0x0080 }, /* R1605 - PWM1MIX Input 3 Volume */ 358 { 0x00000646, 0x0000 }, /* R1606 - PWM1MIX Input 4 Source */ [all …]
|
| H A D | wm8997-tables.c | 246 { 0x00000300, 0x0000 }, /* R768 - Input Enables */ 247 { 0x00000308, 0x0000 }, /* R776 - Input Rate */ 248 { 0x00000309, 0x0022 }, /* R777 - Input Volume Ramp */ 344 { 0x00000640, 0x0000 }, /* R1600 - PWM1MIX Input 1 Source */ 345 { 0x00000641, 0x0080 }, /* R1601 - PWM1MIX Input 1 Volume */ 346 { 0x00000642, 0x0000 }, /* R1602 - PWM1MIX Input 2 Source */ 347 { 0x00000643, 0x0080 }, /* R1603 - PWM1MIX Input 2 Volume */ 348 { 0x00000644, 0x0000 }, /* R1604 - PWM1MIX Input 3 Source */ 349 { 0x00000645, 0x0080 }, /* R1605 - PWM1MIX Input 3 Volume */ 350 { 0x00000646, 0x0000 }, /* R1606 - PWM1MIX Input 4 Source */ [all …]
|
| H A D | wm5102-tables.c | 342 { 0x00000300, 0x0000 }, /* R768 - Input Enables */ 343 { 0x00000308, 0x0000 }, /* R776 - Input Rate */ 344 { 0x00000309, 0x0022 }, /* R777 - Input Volume Ramp */ 475 { 0x00000640, 0x0000 }, /* R1600 - PWM1MIX Input 1 Source */ 476 { 0x00000641, 0x0080 }, /* R1601 - PWM1MIX Input 1 Volume */ 477 { 0x00000642, 0x0000 }, /* R1602 - PWM1MIX Input 2 Source */ 478 { 0x00000643, 0x0080 }, /* R1603 - PWM1MIX Input 2 Volume */ 479 { 0x00000644, 0x0000 }, /* R1604 - PWM1MIX Input 3 Source */ 480 { 0x00000645, 0x0080 }, /* R1605 - PWM1MIX Input 3 Volume */ 481 { 0x00000646, 0x0000 }, /* R1606 - PWM1MIX Input 4 Source */ [all …]
|
| H A D | cs47l35-tables.c | 138 { 0x00000300, 0x0000 }, /* R768 (0x300) - Input Enables */ 139 { 0x00000308, 0x0000 }, /* R776 (0x308) - Input Rate */ 140 { 0x00000309, 0x0022 }, /* R777 (0x309) - Input Volume Ramp */ 240 { 0x00000640, 0x0000 }, /* R1600 (0x640) - PWM1MIX Input 1 Source */ 241 { 0x00000641, 0x0080 }, /* R1601 (0x641) - PWM1MIX Input 1 Volume */ 242 { 0x00000642, 0x0000 }, /* R1602 (0x642) - PWM1MIX Input 2 Source */ 243 { 0x00000643, 0x0080 }, /* R1603 (0x643) - PWM1MIX Input 2 Volume */ 244 { 0x00000644, 0x0000 }, /* R1604 (0x644) - PWM1MIX Input 3 Source */ 245 { 0x00000645, 0x0080 }, /* R1605 (0x645) - PWM1MIX Input 3 Volume */ 246 { 0x00000646, 0x0000 }, /* R1606 (0x646) - PWM1MIX Input 4 Source */ [all …]
|
| H A D | cs47l92-tables.c | 221 { 0x00000300, 0x0000 }, /* R768 (0x300) - Input Enables */ 222 { 0x00000308, 0x0400 }, /* R776 (0x308) - Input Rate */ 223 { 0x00000309, 0x0022 }, /* R777 (0x309) - Input Volume Ramp */ 385 { 0x00000640, 0x0000 }, /* R1600 (0x640) - PWM1MIX Input 1 Source */ 386 { 0x00000641, 0x0080 }, /* R1601 (0x641) - PWM1MIX Input 1 Volume */ 387 { 0x00000642, 0x0000 }, /* R1602 (0x642) - PWM1MIX Input 2 Source */ 388 { 0x00000643, 0x0080 }, /* R1603 (0x643) - PWM1MIX Input 2 Volume */ 389 { 0x00000644, 0x0000 }, /* R1604 (0x644) - PWM1MIX Input 3 Source */ 390 { 0x00000645, 0x0080 }, /* R1605 (0x645) - PWM1MIX Input 3 Volume */ 391 { 0x00000646, 0x0000 }, /* R1606 (0x646) - PWM1MIX Input 4 Source */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-magicmouse.c | 16 #include <linux/input/mt.h> 106 * @input: Input device through which we report events. 112 * @tracking_ids: Mapping of current touch input data to @touches. 115 struct input_dev *input; member 157 int last_state = test_bit(BTN_LEFT, msc->input->key) << 0 | in magicmouse_emit_buttons() 158 test_bit(BTN_RIGHT, msc->input->key) << 1 | in magicmouse_emit_buttons() 159 test_bit(BTN_MIDDLE, msc->input->key) << 2; in magicmouse_emit_buttons() 182 input_report_key(msc->input, BTN_MIDDLE, state & 4); in magicmouse_emit_buttons() 185 input_report_key(msc->input, BTN_LEFT, state & 1); in magicmouse_emit_buttons() 186 input_report_key(msc->input, BTN_RIGHT, state & 2); in magicmouse_emit_buttons() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | tegra124-nyan-big.dts | 82 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 89 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 96 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 103 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 110 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 117 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 124 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 131 nvidia,enable-input = <TEGRA_PIN_ENABLE>; 138 nvidia,enable-input = <TEGRA_PIN_DISABLE>; 145 nvidia,enable-input = <TEGRA_PIN_DISABLE>; [all …]
|
| /OK3568_Linux_fs/u-boot/board/nvidia/e2220-1170/ |
| H A D | pinmux-config-e2220-1170.h | 100 PINCFG(PEX_L0_CLKREQ_N_PA1, PE0, UP, NORMAL, INPUT, DISABLE, NORMAL), 101 PINCFG(PEX_WAKE_N_PA2, PE, UP, NORMAL, INPUT, DISABLE, NORMAL), 103 PINCFG(PEX_L1_CLKREQ_N_PA4, PE1, UP, NORMAL, INPUT, DISABLE, NORMAL), 104 PINCFG(SATA_LED_ACTIVE_PA5, DEFAULT, UP, NORMAL, INPUT, DISABLE, DEFAULT), 105 PINCFG(PA6, DEFAULT, UP, NORMAL, INPUT, DISABLE, DEFAULT), 106 PINCFG(DAP1_FS_PB0, I2S1, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), 107 PINCFG(DAP1_DIN_PB1, I2S1, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), 108 PINCFG(DAP1_DOUT_PB2, I2S1, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), 109 PINCFG(DAP1_SCLK_PB3, I2S1, NORMAL, NORMAL, INPUT, DISABLE, DEFAULT), 110 PINCFG(SPI2_MOSI_PB4, DEFAULT, UP, NORMAL, INPUT, DISABLE, DEFAULT), [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/hdcp/ |
| H A D | hdcp2_execution.c | 218 struct mod_hdcp_transition_input_hdcp2 *input, in process_rxstatus() argument 222 &input->rxstatus_read, status, in process_rxstatus() 226 &input->reauth_request_check, status, in process_rxstatus() 231 &input->link_integrity_check_dp, status, in process_rxstatus() 254 struct mod_hdcp_transition_input_hdcp2 *input) in known_hdcp2_capable_rx() argument 264 &input->hdcp2version_read, &status, in known_hdcp2_capable_rx() 268 &input->hdcp2_capable_check, &status, in known_hdcp2_capable_rx() 277 struct mod_hdcp_transition_input_hdcp2 *input) in send_ake_init() argument 287 &input->create_session, &status, in send_ake_init() 291 &input->ake_init_prepare, &status, in send_ake_init() [all …]
|