/Linux-v5.4/include/trace/events/ |
D | page_pool.h | 16 s32 inflight, u32 hold, u32 release), 18 TP_ARGS(pool, inflight, hold, release), 23 __field(u32, hold) 30 __entry->hold = hold; 35 __entry->pool, __entry->inflight, __entry->hold, __entry->release) 64 const struct page *page, u32 hold), 66 TP_ARGS(pool, page, hold), 71 __field(u32, hold) 77 __entry->hold = hold; 81 __entry->pool, __entry->page, __entry->hold)
|
/Linux-v5.4/lib/zlib_inflate/ |
D | inffast.c | 103 unsigned long hold; /* local strm->hold */ in inflate_fast() local 130 hold = state->hold; in inflate_fast() 141 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 143 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 146 this = lcode[hold & lmask]; in inflate_fast() 149 hold >>= op; in inflate_fast() 160 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() 163 len += (unsigned)hold & ((1U << op) - 1); in inflate_fast() 164 hold >>= op; in inflate_fast() 168 hold += (unsigned long)(PUP(in)) << bits; in inflate_fast() [all …]
|
D | inflate.c | 36 state->hold = 0; in zlib_inflateReset() 172 hold = state->hold; \ 183 state->hold = hold; \ 190 hold = 0; \ 200 hold += (unsigned long)(*next++) << bits; \ 214 ((unsigned)hold & ((1U << (n)) - 1)) 219 hold >>= (n); \ 226 hold >>= bits & 7; \ 323 unsigned long hold; /* bit buffer */ in zlib_inflate() local 358 ((BITS(8) << 8) + (hold >> 8)) % 31) { in zlib_inflate() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/sound/ |
D | max98504.txt | 20 applied during the "attack hold" and "timed hold" phase, the value must be 22 - maxim,brownout-attack-hold-ms - the brownout attack hold phase time in ms, 24 - maxim,brownout-timed-hold-ms - the brownout timed hold phase time in ms,
|
/Linux-v5.4/drivers/mtd/nand/raw/ |
D | txx9ndfmc.c | 71 unsigned char hold; /* in gbusclock */ member 243 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 274 int hold, spw; in txx9ndfmc_probe() local 288 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe() 291 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe() 294 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe() 296 hold = clamp(hold, 1, 15); in txx9ndfmc_probe() 297 drvdata->hold = hold; in txx9ndfmc_probe() 301 (gbusclk + 500000) / 1000000, hold, spw); in txx9ndfmc_probe()
|
/Linux-v5.4/arch/arc/boot/dts/ |
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>;
|
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-v5.4/include/net/caif/ |
D | cfsrvl.h | 23 void (*hold)(struct cflayer *lyr); member 51 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_get() 54 s->hold(layr->up); in cfsrvl_get() 60 if (layr == NULL || layr->up == NULL || s->hold == NULL) in cfsrvl_put()
|
/Linux-v5.4/Documentation/devicetree/bindings/power/reset/ |
D | msm-poweroff.txt | 3 A power supply hold (ps-hold) bit is set to power the msm chipsets. 10 -reg: Specifies the physical address of the ps-hold register
|
/Linux-v5.4/Documentation/usb/ |
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-v5.4/drivers/i2c/busses/ |
D | i2c-at91-master.c | 48 int ckdiv, cdiv, div, hold = 0; in at91_calc_twi_clock() local 74 hold = DIV_ROUND_UP(t->sda_hold_ns in at91_calc_twi_clock() 76 hold -= 3; in at91_calc_twi_clock() 77 if (hold < 0) in at91_calc_twi_clock() 78 hold = 0; in at91_calc_twi_clock() 79 if (hold > AT91_TWI_CWGR_HOLD_MAX) { in at91_calc_twi_clock() 82 AT91_TWI_CWGR_HOLD_MAX, hold); in at91_calc_twi_clock() 83 hold = AT91_TWI_CWGR_HOLD_MAX; in at91_calc_twi_clock() 88 | AT91_TWI_CWGR_HOLD(hold); in at91_calc_twi_clock() 91 cdiv, ckdiv, hold, t->sda_hold_ns); in at91_calc_twi_clock()
|
/Linux-v5.4/Documentation/hwmon/ |
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 …]
|
D | da9055.rst | 17 resolution and track and hold circuitry combined with an analogue input 19 different inputs. The track and hold circuit ensures stable input voltages at
|
/Linux-v5.4/Documentation/devicetree/bindings/i2c/ |
D | i2c-designware.txt | 24 - reg : for "mscc,ocelot-i2c", a second register set to configure the SDA hold 27 - i2c-sda-hold-time-ns : should contain the SDA hold time in nanoseconds. 56 i2c-sda-hold-time-ns = <300>;
|
D | i2c-at91.txt | 20 - i2c-sda-hold-time-ns: TWD hold time, only available for "atmel,sama5d4-i2c" 57 i2c-sda-hold-time-ns = <336>;
|
/Linux-v5.4/Documentation/devicetree/bindings/bus/ |
D | qcom,ebi2.txt | 82 - qcom,xmem-write-hold-cycles: write hold cycles, these are extra cycles 84 WE is asserted until CS is asserted. With a hold of 1 (value = 0), the CS 96 - qcom,xmem-address-hold-enable: this is a boolean property stating that we 97 shall hold the address for an extra cycle to meet hold time requirements 102 - qcom,xmem-read-hold-cycles: the length in cycles of the first segment of a 132 qcom,xmem-write-hold-cycles = <3>;
|
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ |
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-v5.4/arch/arm/mach-omap2/ |
D | omap-headsmp.S | 82 hold: ldr r12,=0x103 label 89 bne hold
|
/Linux-v5.4/arch/mips/bcm63xx/ |
D | cs.c | 67 unsigned int setup, unsigned int hold) in bcm63xx_set_cs_timing() argument 82 val |= hold << MPI_CSCTL_HOLD_SHIFT; in bcm63xx_set_cs_timing()
|
/Linux-v5.4/drivers/clk/sirf/ |
D | clk-common.c | 347 u32 hold = (cfg >> 20) & (BIT(4) - 1); in dmn_clk_recalc_rate() local 349 return fin / (wait + hold + 2); in dmn_clk_recalc_rate() 357 unsigned ratio, wait, hold; in dmn_clk_round_rate() local 370 hold = ratio - wait - 2; in dmn_clk_round_rate() 372 return fin / (wait + hold + 2); in dmn_clk_round_rate() 380 unsigned ratio, wait, hold, reg; in dmn_clk_set_rate() local 393 hold = ratio - wait - 2; in dmn_clk_set_rate() 397 reg |= (wait << 16) | (hold << 20) | BIT(25); in dmn_clk_set_rate()
|
/Linux-v5.4/net/caif/ |
D | cfsrvl.c | 210 void (*hold)(struct cflayer *lyr), in caif_client_register_refcnt() 218 service->hold = hold; in caif_client_register_refcnt()
|
/Linux-v5.4/Documentation/devicetree/bindings/remoteproc/ |
D | stm32-rproc.txt | 12 remote processor reset hold boot 14 2nd cell: register offset containing the hold boot setting 15 3rd cell: register bitmask for the hold boot field
|
/Linux-v5.4/Documentation/devicetree/bindings/mtd/ |
D | lpc32xx-slc.txt | 16 - nxp,whold: Write hold time (W_HOLD) 19 - nxp,rhold: Read hold time (R_HOLD)
|
/Linux-v5.4/arch/c6x/lib/ |
D | divi.S | 20 ;; divi uses B5 to hold the original return address during 22 ;; remi uses B2 and A5 to hold the input values during the
|
/Linux-v5.4/net/wireless/ |
D | core.h | 159 atomic_t hold; member 184 atomic_inc(&bss->hold); in cfg80211_hold_bss() 188 atomic_inc(&bss->hold); in cfg80211_hold_bss() 194 int r = atomic_dec_return(&bss->hold); in cfg80211_unhold_bss() 199 r = atomic_dec_return(&bss->hold); in cfg80211_unhold_bss()
|