Searched refs:adapt (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/misc/echo/
H A Decho.h52 to adapt best to the strongest parts of a signal. If the signal is white noise,
55 spectrum) the echo signal improves the adapt rate for speech, and ensures the
131 int16_t adapt; member in struct:oslec_state
H A Decho.c416 /* very simple DTD to make sure we dont try and adapt with strong
419 ec->adapt = 0;
441 ec->adapt = 1;
/linux-master/drivers/input/touchscreen/
H A Dmxs-lradc-ts.c610 u32 ts_wires = 0, adapt; local
631 if (of_property_read_u32(node, "fsl,ave-ctrl", &adapt)) {
634 if (adapt >= 1 && adapt <= 32) {
635 ts->over_sample_cnt = adapt;
638 adapt);
643 if (of_property_read_u32(node, "fsl,ave-delay", &adapt)) {
646 if (adapt >= 2 && adapt <= LRADC_DELAY_DELAY_MASK + 1) {
647 ts->over_sample_delay = adapt;
[all...]
/linux-master/drivers/scsi/
H A Dips.c4208 if (ha->adapt) {
4211 sizeof (IPS_IO_CMD), ha->adapt,
4212 ha->adapt->hw_status_start);
4213 ha->adapt = NULL;
4367 ha->dummy->ccsar = cpu_to_le32(ha->adapt->hw_status_start
4378 scb->cmd.basic_io.ccsar = cpu_to_le32(ha->adapt->hw_status_start
5124 ha->adapt->p_status_start = ha->adapt->status;
5125 ha->adapt->p_status_end = ha->adapt
[all...]
H A Dips.h1024 IPS_ADAPTER *adapt; /* Adapter status area */ member in struct:ips_ha
/linux-master/mm/
H A Dmm_init.c2476 unsigned long adapt; local
2478 for (adapt = ADAPT_SCALE_NPAGES; adapt < numentries;
2479 adapt <<= ADAPT_SCALE_SHIFT)
/linux-master/net/sctp/
H A Dsocket.c3374 struct sctp_setadaptation *adapt,
3380 sctp_sk(sk)->adaptation_ind = adapt->ssb_adaptation_ind;
3373 sctp_setsockopt_adaptation_layer(struct sock *sk, struct sctp_setadaptation *adapt, unsigned int optlen) argument

Completed in 318 milliseconds