Home
last modified time | relevance | path

Searched full:true (Results 1 – 25 of 8254) sorted by relevance

12345678910>>...331

/linux/Documentation/devicetree/bindings/regulator/
H A Dqcom,spmi-regulator.yaml121 vdd_l1_l7_l17_l18-supply: true
122 vdd_l2_l3_l4-supply: true
123 vdd_l5_l15_l19_l20_l21_l22-supply: true
124 vdd_l6_l8-supply: true
125 vdd_l9_l11-supply: true
126 vdd_l10_l13_l14-supply: true
127 vdd_l12_l16-supply: true
128 vdd_l23_l24-supply: true
130 "^vdd_s[1-8]-supply$": true
140 vdd_l15_l16_l17_l18_l19-supply: true
[all …]
H A Dqcom,rpmh-regulator.yaml158 vdd-l2-l3-supply: true
159 vdd-l4-l7-l8-supply: true
160 vdd-l5-l16-l17-l18-l19-supply: true
161 vdd-l10-l14-l15-supply: true
162 vdd-l11-l12-l13-supply: true
164 "^vdd-l[169]-supply$": true
165 "^vdd-s[1-5]-supply$": true
178 vdd-l1-l8-supply: true
179 vdd-l2-l3-supply: true
180 vdd-l4-l5-l6-supply: true
[all …]
/linux/drivers/soc/qcom/
H A Dllcc-qcom.c193 .vict_prio = true,
194 .activate_on_init = true,
200 .fixed_size = true,
203 .vict_prio = true,
209 .fixed_size = true,
212 .vict_prio = true,
218 .fixed_size = true,
221 .vict_prio = true,
227 .fixed_size = true,
230 .vict_prio = true,
[all …]
/linux/drivers/reset/
H A Dreset-aspeed.c40 [SCU0_RESET_SDRAM] = { true, SCU0_RESET_CTRL1, BIT(0) },
41 [SCU0_RESET_DDRPHY] = { true, SCU0_RESET_CTRL1, BIT(1) },
42 [SCU0_RESET_RSA] = { true, SCU0_RESET_CTRL1, BIT(2) },
43 [SCU0_RESET_SHA3] = { true, SCU0_RESET_CTRL1, BIT(3) },
44 [SCU0_RESET_HACE] = { true, SCU0_RESET_CTRL1, BIT(4) },
45 [SCU0_RESET_SOC] = { true, SCU0_RESET_CTRL1, BIT(5) },
46 [SCU0_RESET_VIDEO] = { true, SCU0_RESET_CTRL1, BIT(6) },
47 [SCU0_RESET_2D] = { true, SCU0_RESET_CTRL1, BIT(7) },
48 [SCU0_RESET_PCIS] = { true, SCU0_RESET_CTRL1, BIT(8) },
49 [SCU0_RESET_RVAS0] = { true, SCU0_RESET_CTRL1, BIT(9) },
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c26 {true, "BP_CPU_STATE"},
27 {true, "DFX_MSIX_INFO_NIC_0"},
28 {true, "DFX_MSIX_INFO_NIC_1"},
29 {true, "DFX_MSIX_INFO_NIC_2"},
30 {true, "DFX_MSIX_INFO_NIC_3"},
32 {true, "DFX_MSIX_INFO_ROC_0"},
33 {true, "DFX_MSIX_INFO_ROC_1"},
34 {true, "DFX_MSIX_INFO_ROC_2"},
35 {true, "DFX_MSIX_INFO_ROC_3"},
42 {true, "SSU_ETS_PORT_STATUS"},
[all …]
/linux/arch/powerpc/kernel/
H A Dmce_power.c74 return true; in mce_in_guest()
150 { 0x00000000001c0000, 0x0000000000040000, true,
152 MCE_INITIATOR_CPU, MCE_SEV_SEVERE, true },
153 { 0x00000000001c0000, 0x0000000000080000, true,
155 MCE_INITIATOR_CPU, MCE_SEV_SEVERE, true },
156 { 0x00000000001c0000, 0x00000000000c0000, true,
158 MCE_INITIATOR_CPU, MCE_SEV_WARNING, true },
159 { 0x00000000001c0000, 0x0000000000100000, true,
162 MCE_INITIATOR_CPU, MCE_SEV_WARNING, true },
163 { 0x00000000001c0000, 0x0000000000140000, true,
[all …]
/linux/lib/tests/
H A Doverflow_kunit.c61 {0, 1, 1, U8_MAX, 0, false, true, false},
63 {0, U8_MAX, U8_MAX, 1, 0, false, true, false},
65 {1, U8_MAX, 0, 2, U8_MAX, true, true, false},
66 {U8_MAX, 1, 0, U8_MAX-1, U8_MAX, true, false, false},
67 {U8_MAX, U8_MAX, U8_MAX-1, 0, 1, true, false, true},
69 {U8_MAX, U8_MAX-1, U8_MAX-2, 1, 2, true, false, true},
70 {U8_MAX-1, U8_MAX, U8_MAX-2, U8_MAX, 2, true, true, true},
73 {1U << 4, 1U << 4, 1U << 5, 0, 0, false, false, true},
75 {1U << 7, 1U << 7, 0, 0, 0, true, false, true},
77 {48, 32, 80, 16, 0, false, false, true},
[all …]
H A Dglob_kunit.c14 * @expected: Expected glob_match result, true if matched.
24 { .pat = "a", .str = "a", .expected = true },
28 { .pat = "", .str = "", .expected = true },
31 { .pat = "[a]", .str = "a", .expected = true },
34 { .pat = "[!a]", .str = "b", .expected = true },
35 { .pat = "[ab]", .str = "a", .expected = true },
36 { .pat = "[ab]", .str = "b", .expected = true },
38 { .pat = "[!ab]", .str = "c", .expected = true },
39 { .pat = "[a-c]", .str = "b", .expected = true },
42 { .pat = "[a-c-e-g]", .str = "-", .expected = true },
[all …]
/linux/scripts/kconfig/
H A Dgconf.ui6 <property name="visible">True</property>
13 <property name="resizable">True</property>
15 <property name="decorated">True</property>
24 <property name="visible">True</property>
30 <property name="visible">True</property>
34 <property name="visible">True</property>
36 <property name="use_underline">True</property>
43 <property name="visible">True</property>
46 <property name="use_underline">True</property>
53 <property name="visible">True</property>
[all …]
/linux/drivers/net/dsa/sja1105/
H A Dsja1105_spi.c341 rc = sja1105_inhibit_tx(priv, GENMASK_ULL(ds->num_ports - 1, 0), true); in sja1105_static_config_upload()
599 .supports_mii = {true, true, true, true, true},
600 .supports_rmii = {true, true, true, true, true},
601 .supports_rgmii = {true, true, true, true, true},
631 .supports_mii = {true, true, true, true, true},
632 .supports_rmii = {true, true, true, true, true},
633 .supports_rgmii = {true, true, true, true, true},
643 .can_limit_mcast_flood = true,
664 .supports_mii = {true, true, true, true, true},
665 .supports_rmii = {true, true, true, true, true},
[all …]
/linux/tools/perf/tests/
H A Dkmod-path.c40 path, cpumode, expect ? "true" : "false"); in test_is_kernel_module()
53 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
54 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
55 T("/xxxx/xxxx/x-x.ko", true , true, 0 , "[x_x]"); in test__kmod_path__parse()
56 T("/xxxx/xxxx/x-x.ko", false , true, 0 , NULL ); in test__kmod_path__parse()
57 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_CPUMODE_UNKNOWN, true); in test__kmod_path__parse()
58 M("/xxxx/xxxx/x-x.ko", PERF_RECORD_MISC_KERNEL, true); in test__kmod_path__parse()
63 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
64 T("/xxxx/xxxx/x.ko.gz", false , true, 1 , NULL ); in test__kmod_path__parse()
65 T("/xxxx/xxxx/x.ko.gz", true , true, 1 , "[x]"); in test__kmod_path__parse()
[all …]
/linux/tools/testing/selftests/net/af_unix/
H A Dmsg_oob.c44 .peek = true in FIXTURE_VARIANT_ADD()
151 self->tcp_compliant = true; in FIXTURE_SETUP()
247 printed = true; in __recvpair()
324 variant->peek ? MSG_PEEK : 0, true); in __resetpair()
356 self->tcp_compliant = true)
368 resetpair(true); in TEST_F()
387 epollpair(true); in TEST_F()
388 siocatmarkpair(true); in TEST_F()
392 siocatmarkpair(true); in TEST_F()
402 epollpair(true); in TEST_F()
[all …]
/linux/net/mac80211/tests/
H A Dmfp.c28 .unicast = true,
44 .unicast = true,
45 .sta = true,
54 .sta = true,
62 .unicast = true,
63 .sta = true,
64 .mfp = true,
73 .sta = true,
74 .mfp = true,
83 .unicast = true,
[all …]
/linux/Documentation/devicetree/bindings/mfd/
H A Dst,stpmic1.yaml27 interrupt-controller: true
76 timeout-sec: true
121 regulator-name: true
122 regulator-boot-on: true
123 regulator-always-on: true
124 regulator-min-microvolt: true
125 regulator-max-microvolt: true
126 regulator-allow-bypass: true
127 regulator-over-current-protection: true
144 regulator-name: true
[all …]
/linux/drivers/clk/imx/
H A Dclk-imx7ulp.c155 …_composite("lptpm4", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0x94… in imx7ulp_clk_pcc2_init()
156 …_composite("lptpm5", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0x98… in imx7ulp_clk_pcc2_init()
157 …_composite("lpit1", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0x9c… in imx7ulp_clk_pcc2_init()
158 …_composite("lpspi2", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xa4… in imx7ulp_clk_pcc2_init()
159 …_composite("lpspi3", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xa8… in imx7ulp_clk_pcc2_init()
160 …_composite("lpi2c4", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xac… in imx7ulp_clk_pcc2_init()
161 …_composite("lpi2c5", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xb0… in imx7ulp_clk_pcc2_init()
162 …_composite("lpuart4", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xb4… in imx7ulp_clk_pcc2_init()
163 …_composite("lpuart5", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xb8… in imx7ulp_clk_pcc2_init()
164 …_composite("flexio1", periph_bus_sels, ARRAY_SIZE(periph_bus_sels), true, false, true, base + 0xc4… in imx7ulp_clk_pcc2_init()
[all …]
H A Dclk-imx8ulp.c332 …te("wdog3", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xa8,… in imx8ulp_clk_pcc3_init()
333 …te("wdog4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xac,… in imx8ulp_clk_pcc3_init()
334 …te("lpit1", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xc8,… in imx8ulp_clk_pcc3_init()
335 …ite("tpm4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xcc,… in imx8ulp_clk_pcc3_init()
336 …("flexio1", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xd4,… in imx8ulp_clk_pcc3_init()
337 …ite("i3c2", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xd8,… in imx8ulp_clk_pcc3_init()
338 …e("lpi2c4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xdc,… in imx8ulp_clk_pcc3_init()
339 …e("lpi2c5", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xe0,… in imx8ulp_clk_pcc3_init()
340 …("lpuart4", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xe4,… in imx8ulp_clk_pcc3_init()
341 …("lpuart5", pcc3_periph_bus_sels, ARRAY_SIZE(pcc3_periph_bus_sels), true, true, true, base + 0xe8,… in imx8ulp_clk_pcc3_init()
[all …]
/linux/drivers/net/ethernet/ti/icssg/
H A Dicssg_stats.h95 ICSSG_MIIG_STATS(rx_packets, true),
97 ICSSG_MIIG_STATS(rx_multicast_frames, true),
98 ICSSG_MIIG_STATS(rx_crc_errors, true),
101 ICSSG_MIIG_STATS(rx_frame_max_size, true),
103 ICSSG_MIIG_STATS(rx_frame_min_size, true),
105 ICSSG_MIIG_STATS(rx_over_errors, true),
123 ICSSG_MIIG_STATS(rx_bucket1_size, true),
124 ICSSG_MIIG_STATS(rx_bucket2_size, true),
125 ICSSG_MIIG_STATS(rx_bucket3_size, true),
126 ICSSG_MIIG_STATS(rx_bucket4_size, true),
[all …]
/linux/drivers/net/wireguard/selftest/
H A Dcounter.c11 bool success = true; in wg_packet_counter_selftest()
34 /* 1 */ T(0, true); in wg_packet_counter_selftest()
35 /* 2 */ T(1, true); in wg_packet_counter_selftest()
37 /* 4 */ T(9, true); in wg_packet_counter_selftest()
38 /* 5 */ T(8, true); in wg_packet_counter_selftest()
39 /* 6 */ T(7, true); in wg_packet_counter_selftest()
41 /* 8 */ T(T_LIM, true); in wg_packet_counter_selftest()
42 /* 9 */ T(T_LIM - 1, true); in wg_packet_counter_selftest()
44 /* 11 */ T(T_LIM - 2, true); in wg_packet_counter_selftest()
45 /* 12 */ T(2, true); in wg_packet_counter_selftest()
[all …]
/linux/arch/loongarch/kernel/
H A Dunaligned.c283 sign = true; in emulate_load_store_insn()
293 sign = true; in emulate_load_store_insn()
294 write = true; in emulate_load_store_insn()
298 sign = true; in emulate_load_store_insn()
308 sign = true; in emulate_load_store_insn()
309 write = true; in emulate_load_store_insn()
313 sign = true; in emulate_load_store_insn()
318 sign = true; in emulate_load_store_insn()
319 write = true; in emulate_load_store_insn()
323 fp = true; in emulate_load_store_insn()
[all …]
/linux/drivers/clk/tegra/
H A Dclk-tegra124.c748 [tegra_clk_ispb] = { .dt_id = TEGRA124_CLK_ISPB, .present = true },
749 [tegra_clk_rtc] = { .dt_id = TEGRA124_CLK_RTC, .present = true },
750 [tegra_clk_timer] = { .dt_id = TEGRA124_CLK_TIMER, .present = true },
751 [tegra_clk_uarta] = { .dt_id = TEGRA124_CLK_UARTA, .present = true },
752 [tegra_clk_sdmmc2_8] = { .dt_id = TEGRA124_CLK_SDMMC2, .present = true },
753 [tegra_clk_i2s1] = { .dt_id = TEGRA124_CLK_I2S1, .present = true },
754 [tegra_clk_i2c1] = { .dt_id = TEGRA124_CLK_I2C1, .present = true },
755 [tegra_clk_sdmmc1_8] = { .dt_id = TEGRA124_CLK_SDMMC1, .present = true },
756 [tegra_clk_sdmmc4_8] = { .dt_id = TEGRA124_CLK_SDMMC4, .present = true },
757 [tegra_clk_pwm] = { .dt_id = TEGRA124_CLK_PWM, .present = true },
[all …]
/linux/drivers/md/dm-vdo/
H A Dadmin-state.c17 .normal = true,
22 .normal = true,
23 .operating = true,
28 .operating = true,
29 .loading = true,
34 .operating = true,
35 .loading = true,
44 .normal = true,
45 .operating = true,
46 .loading = true,
[all …]
/linux/drivers/net/ethernet/qualcomm/ppe/
H A Dppe_config.c193 .dynamic = true,
205 .dynamic = true,
217 .dynamic = true,
229 .dynamic = true,
253 .dynamic = true,
273 {true, PPE_SCH_INGRESS, 0, false, 0},
274 {true, PPE_SCH_EGRESS, 0, false, 0},
275 {true, PPE_SCH_INGRESS, 5, false, 0},
276 {true, PPE_SCH_EGRESS, 5, false, 0},
277 {true, PPE_SCH_INGRESS, 6, false, 0},
[all …]
/linux/drivers/pinctrl/nomadik/
H A Dpinctrl-nomadik-db8500.c984 PRCM_GPIOCR_ALTCX(23, true, PRCM_IDX_GPIOCR1, 9, /* STMAPE_CLK_a */
985 true, PRCM_IDX_GPIOCR1, 7, /* SBAG_CLK_a */
989 PRCM_GPIOCR_ALTCX(24, true, PRCM_IDX_GPIOCR1, 9, /* STMAPE or U2_RXD ??? */
990 true, PRCM_IDX_GPIOCR1, 7, /* SBAG_VAL_a */
991 true, PRCM_IDX_GPIOCR1, 10, /* STM_MOD_CMD0 */
994 PRCM_GPIOCR_ALTCX(25, true, PRCM_IDX_GPIOCR1, 9, /* STMAPE_DAT_a[0] */
995 true, PRCM_IDX_GPIOCR1, 7, /* SBAG_D_a[0] */
999 PRCM_GPIOCR_ALTCX(26, true, PRCM_IDX_GPIOCR1, 9, /* STMAPE_DAT_a[1] */
1000 true, PRCM_IDX_GPIOCR1, 7, /* SBAG_D_a[1] */
1004 PRCM_GPIOCR_ALTCX(27, true, PRCM_IDX_GPIOCR1, 9, /* STMAPE_DAT_a[2] */
[all …]
/linux/drivers/net/ethernet/hisilicon/hibmcge/
H A Dhbg_irq.c35 hbg_hw_irq_enable(priv, irq_info->mask, true); in hbg_irq_handle_rx_buf_val()
41 {#name, HBG_INT_MSK_##name##_B, true, need_print, \
47 HBG_ERR_IRQ_I(TX_PKT_CPL, true, true),
48 HBG_ERR_IRQ_I(MAC_MII_FIFO_ERR, true, true),
49 HBG_ERR_IRQ_I(MAC_PCS_RX_FIFO_ERR, true, true),
50 HBG_ERR_IRQ_I(MAC_PCS_TX_FIFO_ERR, true, true),
51 HBG_ERR_IRQ_I(MAC_APP_RX_FIFO_ERR, true, true),
52 HBG_ERR_IRQ_I(MAC_APP_TX_FIFO_ERR, true, true),
53 HBG_ERR_IRQ_I(SRAM_PARITY_ERR, true, false),
54 HBG_ERR_IRQ_I(TX_AHB_ERR, true, true),
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A Dax210.c25 .shadow_ram_support = true,
29 .shadow_reg_enable = true,
30 .pcie_l1_allowed = true,
34 .apmg_not_supported = true,
70 .mq_rx_supported = true,
71 .gen2 = true,
80 .mq_rx_supported = true,
81 .gen2 = true,
85 .integrated = true,
92 .mq_rx_supported = true,
[all …]

12345678910>>...331