Home
last modified time | relevance | path

Searched refs:dmax (Results 1 – 16 of 16) sorted by relevance

/linux-6.1.9/lib/zlib_inflate/
Dinffast.c76 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()
Dinflate.h80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member
Dinflate.c45 state->dmax = 32768U; in zlib_inflateReset()
389 state->dmax = 1U << len; in zlib_inflate()
660 if (state->offset > state->dmax) { in zlib_inflate()
/linux-6.1.9/net/tipc/
Dmsg.c309 int pktno, nof_fragms, dsz, dmax, eat; in tipc_msg_fragment() local
320 dmax = pktmax - INT_H_SIZE; in tipc_msg_fragment()
321 if (dsz <= dmax || !dmax) in tipc_msg_fragment()
324 nof_fragms = dsz / dmax + 1; in tipc_msg_fragment()
327 eat = dmax; in tipc_msg_fragment()
329 eat = dsz % dmax; in tipc_msg_fragment()
/linux-6.1.9/drivers/input/rmi4/
Drmi_2d_sensor.h49 int dmax; member
Drmi_2d_sensor.c176 if (!sensor->dmax) in rmi_2d_sensor_set_input_params()
177 sensor->dmax = DMAX * res_x; in rmi_2d_sensor_set_input_params()
Drmi_f11.c632 sensor->dmax); in rmi_f11_finger_handler()
1153 sensor->dmax = f11->sensor_pdata.dmax; in rmi_f11_initialize()
Drmi_f12.c192 sensor->dmax); in rmi_f12_process_objects()
/linux-6.1.9/drivers/input/
Dinput-mt.c482 int dmax) in input_mt_assign_slots() argument
485 int mu = 2 * dmax * dmax; in input_mt_assign_slots()
/linux-6.1.9/include/linux/input/
Dmt.h125 int dmax);
/linux-6.1.9/Documentation/devicetree/bindings/dma/
Dk3dma.txt31 Use specific request line passing from dmax
/linux-6.1.9/include/linux/
Drmi.h99 int dmax; member
/linux-6.1.9/drivers/net/wireless/ath/ath10k/
Dhw.c236 .dmax = &wcn3990_dmax,
374 .dmax = &qcax_dmax,
Dhw.h301 struct ath10k_hw_ce_regs_addr_map *dmax; }; member
Dce.c265 (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()
/linux-6.1.9/sound/core/oss/
Dpcm_oss.c355 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()