Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-impedance-analyzer-ad59336 Frequency sweep start frequency in Hz.
14 frequency points along the sweep.
21 Number of frequency points (steps) in the frequency sweep.
25 sweep range for the sweep operation.
/openbmc/linux/drivers/s390/net/
H A Dctcm_mpc.h154 struct th_sweep *sweep; member
H A Dctcm_mpc.c618 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_resp()
699 CTCM_D3_DUMP((char *)mpcginfo->sweep, TH_SWEEP_LENGTH); in mpc_rcvd_sweep_req()
1036 struct th_sweep *sweep = NULL; in ctcmpc_unpack_skb() local
1177 sweep = (struct th_sweep *)pskb->data; in ctcmpc_unpack_skb()
1178 mpcginfo->sweep = sweep; in ctcmpc_unpack_skb()
/openbmc/phosphor-pid-control/
H A Dtuning.md63 is an example script on how to sweep through available RPM setpoints and log the
/openbmc/linux/include/sound/
H A Dgus.h526 …card * gus, int voice, int lfo_type, int freq, int current_depth, int depth, int sweep, int shape);
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_core.c560 unsigned int cr, unsigned int b, int sweep, int d, in vortex_src_setupchannel() argument
574 if (sweep) { in vortex_src_setupchannel()
603 if ((dirplay == 0) && (sweep == 0)) { in vortex_src_setupchannel()
617 (sl << 0x9) | (sweep << 0x8) | ((esi & 0xf) << 4) | d); in vortex_src_setupchannel()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c1419 int sweep; in gsm_dlci_data_kick() local
1426 sweep = (dlci->gsm->tx_bytes < TX_THRESH_LO); in gsm_dlci_data_kick()
1433 if (sweep) in gsm_dlci_data_kick()
/openbmc/linux/Documentation/mm/
H A Dmultigen_lru.rst31 profit from discovering a young PTE. A page table walk can sweep all
/openbmc/linux/
H A DCREDITS2990 D: Author of mark-and-sweep GC integrated by Alan Cox