Home
last modified time | relevance | path

Searched full:upto (Results 1 – 25 of 133) sorted by relevance

123456

/linux-6.12.1/Documentation/devicetree/bindings/hwmon/
Daspeed-pwm-tacho.txt3 The ASPEED PWM controller can support upto 8 PWM outputs. The ASPEED Fan Tacho
4 controller can support upto 16 Fan tachometer inputs.
6 There can be upto 8 fans supported. Each fan can have one PWM output and
31 Under fan subnode there can upto 8 child nodes, with each child node
Dnpcm750-pwm-fan.txt29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
/linux-6.12.1/scripts/dtc/
Dfdtput.c64 int upto; /* the number of bytes we have written to buf */ in encode_value() local
67 upto = 0; in encode_value()
75 for (; arg_count > 0; arg++, arg_count--, upto += len) { in encode_value()
83 if (upto + len > value_size) { in encode_value()
84 value_size = (upto + len) + 500; in encode_value()
93 ptr = value + upto; in encode_value()
113 *value_len = upto; in encode_value()
116 fprintf(stderr, "Value size %d\n", upto); in encode_value()
/linux-6.12.1/include/linux/
Dprime_numbers.h11 * for_each_prime_number - iterate over each prime upto a value
25 * for_each_prime_number_from - iterate over each prime upto a value
Dslimbus.h101 * @num_bytes: upto 16. This ensures that the message will fit the slicesize
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
Dshadow.c39 shadow_fetch(struct nvkm_bios *bios, struct shadow *mthd, u32 upto) in shadow_fetch() argument
41 const u32 limit = (upto + 3) & ~3; in shadow_fetch()
48 return bios->size >= upto; in shadow_fetch()
/linux-6.12.1/arch/powerpc/platforms/pseries/
Dfirmware.c36 * entry ends in a '*', only upto the '*' is matched. Otherwise the entire
93 * upto there in fw_hypertas_feature_init()
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-class-fc18 <appid> is user provided string upto 128 characters
Drtc-cdev17 RTCs that support alarms. Can be set upto 24 hours in the
/linux-6.12.1/fs/ext4/
Dmballoc.h89 * The maximum order upto which CR_BEST_AVAIL_LEN can trim a particular
91 * of 3, we can trim this request upto order 4.
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-catu.c50 * Each 4K table pages have upto 256 data page pointers, taking upto 2K
208 * upto 1MB data buffer. The last table may have fewer in catu_populate_table()
269 * Each table can address upto 1MB and we can have in catu_init_sg_table()
/linux-6.12.1/arch/powerpc/include/asm/
Dtask_size_64.h61 * with 128TB and conditionally enable upto 512TB
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Dnvidia,tegra186-asrc.yaml17 supports 6 streams upto 12 total channels. The input data size can be
/linux-6.12.1/Documentation/devicetree/bindings/display/bridge/
Dti,dlpc3433.yaml21 It supports upto 720p resolution with 60 and 120 Hz refresh
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dintel,pinctrl-keembay.yaml36 Each interrupt line is shared by upto 4 GPIO lines.
/linux-6.12.1/tools/perf/pmu-events/arch/x86/amdzen4/
Dpipeline.json4 … "BriefDescription": "Total dispatch slots (upto 6 instructions can be dispatched in each cycle).",
/linux-6.12.1/Documentation/arch/arm/keystone/
Dknav-qmss.rst42 k2_qmss_pdsp_acc48_k2_le_1_0_0_9.bin firmware supports upto 48 accumulator
/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/af/
Dnpc.h86 /* Don't modify Ltypes upto SCTP, otherwise it will
141 /* Don't modify Ltypes upto SCTP, otherwise it will
/linux-6.12.1/Documentation/devicetree/bindings/soc/qcom/
Dqcom,geni-se.yaml15 like UART, SPI, I2C, I3C, etc. A single QUP module can provide upto 8 Serial
/linux-6.12.1/tools/sched_ext/
Dscx_qmap.c30 " -b COUNT Dispatch upto COUNT tasks together\n"
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/
Dti,keystone-rproc.txt4 The TI Keystone 2 family of SoCs usually have one or more (upto 8) TI DSP Core
/linux-6.12.1/lib/
Dflex_proportions.c57 * Declare @periods new periods. It is upto the caller to make sure period
/linux-6.12.1/drivers/extcon/
Dextcon-intel-cht-wc.c149 /* Charger detection can take upto 600ms, wait 800ms max. */ in cht_wc_extcon_get_charger()
196 case CHT_WC_USBSRC_TYPE_MHL: /* MHL2+ delivers upto 2A, treat as DCP */ in cht_wc_extcon_get_charger()
/linux-6.12.1/drivers/mtd/nand/raw/
Dnand_legacy.c322 /* EZ-NAND can take upto 250ms as per ONFi v4.0 */ in nand_command()
462 /* EZ-NAND can take upto 250ms as per ONFi v4.0 */ in nand_command_lp()
/linux-6.12.1/drivers/net/ethernet/ibm/
Dibmvnic.h60 * Each VNIC can have upto 16 Rx, 16 Tx and 16 TSO pools. The TSO pools
63 * The Rx and Tx pools can have upto 4096 buffers. The max size of these

123456