Home
last modified time | relevance | path

Searched full:hold (Results 1 – 25 of 1677) sorted by relevance

12345678910>>...68

/linux/include/trace/events/
H A Dpage_pool.h17 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 Dinffast.c82 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 Dinflate.c46 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 Dtxx9ndfmc.c70 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/leds/
H A Dleds-qcom-lpg.rst35 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 Dst,stm32-fmc2-ebi-props.yaml92 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 Dti-aemif.txt112 - 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>;
H A Dmvebu-devbus.txt71 - devbus,rd-hold-ps: Defines the time between the last data sample to the
79 Set <rd-hold-ps> to a value smaller than <turn-off-ps>.
99 This parameter defines the hold time of address and
146 devbus,rd-hold-ps = <0>;
/linux/Documentation/usb/
H A Dgadget_hid.rst193 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 Dabilis_tb100_dvk.dts37 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 Dabilis_tb101_dvk.dts37 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/scripts/coccinelle/free/
H A Difnulldev_put.cocci3 /// NULL check before dev_{put, hold} functions is not needed.
48 cocci.print_main("NULL check before (net)dev_{put, hold} functions is not needed", p)
54 msg = "WARNING: NULL check before (net)dev_{put, hold} functions is not needed."
/linux/include/linux/platform_data/
H A Dgpmc-omap.h89 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/Documentation/filesystems/iomap/
H A Doperations.rst93 - ``iomap_valid``: The filesystem may not hold locks between
278 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
289 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
302 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
534 Callers commonly hold ``i_rwsem`` in shared mode before calling this
588 Callers commonly hold ``i_rwsem`` in shared or exclusive mode before
652 Callers commonly hold ``i_rwsem`` in shared mode before calling this
674 Callers commonly hold ``i_rwsem`` in exclusive mode before calling this
687 Callers commonly hold the same locks as they do to call their iomap
702 Callers commonly hold the same locks as they do to call their iomap
[all …]
/linux/drivers/i2c/busses/
H A Di2c-at91-master.c69 int ckdiv, cdiv, div, hold = 0, filter_width = 0; in at91_calc_twi_clock() local
91 * hold time = HOLD + 3 x T_peripheral_clock in at91_calc_twi_clock()
93 * hold. in at91_calc_twi_clock()
95 hold = DIV_ROUND_UP(t->sda_hold_ns in at91_calc_twi_clock()
97 hold -= 3; in at91_calc_twi_clock()
98 if (hold < 0) in at91_calc_twi_clock()
99 hold = 0; in at91_calc_twi_clock()
100 if (hold > AT91_TWI_CWGR_HOLD_MAX) { in at91_calc_twi_clock()
102 "HOLD field set to its maximum value (%d instead of %d)\n", in at91_calc_twi_clock()
103 AT91_TWI_CWGR_HOLD_MAX, hold); in at91_calc_twi_clock()
[all …]
/linux/arch/powerpc/include/asm/
H A Dimc-pmu.h42 * 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 Dsnps,designware-i2c.yaml54 ICPU_CFG:TWI_DELAY registers to setup the SDA hold time.
80 i2c-sda-hold-time-ns:
82 The property should contain the SDA hold time in nanoseconds. This option
145 i2c-sda-hold-time-ns = <300>;
/linux/drivers/dpll/
H A Ddpll_core.h50 * @dpll_refs: hold referencees to dplls pin was registered with
51 * @parent_refs: hold references to parent pins pin was registered with
52 * @ref_sync_pins: hold references to pins for Reference SYNC feature
/linux/drivers/gpu/drm/i915/
H A Di915_scheduler_types.h112 * @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/fs/nfsd/
H A Dfilecache.h16 * the inode, and for each nfsd_file to hold a reference to it.
23 * many nfsd_files hold references to the mark. When that counter goes to zero
36 * hold a reference to the inode by itself, so the nf_inode pointer should
/linux/drivers/md/dm-vdo/
H A Drecovery-journal.h94 /* 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 */
H A Dpacker.h50 * enough space to hold a newly-compressed data_vio can easily be found. When the bin fills up or
59 * There is one special bin which is used to hold data_vios which have been canceled and removed
82 * A bin to hold data_vios which were canceled out of the packer and are waiting to
/linux/include/linux/platform_data/txx9/
H A Dndfmc.h17 unsigned int hold; /* hold time in nanosecond */ member
/linux/Documentation/devicetree/bindings/input/touchscreen/
H A Dazoteq,iqs7211.yaml289 "^event-(tap(-double|-triple)?|hold|palm|swipe-(x|y)-(pos|neg)(-hold)?)$":
315 description: Specifies the minimum duration of hold gestures.
322 Specifies the minimum (swipe) or maximum (tap and hold) distance
726 event-hold {
738 event-swipe-x-pos-hold {
746 event-swipe-x-neg-hold {
754 event-swipe-y-pos-hold {
762 event-swipe-y-neg-hold {
/linux/Documentation/devicetree/bindings/power/reset/
H A Dqcom,pshold.yaml13 A power supply hold (ps-hold) bit is set to power the Qualcomm chipsets.

12345678910>>...68