Home
last modified time | relevance | path

Searched refs:sweep (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/staging/iio/Documentation/
Dsysfs-bus-iio-impedance-analyzer-ad59335 Frequency sweep start frequency in Hz.
12 frequency points along the sweep.
18 Number of frequency points (steps) in the frequency sweep.
20 outY_freq_increment, determines the frequency sweep range
21 for the sweep operation.
/Linux-v4.19/drivers/s390/net/
Dctcm_mpc.h154 struct th_sweep *sweep; member
Dctcm_mpc.c615 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()
712 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()
1048 struct th_sweep *sweep = NULL; in ctcmpc_unpack_skb() local
1189 sweep = (struct th_sweep *)pskb->data; in ctcmpc_unpack_skb()
1190 mpcginfo->sweep = sweep; in ctcmpc_unpack_skb()
/Linux-v4.19/drivers/staging/vc04_services/interface/vchi/
DTODO24 should be able to do a sweep of the code to see what's left that's
/Linux-v4.19/include/sound/
Dgus.h541 …card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
/Linux-v4.19/sound/pci/au88x0/
Dau88x0_core.c572 unsigned int cr, unsigned int b, int sweep, int d, in vortex_src_setupchannel() argument
586 if (sweep) { in vortex_src_setupchannel()
615 if ((dirplay == 0) && (sweep == 0)) { in vortex_src_setupchannel()
629 (sl << 0x9) | (sweep << 0x8) | ((esi & 0xf) << 4) | d); in vortex_src_setupchannel()
/Linux-v4.19/drivers/tty/
Dn_gsm.c957 int sweep; in gsm_dlci_data_kick() local
964 sweep = (dlci->gsm->tx_bytes < TX_THRESH_LO); in gsm_dlci_data_kick()
971 if (sweep) in gsm_dlci_data_kick()
/Linux-v4.19/
DCREDITS2851 D: Author of mark-and-sweep GC integrated by Alan Cox