/linux/include/trace/events/ |
H A D | page_pool.h | 17 s32 inflight, u32 hold, u32 release), 19 TP_ARGS(pool, inflight, hold, release), 24 __field(u32, hold) 32 __entry->hold = hold; 37 TP_printk("page_pool=%p inflight=%d hold=%u release=%u cnt=%llu", 38 __entry->pool, __entry->inflight, __entry->hold, 71 netmem_ref netmem, u32 hold), 73 TP_ARGS(pool, netmem, hold), 78 __field(u32, hold) 85 __entry->hold = hold; [all …]
|
/linux/lib/zlib_inflate/ |
H A D | inffast.c | 82 unsigned long hold; /* local strm->hold */ in inflate_fast() local 109 hold = state->hold; in inflate_fast() 120 hold += (unsigned long)(*in++) << bits; in inflate_fast() 122 hold += (unsigned long)(*in++) << bits; in inflate_fast() 125 this = lcode[hold & lmask]; in inflate_fast() 128 hold >>= op; in inflate_fast() 139 hold += (unsigned long)(*in++) << bits; in inflate_fast() 142 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 143 hold >>= op; in inflate_fast() 147 hold += (unsigned long)(*in++) << bits; in inflate_fast() [all …]
|
H A D | inflate.c | 46 state->hold = 0; in zlib_inflateReset() 191 hold = state->hold; \ 202 state->hold = hold; \ 209 hold = 0; \ 219 hold += (unsigned long)(*next++) << bits; \ 233 ((unsigned)hold & ((1U << (n)) - 1)) 238 hold >>= (n); \ 245 hold >>= bits & 7; \ 337 unsigned long hold; /* bit buffer */ in zlib_inflate() local 372 ((BITS(8) << 8) + (hold >> 8)) % 31) { in zlib_inflate() [all …]
|
/linux/drivers/mtd/nand/raw/ |
H A D | txx9ndfmc.c | 70 unsigned char hold; /* in gbusclock */ member 241 /* setup Hold Time, Strobe Pulse Width */ in txx9ndfmc_initialize() 242 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 282 int hold, spw; in txx9ndfmc_probe() local 294 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe() 297 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe() 300 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe() 302 hold = clamp(hold, 1, 15); in txx9ndfmc_probe() 303 drvdata->hold = hold; in txx9ndfmc_probe() 306 dev_info(&dev->dev, "CLK:%ldMHz HOLD:%d SPW:%d\n", in txx9ndfmc_probe() [all …]
|
/linux/Documentation/hwmon/ |
H A D | abituguru-datasheet.rst | 40 after a reboot uGuru will hold 0x00 here, but if the driver is removed and 41 later on attached again data-port will hold 0x08, more about this later. 44 turned up which will hold 0x00 instead of 0xAC at the CMD port, thus we also 46 hold 0x09 and will only hold 0x08 after reading CMD first, so CMD must be read 88 to hold 0x09, DATA should read 0x09 within 250 read cycles. 90 Next CMD _must_ be read and should hold 0xAC, usually CMD will hold 0xAC the 94 After reading CMD, DATA should hold 0x08 which means that the uGuru is ready 95 for input. As above DATA will usually hold 0x08 the first read but not always. 103 First the uGuru must be in "ready" mode as described above, DATA should hold 107 wait for to DATA to hold 0x08 again indicating that it wants / is ready for [all …]
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | maxim,max98504.yaml | 44 Brownout attenuation to the speaker gain applied during the "attack hold" 45 and "timed hold" phase, the value must be from 0...6 (dB) range. 47 maxim,brownout-attack-hold-ms: 51 Brownout attack hold phase time in ms, VBATBROWN_ATTK_HOLD, register 0x0018. 53 maxim,brownout-timed-hold-ms: 57 Brownout timed hold phase time in ms, VBATBROWN_TIME_HOLD, register 0x0019.
|
/linux/Documentation/leds/ |
H A D | leds-qcom-lpg.rst | 35 The pattern is a series of brightness and hold-time pairs, with the hold-time 36 expressed in milliseconds. The hold time is a property of the pattern and must 54 The LPG supports specifying a longer hold-time for the first and last element 69 Similarly, the last entry can be stretched by using a higher hold-time on the 77 specified hold-time of the middle item in the pattern is allowed to have a 78 different hold-time.
|
/linux/Documentation/devicetree/bindings/memory-controllers/ |
H A D | st,stm32-fmc2-ebi-props.yaml | 92 st,fmc2-ebi-cs-address-hold-ns: 93 description: This property defines the duration of the address hold 105 st,fmc2-ebi-cs-data-hold-ns: 106 description: This property defines the duration of the data hold phase 121 st,fmc2-ebi-cs-write-address-hold-ns: 122 description: This property defines the duration of the address hold 134 st,fmc2-ebi-cs-write-data-hold-ns: 135 description: This property defines the duration of the data hold phase
|
H A D | ti-aemif.txt | 112 - ti,cs-read-hold-ns: read hold width, ns 129 - ti,cs-write-hold-ns: write hold width, ns 166 ti,cs-read-hold-ns = <7>; 169 ti,cs-write-hold-ns = <7>; 195 ti,cs-read-hold-ns = <8>; 198 ti,cs-write-hold-ns = <7>;
|
/linux/Documentation/usb/ |
H A D | gadget_hid.rst | 193 int keyboard_fill_report(char report[8], char buf[BUF_LEN], int *hold) 204 if (strcmp(tok, "--hold") == 0) { 205 *hold = 1; 246 int mouse_fill_report(char report[8], char buf[BUF_LEN], int *hold) 256 if (strcmp(tok, "--hold") == 0) { 257 *hold = 1; 297 int joystick_fill_report(char report[8], char buf[BUF_LEN], int *hold) 303 *hold = 1; 342 " --hold\n"); 352 " --hold\n"); [all …]
|
/linux/arch/arc/boot/dts/ |
H A D | abilis_tb100_dvk.dts | 37 i2c-sda-hold-time-ns = <432>; 40 i2c-sda-hold-time-ns = <432>; 43 i2c-sda-hold-time-ns = <432>; 46 i2c-sda-hold-time-ns = <432>; 49 i2c-sda-hold-time-ns = <432>;
|
H A D | abilis_tb101_dvk.dts | 37 i2c-sda-hold-time-ns = <432>; 40 i2c-sda-hold-time-ns = <432>; 43 i2c-sda-hold-time-ns = <432>; 46 i2c-sda-hold-time-ns = <432>; 49 i2c-sda-hold-time-ns = <432>;
|
/linux/Documentation/filesystems/iomap/ |
H A D | operations.rst | 95 - ``iomap_valid``: The filesystem may not hold locks between 231 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive 242 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive 255 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive 492 Callers commonly hold ``i_rwsem`` in shared mode before calling this 531 Callers commonly hold ``i_rwsem`` in shared or exclusive mode before 595 Callers commonly hold ``i_rwsem`` in shared mode before calling this 617 Callers commonly hold ``i_rwsem`` in exclusive mode before calling this 630 Callers commonly hold the same locks as they do to call their iomap 645 Callers commonly hold the same locks as they do to call their iomap [all …]
|
/linux/Documentation/devicetree/bindings/bus/ |
H A D | qcom,ebi2.yaml | 124 qcom,xmem-write-hold-cycles: 129 asserted. With a hold of 1 (value = 0), the CS stays active 166 qcom,xmem-address-hold-enable: 169 Holds the address for an extra cycle to meet hold time 181 qcom,xmem-read-hold-cycles: 233 qcom,xmem-write-hold-cycles = <3>;
|
/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | st,stm32-rproc.yaml | 38 description: remote processor reset hold boot 43 - description: The offset of the hold boot setting register 44 - description: The field mask of the hold boot 173 /* Hold boot managed using system config*/ 185 /* Hold boot managed using SCMI reset controller */
|
/linux/include/linux/platform_data/ |
H A D | gpmc-omap.h | 89 u32 t_aavdh; /* address hold time */ 108 u32 t_avdh; /* ADV hold time from clk */ 109 u32 t_ach; /* address hold time from clk */ 118 u8 cyc_aavdh_oe;/* read address hold time in cycles */ 119 u8 cyc_aavdh_we;/* write address hold time in cycles */
|
/linux/fs/ocfs2/cluster/ |
H A D | quorum.c | 26 * So nodes that are in this transtion put a hold on the quorum decision 192 * the connection. the hold will be droped in conn_up or hb_down. it might be 194 * be dropping a hold that conn_up got. */ 243 * we'll be dropping the hold from conn_err. */ 259 * quorum decision until we see it heartbeating. the hold will be droped in 261 * it's already heartbeating we might be dropping a hold that conn_up got. 286 * still heartbeating we grab a hold that will delay decisions until either the
|
/linux/scripts/coccinelle/free/ |
H A D | ifnulldev_put.cocci | 3 /// NULL check before dev_{put, hold} functions is not needed. 48 cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p) 54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
|
/linux/arch/powerpc/include/asm/ |
H A D | imc-pmu.h | 42 * Structure to hold memory address information for imc units. 74 * The following is the data structure to hold trace imc data. 110 * registers new IMC pmus. This structure will hold the 136 * Structure to hold id, lock and reference count for the imc events which
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | snps,designware-i2c.yaml | 46 ICPU_CFG:TWI_DELAY registers to setup the SDA hold time. 72 i2c-sda-hold-time-ns: 74 The property should contain the SDA hold time in nanoseconds. This option 137 i2c-sda-hold-time-ns = <300>;
|
/linux/drivers/infiniband/sw/rxe/ |
H A D | rxe_mcast.c | 60 * Context: caller must hold a reference to mcg and rxe->mcg_lock and 90 * Context: caller must hold a reference to mcg and rxe->mcg_lock 102 * Context: caller must hold rxe->mcg_lock 160 * Context: caller should hold rxe->mcg lock 289 * Context: caller must hold references on qp and mcg, rxe->mcg_lock 328 * Context: caller must hold reference on qp and mcg. 375 * Context: caller must hold a reference to mcg and rxe->mcg_lock
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_scheduler_types.h | 112 * @lock: protects requests in priority lists, requests, hold and 123 * @hold: list of ready requests, but on hold 125 struct list_head hold; member
|
/linux/drivers/md/dm-vdo/ |
H A D | memory-alloc.h | 36 * @ptr: A pointer to hold the allocated memory 66 * @PTR: A pointer to hold the allocated memory 82 * @PTR: A pointer to hold the allocated memory 106 * @ptr: A pointer to hold the allocated memory
|
H A D | recovery-journal.h | 94 /* The number of logical zones which may hold locks */ 96 /* The number of physical zones which may hold locks */ 102 /* The number of logical zones which hold each lock */ 104 /* The number of physical zones which hold each lock */ 148 /* The slab depot which can hold locks on this journal */ 150 /* The block map which can hold locks on this journal */
|
/linux/drivers/bus/ |
H A D | qcom-ebi2.c | 45 * Bits 27-24: WR_HOLD write hold cycles, these are extra cycles inserted after 47 * asserted until CS is asserted. With a hold of 1, the CS stays 83 * hold time requirements with ADV assertion. 177 .prop = "qcom,xmem-write-hold-cycles", 207 .prop = "qcom,xmem-address-hold-enable", 219 .prop = "qcom,xmem-read-hold-cycles",
|