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

/linux-master/lib/zlib_inflate/
H A Dinflate.h80 unsigned dmax; /* zlib header max distance (INFLATE_STRICT) */ member in struct:inflate_state
H A Dinffast.c76 unsigned dmax; /* maximum distance from zlib header */ local
103 dmax = state->dmax;
171 if (dist > dmax) {
H A Dinflate.c45 state->dmax = 32768U;
389 state->dmax = 1U << len;
660 if (state->offset > state->dmax) {
/linux-master/drivers/input/rmi4/
H A Drmi_2d_sensor.h49 int dmax; member in struct:rmi_2d_sensor
H A Drmi_2d_sensor.c176 if (!sensor->dmax)
177 sensor->dmax = DMAX * res_x;
H A Drmi_f11.c632 sensor->dmax);
1153 sensor->dmax = f11->sensor_pdata.dmax;
H A Drmi_f12.c192 sensor->dmax);
/linux-master/include/linux/input/
H A Dmt.h125 int dmax);
/linux-master/net/tipc/
H A Dmsg.c309 int pktno, nof_fragms, dsz, dmax, eat; local
320 dmax = pktmax - INT_H_SIZE;
321 if (dsz <= dmax || !dmax)
324 nof_fragms = dsz / dmax + 1;
327 eat = dmax;
329 eat = dsz % dmax;
/linux-master/drivers/input/
H A Dinput-mt.c468 * @dmax: maximum ABS_MT_POSITION displacement (zero for infinite)
475 * below the euclidian distance dmax. If no such assignment can be found,
482 int dmax)
485 int mu = 2 * dmax * dmax;
480 input_mt_assign_slots(struct input_dev *dev, int *slots, const struct input_mt_pos *pos, int num_pos, int dmax) argument
/linux-master/include/linux/
H A Drmi.h84 * Use this setting and dmax to filter out these jumps.
87 * @dmax - the maximum distance (in sensor units) the kernel tracking allows two
99 int dmax; member in struct:rmi_2d_sensor_platform_data
/linux-master/drivers/clk/xilinx/
H A Dclk-xlnx-clock-wizard.c340 u32 mmin, mmax, dmin, dmax, omin, omax; local
345 dmax = VER_WZRD_D_MAX;
352 for (d = dmin; d <= dmax; d++) {
378 u32 mmin, mmax, dmin, dmax, omin, omax; local
383 dmax = WZRD_D_MAX;
390 for (d = dmin; d <= dmax; d++) {
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhw.c237 .dmax = &wcn3990_dmax,
375 .dmax = &qcax_dmax,
H A Dce.c212 (ctrl1_addr & ~(ctrl_regs->dmax->mask)) |
213 ath10k_set_ring_byte(n, ctrl_regs->dmax));
H A Dhw.h302 struct ath10k_hw_ce_regs_addr_map *dmax; }; member in struct:ath10k_hw_ce_ctrl1
/linux-master/sound/core/oss/
H A Dpcm_oss.c355 int dmax, dmaxdir; local
357 boundary_sub(max, maxdir, best, bestdir, &dmax, &dmaxdir);
358 return boundary_lt(dmin, dmindir, dmax, dmaxdir);

Completed in 354 milliseconds