Searched refs:dmax (Results 1 – 17 of 17) sorted by relevance
/kernel/linux/linux-5.10/lib/zlib_inflate/ |
D | inffast.c | 76 unsigned dmax; /* maximum distance from zlib header */ in inflate_fast() local 103 dmax = state->dmax; in inflate_fast() 171 if (dist > dmax) { in inflate_fast()
|
D | inflate.h | 80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
|
D | inflate.c | 45 state->dmax = 32768U; in zlib_inflateReset() 389 state->dmax = 1U << len; in zlib_inflate() 660 if (state->offset > state->dmax) { in zlib_inflate()
|
/kernel/linux/linux-5.10/net/tipc/ |
D | msg.c | 314 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local 325 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment() 326 if (dsz <= dmax || !dmax) in tipc_msg_fragment() 329 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment() 332 eat = dmax; in tipc_msg_fragment() 334 eat = dsz % dmax; in tipc_msg_fragment()
|
/kernel/linux/linux-5.10/drivers/input/rmi4/ |
D | rmi_2d_sensor.h | 49 int dmax; member
|
D | rmi_2d_sensor.c | 176 if (!sensor->dmax) in rmi_2d_sensor_set_input_params() 177 sensor->dmax = DMAX * res_x; in rmi_2d_sensor_set_input_params()
|
D | rmi_f11.c | 610 sensor->dmax); in rmi_f11_finger_handler() 1131 sensor->dmax = f11->sensor_pdata.dmax; in rmi_f11_initialize()
|
D | rmi_f12.c | 192 sensor->dmax); in rmi_f12_process_objects()
|
/kernel/linux/linux-5.10/drivers/input/ |
D | input-mt.c | 442 int dmax) in input_mt_assign_slots() argument 445 int mu = 2 * dmax * dmax; in input_mt_assign_slots()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/ |
D | zxdma.txt | 27 Use specific request line passing from dmax
|
D | k3dma.txt | 31 Use specific request line passing from dmax
|
/kernel/linux/linux-5.10/include/linux/input/ |
D | mt.h | 125 int dmax);
|
/kernel/linux/linux-5.10/include/linux/ |
D | rmi.h | 99 int dmax; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
D | hw.c | 235 .dmax = &wcn3990_dmax, 373 .dmax = &qcax_dmax,
|
D | hw.h | 301 struct ath10k_hw_ce_regs_addr_map *dmax; }; member
|
D | ce.c | 265 (ctrl1_addr & ~(ctrl_regs->dmax->mask)) | in ath10k_ce_src_ring_dmax_set() 266 ath10k_set_ring_byte(n, ctrl_regs->dmax)); in ath10k_ce_src_ring_dmax_set()
|
/kernel/linux/linux-5.10/sound/core/oss/ |
D | pcm_oss.c | 355 int dmax, dmaxdir; in boundary_nearer() local 357 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir); in boundary_nearer() 358 return boundary_lt(dmin, dmindir, dmax, dmaxdir); in boundary_nearer()
|