Home
last modified time | relevance | path

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

12345678910>>...118

/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)
[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 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 >>
337 unsigned long hold; /* bit buffer */ zlib_inflate() local
[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 tim in txx9ndfmc_probe()
[all...]
/linux/Documentation/hwmon/
H A Dabituguru-datasheet.rst40 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
[all...]
/linux/Documentation/devicetree/bindings/sound/
H A Dmaxim,max98504.yaml44 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 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/drivers/hid/intel-thc-hid/intel-quicki2c/
H A Dquicki2c-dev.h86 * @SMTD: Standard Mode (100 kbit/s) Serial Data Line Transmit Hold Period
87 * @SMRD: Standard Mode (100 kbit/s) Serial Data Receive Hold Period
90 * @FMTD: Fast Mode (400 kbit/s) Serial Data Line Transmit Hold Period
91 * @FMRD: Fast Mode (400 kbit/s) Serial Data Line Receive Hold Period
96 * @FPTD: Fast Mode Plus (1Mbit/sec) Serial Data Line Transmit HOLD Period
97 * @FPRD: Fast Mode Plus (1Mbit/sec) Serial Data Line Receive HOLD Period
100 * @HMTD: High Speed Mode Plus (3.4Mbits/sec) Serial Data Line Transmit HOLD Period
101 * @HMRD: High Speed Mode Plus (3.4Mbits/sec) Serial Data Line Receive HOLD Period
/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 Dqcom,ebi2-peripheral-props.yaml25 qcom,xmem-write-hold-cycles:
30 asserted. With a hold of 1 (value = 0), the CS stays active
67 qcom,xmem-address-hold-enable:
70 Holds the address for an extra cycle to meet hold time
82 qcom,xmem-read-hold-cycles:
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>;
/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\
[all...]
/linux/arch/arc/boot/dts/
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>;
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>;
/linux/include/net/caif/
H A Dcfsrvl.h23 void (*hold)(struct cflayer *lyr); member
47 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get()
50 s->hold(layr->up); in cfsrvl_get()
56 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
/linux/include/linux/memory/
H A Dti-aemif.h7 * struct aemif_cs_timings: structure to hold CS timing configuration
10 * @rhold: read hold width
13 * @whold: write hold width
/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 dev_{put, hold} functions is not needed", p)
54 msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dst,stm32-rproc.yaml38 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
177 /* Hold boot managed using system config*/
189 /* Hold boot managed using SCMI reset controller */
/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/fs/ocfs2/cluster/
H A Dquorum.c26 * So nodes that are in this transition put a hold on the quorum decision
192 * the connection. the hold will be dropped 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 dropped 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/Documentation/filesystems/iomap/
H A Doperations.rst93 - ``iomap_valid``: The filesystem may not hold locks between
235 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
246 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
259 Callers typically hold ``i_rwsem`` and ``invalidate_lock`` in exclusive
492 Callers commonly hold ``i_rwsem`` in shared mode before calling this
546 Callers commonly hold ``i_rwsem`` in shared or exclusive mode before
610 Callers commonly hold ``i_rwsem`` in shared mode before calling this
632 Callers commonly hold ``i_rwsem`` in exclusive mode before calling this
645 Callers commonly hold the same locks as they do to call their iomap
660 Callers commonly hold th
[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.yaml49 ICPU_CFG:TWI_DELAY registers to setup the SDA hold time.
75 i2c-sda-hold-time-ns:
77 The property should contain the SDA hold time in nanoseconds. This option
140 i2c-sda-hold-time-ns = <300>;
/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 fiel in at91_calc_twi_clock()
[all...]
/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_nagle_sockopt_cork_nodelay.pkt14 // Set TCP_CORK sockopt to hold small packets
25 // Set TCP_CORK sockopt to hold small packets
36 // Set MSG_MORE to hold small packets

12345678910>>...118