Home
last modified time | relevance | path

Searched refs:echo (Results 1 – 25 of 48) sorted by relevance

12

/drivers/net/can/
Dvcan.c67 static bool echo; /* echo testing. Default: 0 (Off) */ variable
68 module_param(echo, bool, 0444);
69 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)");
101 if (!echo) { in vcan_tx()
159 if (echo) in vcan_setup()
176 if (echo) in vcan_init_module()
DKconfig23 frames to its pair and does *not* provide a local echo of sent
24 CAN frames. To disable a potential echo in af_can.c the vxcan driver
/drivers/net/wireless/marvell/libertas/
DREADME77 echo "0xa123" > rdmac ; cat rdmac
78 echo "0xa123" > rdbbp ; cat rdbbp
79 echo "0xa123" > rdrf ; cat rdrf
90 echo "0xa123 0xaa" > wrmac
91 echo "0xa123 0xaa" > wrbbp
92 echo "0xa123 0xaa" > wrrf
102 echo "p1 p2 p3 p4 p5 p6" > sleepparams: writes the sleepclock configuration.
126 echo "60 2 1" > event
169 Usage: echo "SSID" > extscan
172 echo "LINKSYS-AP" > extscan
[all …]
/drivers/net/ethernet/qlogic/qed/
Dqed_spq.c145 le16_to_cpu(p_ent->elem.hdr.echo)); in qed_spq_block()
234 u16 echo = qed_chain_get_prod_idx(p_chain); in qed_spq_hw_post() local
237 p_ent->elem.hdr.echo = cpu_to_le16(echo); in qed_spq_hw_post()
281 return cb(p_hwfn, p_eqe->opcode, p_eqe->echo, in qed_async_event_completion()
356 le16_to_cpu(p_eqe->echo), in qed_eq_completion()
364 p_eqe->echo, in qed_eq_completion()
449 return qed_spq_completion(p_hwfn, cqe->echo, 0, NULL); in qed_cqe_completion()
802 static void qed_spq_comp_bmap_update(struct qed_hwfn *p_hwfn, __le16 echo) in qed_spq_comp_bmap_update() argument
804 u16 pos = le16_to_cpu(echo) % SPQ_RING_SIZE; in qed_spq_comp_bmap_update()
904 qed_spq_comp_bmap_update(p_hwfn, p_ent->elem.hdr.echo); in qed_spq_post()
[all …]
Dqed_sp.h158 __le16 echo, union event_ring_data *data,
329 __le16 echo,
/drivers/net/wireless/marvell/mwifiex/
DREADME171 echo " <type> <offset> [value]" > regrdwr
180 echo "1 0xa060" > regrdwr : Read the MAC register
181 echo "1 0xa060 0x12" > regrdwr : Write the MAC register
182 echo "1 0xa794 0x80000000" > regrdwr
190 echo r <address> 0 > /sys/kernel/debug/mwifiex/mlan0/memrw
193 echo w <address> [value] > /sys/kernel/debug/mwifiex/mlan0/memrw
200 echo r 0x4cf70 0 > /sys/kernel/debug/mwifiex/mlan0/memrw
204 echo w 0x8000a000 0xc0000000 > /sys/kernel/debug/mwifiex/mlan0/memrw
211 echo "<offset> <length>" > rdeeprom
219 echo "0 20" > rdeeprom : Read 20 bytes of EEPROM data from offset 0
[all …]
/drivers/mfd/
Ddln2.c27 __le16 echo; member
223 static void dln2_run_event_callbacks(struct dln2_dev *dln2, u16 id, u16 echo, in dln2_run_event_callbacks() argument
232 i->callback(i->pdev, echo, data, len); in dln2_run_event_callbacks()
245 u16 id, echo, handle, size; in dln2_rx() local
273 echo = le16_to_cpu(hdr->echo); in dln2_rx()
278 handle, id, echo, size, urb->actual_length); in dln2_rx()
294 dln2_run_event_callbacks(dln2, id, echo, data, len); in dln2_rx()
298 if (dln2_transfer_complete(dln2, urb, handle, echo)) in dln2_rx()
308 static void *dln2_prep_buf(u16 handle, u16 cmd, u16 echo, const void *obuf, in dln2_prep_buf() argument
323 hdr->echo = cpu_to_le16(echo); in dln2_prep_buf()
[all …]
/drivers/media/rc/
Dir-sharp-decoder.c43 u32 msg, echo, address, command, scancode; in ir_sharp_decode() local
144 echo = data->bits & 0x7fff; in ir_sharp_decode()
145 if ((msg ^ echo) != 0x3ff) { in ir_sharp_decode()
148 msg, echo); in ir_sharp_decode()
/drivers/isdn/mISDN/
Ddsp_cmx.c168 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug()
416 if (!dsp->echo.software && !dsp->echo.hardware) { in dsp_cmx_hardware()
435 dsp->echo.software = dsp->tx_data; in dsp_cmx_hardware()
436 dsp->echo.hardware = 0; in dsp_cmx_hardware()
440 dsp->echo.hardware = 1; in dsp_cmx_hardware()
455 dsp->echo.hardware = 1; in dsp_cmx_hardware()
485 dsp->echo.software = 1; in dsp_cmx_hardware()
499 dsp->echo.hardware = 1; in dsp_cmx_hardware()
569 if (member->dsp->echo.hardware || member->dsp->echo.software) { in dsp_cmx_hardware()
1327 dsp->echo.hardware) && /* OR hardware echo */
[all …]
DKconfig22 echo cancellation, tone generation, and Blowfish encryption and
Ddsp_core.c205 else if (dsp->echo.software) in dsp_rx_off_member()
422 dsp->echo.software = 1; /* soft echo */ in dsp_control_req()
431 dsp->echo.software = 0; in dsp_control_req()
432 dsp->echo.hardware = 0; in dsp_control_req()
Ddsp.h176 struct dsp_echo echo; member
/drivers/misc/echo/
DKconfig5 This driver provides line echo cancelling support for mISDN and
9 will be called echo.
/drivers/pps/
Dkapi.c101 pps->info.echo == NULL) in pps_register_source()
102 pps->info.echo = pps_echo_client_default; in pps_register_source()
178 pps->info.echo(pps, event, data); in pps_event()
Dsysfs.c60 return sprintf(buf, "%d\n", !!pps->info.echo); in echo_show()
62 static DEVICE_ATTR_RO(echo);
/drivers/block/drbd/
DKconfig69 echo 16 > /sys/module/drbd/parameters/enable_faults
70 echo 1 > /sys/module/drbd/parameters/fault_devs
71 echo 5 > /sys/module/drbd/parameters/fault_rate
/drivers/net/wireless/ath/carl9170/
Dfwcmd.h233 struct carl9170_u32_list echo; member
321 struct carl9170_u32_list echo; member
/drivers/staging/vt6655/
Dtest8 test_dir = $(shell [ -e $(dir)/include/linux ] && echo $(dir))
/drivers/net/wireless/intel/iwlegacy/
DKconfig82 To set a value, simply echo an 8-byte hex value to the same file:
84 % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
/drivers/net/wireless/intel/iwlwifi/
DKconfig110 To set a value, simply echo an 8-byte hex value to the same file:
112 % echo 0x43fff > /sys/module/iwlwifi/parameters/debug
/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_hsi.h3774 __le32 echo; member
3839 __le32 echo; member
4269 __le32 echo; member
4302 __le32 echo; member
4683 __le32 echo; member
4902 u8 echo; member
5219 __le32 echo; member
5263 u8 echo; member
5271 u8 echo; member
5442 u8 echo; member
/drivers/net/wireless/intel/ipw2x00/
DKconfig138 % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface
189 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
/drivers/pps/clients/
Dpps-gpio.c192 data->info.echo = pps_gpio_echo; in pps_gpio_probe()
/drivers/net/fddi/skfp/
Dsmt.c91 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed,
1522 static void smt_fill_echo(struct s_smc *smc, struct smt_p_echo *echo, u_long seed, in smt_fill_echo() argument
1528 SMTSETPARA(echo,SMT_P_ECHODATA) ; in smt_fill_echo()
1529 echo->para.p_len = len ; in smt_fill_echo()
1530 for (p = echo->ec_data ; len ; len--) { in smt_fill_echo()
/drivers/block/rnbd/
DREADME31 # echo "sessname=blya path=ip:10.50.100.66 device_path=/dev/ram0" > \

12