/Linux-v5.10/include/trace/events/ |
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, 70 const struct page *page, u32 hold), 72 TP_ARGS(pool, page, hold), 77 __field(u32, hold) 84 __entry->hold = hold; [all …]
|
/Linux-v5.10/lib/zlib_inflate/ |
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 …]
|
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-v5.10/drivers/mtd/nand/raw/ |
D | txx9ndfmc.c | 71 unsigned char hold; /* in gbusclock */ member 242 /* setup Hold Time, Strobe Pulse Width */ in txx9ndfmc_initialize() 243 txx9ndfmc_write(dev, (drvdata->hold << 4) | drvdata->spw, TXX9_NDFSPR); in txx9ndfmc_initialize() 283 int hold, spw; in txx9ndfmc_probe() local 297 hold = plat->hold ?: 20; /* tDH */ in txx9ndfmc_probe() 300 hold = TXX9NDFMC_NS_TO_CYC(gbusclk, hold); in txx9ndfmc_probe() 303 hold -= 2; /* actual hold time : (HOLD + 2) BUSCLK */ in txx9ndfmc_probe() 305 hold = clamp(hold, 1, 15); in txx9ndfmc_probe() 306 drvdata->hold = hold; in txx9ndfmc_probe() 309 dev_info(&dev->dev, "CLK:%ldMHz HOLD:%d SPW:%d\n", in txx9ndfmc_probe() [all …]
|
/Linux-v5.10/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.10/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 …]
|
/Linux-v5.10/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.10/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.10/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.10/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>;
|
D | st,stm32-fmc2-ebi.yaml | 134 st,fmc2-ebi-cs-address-hold-ns: 135 description: This property defines the duration of the address hold 147 st,fmc2-ebi-cs-data-hold-ns: 148 description: This property defines the duration of the data hold phase 163 st,fmc2-ebi-cs-write-address-hold-ns: 164 description: This property defines the duration of the address hold 176 st,fmc2-ebi-cs-write-data-hold-ns: 177 description: This property defines the duration of the data hold phase
|
/Linux-v5.10/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.10/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.10/include/linux/platform_data/ |
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-v5.10/Documentation/devicetree/bindings/i2c/ |
D | snps,designware-i2c.yaml | 42 ICPU_CFG:TWI_DELAY registers to setup the SDA hold time. 68 i2c-sda-hold-time-ns: 71 The property should contain the SDA hold time in nanoseconds. This option 126 i2c-sda-hold-time-ns = <300>;
|
D | i2c-at91.txt | 27 - i2c-sda-hold-time-ns: TWD hold time, only available for: 71 i2c-sda-hold-time-ns = <336>;
|
/Linux-v5.10/arch/powerpc/include/asm/ |
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-v5.10/drivers/i2c/busses/ |
D | i2c-at91-master.c | 70 int ckdiv, cdiv, div, hold = 0, filter_width = 0; in at91_calc_twi_clock() local 92 * hold time = HOLD + 3 x T_peripheral_clock in at91_calc_twi_clock() 94 * hold. in at91_calc_twi_clock() 96 hold = DIV_ROUND_UP(t->sda_hold_ns in at91_calc_twi_clock() 98 hold -= 3; in at91_calc_twi_clock() 99 if (hold < 0) in at91_calc_twi_clock() 100 hold = 0; in at91_calc_twi_clock() 101 if (hold > AT91_TWI_CWGR_HOLD_MAX) { in at91_calc_twi_clock() 103 "HOLD field set to its maximum value (%d instead of %d)\n", in at91_calc_twi_clock() 104 AT91_TWI_CWGR_HOLD_MAX, hold); in at91_calc_twi_clock() [all …]
|
D | i2c-cadence.c | 31 #define CDNS_I2C_CR_HOLD BIT(4) /* Hold Bus bit */ 177 * @bus_hold_flag: Flag used in repeated start for clearing HOLD bit 180 * @quirks: flag for broken hold bit usage in r1p10 221 * cdns_i2c_clear_bus_hold - Clear bus hold bit 224 * Helper to clear the controller's bus hold bit. 431 * Clear hold bit that was set for FIFO control in cdns_i2c_master_isr() 452 * register reaches zero without considering the HOLD bit. in cdns_i2c_master_isr() 497 /* Clear hold (if not repeated start) and signal completion */ in cdns_i2c_master_isr() 530 * clear the hold bus bit if there are no in cdns_i2c_master_isr() 596 * 'hold bus' bit if it is greater than FIFO depth. in cdns_i2c_mrecv() [all …]
|
/Linux-v5.10/fs/nfsd/ |
D | filecache.h | 10 * the inode, and for each nfsd_file to hold a reference to it. 17 * many nfsd_files hold references to the mark. When that counter goes to zero 28 * hold a reference to the inode by itself, so the nf_inode pointer should
|
/Linux-v5.10/fs/ocfs2/cluster/ |
D | quorum.c | 28 * So nodes that are in this transtion put a hold on the quorum decision 194 * the connection. the hold will be droped in conn_up or hb_down. it might be 196 * be dropping a hold that conn_up got. */ 245 * we'll be dropping the hold from conn_err. */ 261 * quorum decision until we see it heartbeating. the hold will be droped in 263 * it's already heartbeating we might be dropping a hold that conn_up got. 288 * still heartbeating we grab a hold that will delay decisions until either the
|
/Linux-v5.10/drivers/gpu/drm/i915/ |
D | intel_runtime_pm.h | 134 * This function disable asserts that check if we hold an RPM wakelock 137 * the wakelock refcount wrt. the device power state doesn't hold. According 139 * an active state we must hold an RPM wakelock reference acquired via one of 141 * where this rule doesn't hold: the IRQ and suspend/resume handlers, the
|
/Linux-v5.10/include/linux/platform_data/txx9/ |
D | ndfmc.h | 17 unsigned int hold; /* hold time in nanosecond */ member
|
/Linux-v5.10/drivers/bus/ |
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",
|