| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | fcs,fusb302.yaml | 60 source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>; 61 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 62 PDO_VAR(3000, 12000, 3000) 63 PDO_PPS_APDO(3000, 11000, 3000)>;
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_timings.c | 305 .tAC_min = 3000, 318 .tDQSCK_min = 3000, 347 .tAC_min = 3000, 360 .tDQSCK_min = 3000, 366 .tDS_min = 3000, 370 .tQHS_max = 3000, 389 .tAC_min = 3000, 402 .tDQSCK_min = 3000, 431 .tAC_min = 3000, 435 .tCAH_min = 3000, [all …]
|
| /linux/drivers/regulator/ |
| H A D | twl-regulator.c | 298 3000, 3000, 3000, 3000, 303 UNSUP(2600), 2800, UNSUP(2850), UNSUP(3000), 314 3000, 3000, 3000, 3000, 319 UNSUP(2600), 2800, UNSUP(2850), UNSUP(3000), 323 1850, 2850, 3000, 3150, 328 2600, 2800, 2850, 3000, 333 UNSUP(2800), UNSUP(3000), UNSUP(3000), UNSUP(3000), 338 UNSUP(2600), UNSUP(2800), UNSUP(2850), UNSUP(3000), 343 2800, 3000, 3000, 3000,
|
| H A D | wm8994-regulator.c | 84 .enable_time = 3000, 96 .enable_time = 3000, 113 .enable_time = 3000, 124 .enable_time = 3000,
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| H A D | fifo.json | 67 "name": "Add bfifo qdisc on egress with queue size of 3000 bytes", 77 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root bfifo limit 3000b", 80 "matchPattern": "qdisc bfifo 1: root.*limit 3000b", 88 "name": "Add pfifo qdisc on egress with queue size of 3000 packets", 97 "$IP link set dev $DUMMY txqueuelen 3000" 99 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root pfifo limit 3000", 102 "matchPattern": "qdisc pfifo 1: root.*limit 3000p", 182 "cmdUnderTest": "$TC qdisc replace dev $DUMMY handle 1: root bfifo limit 3000b", 185 "matchPattern": "qdisc bfifo 1: root.*limit 3000b",
|
| H A D | ets.json | 409 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets quanta 1000 2000 3000 4000 5000 priomap 0 0 1 0 1 2 0 1 2 3 0 1 2 3 4 0", 412 "matchPattern": "qdisc ets 1: root .*quanta 1000 2000 3000 4000 5000 priomap 0 0 1 0 1 2 0 1 2 3 0 1 2 3 4 0", 451 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 2 quanta 1000 2000 3000 priomap 0 0 1 0 1 2 0 1 2 3 0 1 2 3 4 0", 454 "matchPattern": "qdisc ets 1: root .*strict 2 quanta 1000 2000 3000 priomap 0 0 1 0 1 2 0 1 2 3 0 1 2 3 4 0", 472 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets quanta 4000 3000 2000", 493 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets quanta 4000 3000 2000", 496 "matchPattern": "class ets 1:2 root quantum 3000", 514 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets quanta 4000 3000 2000", 556 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 2 quanta 1000 2000 3000", 596 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 4 strict 2 quanta 1000 2000 3000", [all...] |
| /linux/arch/arm/boot/dts/microchip/ |
| H A D | sama5d3xmb_gmac.dtsi | 22 txc-skew-ps = <3000>; 24 rxc-skew-ps = <3000>; 36 txc-skew-ps = <3000>; 38 rxc-skew-ps = <3000>;
|
| /linux/drivers/phy/mediatek/ |
| H A D | phy-mtk-mipi-dsi-mt8196.c | 170 * The MIPI TX drive strength is in the range of 3000 ~ 6000 microamps: in mtk_mipi_tx_power_on_signal() 172 * strength (3000uA) and can add a maximum offset of 3000uA, reaching a in mtk_mipi_tx_power_on_signal() 173 * maximum drive strength of 3000+3000=6000uA. in mtk_mipi_tx_power_on_signal() 176 (mipi_tx->mipitx_drive - 3000) / 200); in mtk_mipi_tx_power_on_signal()
|
| /linux/drivers/media/usb/b2c2/ |
| H A D | flexcop-usb.h | 95 #define B2C2_WAIT_FOR_OPERATION_RDW 3000 98 #define B2C2_WAIT_FOR_OPERATION_V8READ 3000 99 #define B2C2_WAIT_FOR_OPERATION_V8WRITE 3000 100 #define B2C2_WAIT_FOR_OPERATION_V8FLASH 3000
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | linked_vars.c | 19 skel->bss->input_bss_weak = 3000; in test_linked_vars() 32 ASSERT_EQ(skel->bss->output_bss1, 1000 + 2000 + 3000, "output_bss1"); in test_linked_vars() 33 ASSERT_EQ(skel->bss->output_bss2, 1000 + 2000 + 3000, "output_bss2"); in test_linked_vars()
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx93-phyboard-nash-pwm-fan.dtso | 27 hysteresis = <3000>; 33 hysteresis = <3000>; 39 hysteresis = <3000>;
|
| /linux/Documentation/devicetree/bindings/display/ |
| H A D | solomon,ssd1307fb.yaml | 228 pwms = <&pwm 4 3000>; 235 pwms = <&pwm 4 3000>; 251 pwms = <&pwm 4 3000>; 260 pwms = <&pwm 4 3000>;
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_wa.c | 163 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), OR, 270 XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0)), 277 XE_RTP_RULES(MEDIA_VERSION_RANGE(3000, 3002), 283 XE_RTP_RULES(MEDIA_VERSION(3000), MEDIA_STEP(A0, B0), 393 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(2001, 3000), 566 XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0), 571 XE_RTP_RULES(GRAPHICS_VERSION(3000), GRAPHICS_STEP(A0, B0), 577 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3005), 582 XE_RTP_RULES(MEDIA_VERSION_RANGE(1301, 3000), OR, 675 XE_RTP_RULES(GRAPHICS_VERSION_RANGE(3000, 3510), ENGINE_CLASS(RENDER)), [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | fdb_flush.sh | 163 local vni=3000 184 local vni_1=3000 209 local vni_1=3000 212 local src_vni_2=3000 515 local vni=3000 565 vnis=(2000 3000) 623 flush_args="vni 3000 src_vni 5000" 724 fdb_add_mac_pool_1 vx10 vni 3000 dst $dst_ip self master 727 fdb_check_n_entries_by_dev_filter vx10 $mac_pool_1_len vni 3000
|
| H A D | test_vxlan_vnifilter_notify.sh | 132 bridge -n "$NS1" vni add vni 3000 dev "$VXLAN_DEV" 135 bridge -n "$NS1" vni add vni 3000 dev "$VXLAN_DEV" 141 bridge -n "$NS1" vni delete vni 3000 dev "$VXLAN_DEV"
|
| /linux/Documentation/devicetree/bindings/rtc/ |
| H A D | microcrystal,rv3028.yaml | 30 - 3000 55 trickle-resistor-ohms = <3000>;
|
| /linux/Documentation/devicetree/bindings/powerpc/ |
| H A D | ibm,powerpc-cpu-features.txt | 56 For example, <3000> corresponds to Version 3.0, <2070> to Version 2.07. 212 isa = <3000>; 218 isa = <3000>; 225 isa = <3000>;
|
| /linux/Documentation/devicetree/bindings/power/reset/ |
| H A D | gpio-poweroff.yaml | 50 default: 3000 64 timeout-ms = <3000>;
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | qcom,pm8941-coincell.yaml | 43 enum: [ 2500, 3000, 3100, 3200 ] 65 qcom,vset-millivolts = <3000>;
|
| /linux/drivers/media/dvb-frontends/ |
| H A D | dib3000.h | 4 * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/)
|
| /linux/arch/arm/boot/dts/gemini/ |
| H A D | gemini-dlink-dns-313.dts | 73 * This is a ADDA AD0405GB-G73 fan @3000 and 6000 RPM. 79 gpio-fan,speed-map = <0 0>, <3000 1>, <6000 2>; 122 hysteresis = <3000>; 128 hysteresis = <3000>;
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-renesas-r61307.c | 83 usleep_range(2000, 3000); in renesas_r61307_reset() 98 usleep_range(2000, 3000); in renesas_r61307_prepare() 106 usleep_range(2000, 3000); in renesas_r61307_prepare() 177 usleep_range(2000, 3000); in renesas_r61307_unprepare()
|
| /linux/arch/powerpc/boot/dts/ |
| H A D | cm5200.dts | 50 ethernet@3000 { 54 mdio@3000 {
|
| H A D | o2d.dtsi | 59 ethernet@3000 { 63 mdio@3000 {
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | dlg,da7213.yaml | 36 enum: [ 1600, 2200, 2500, 3000 ] 41 enum: [ 1600, 2200, 2500, 3000 ]
|