| /drivers/net/wireless/marvell/libertas/ |
| A D | README | 77 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 126 echo "60 2 1" > event 169 Usage: echo "SSID" > extscan 172 echo "LINKSYS-AP" > extscan 193 echo "[ARGS]" > setuserscan [all …]
|
| /drivers/net/can/ |
| A D | vcan.c | 68 static bool echo; /* echo testing. Default: 0 (Off) */ variable 69 module_param(echo, bool, 0444); 70 MODULE_PARM_DESC(echo, "Echo sent frames (for testing). Default: 0 (Off)"); 104 if (!echo) { in vcan_tx() 167 if (echo) in vcan_setup() 185 if (echo) in vcan_init_module()
|
| /drivers/net/ethernet/qlogic/qed/ |
| A D | qed_spq.c | 149 le16_to_cpu(p_ent->elem.hdr.echo)); in qed_spq_block() 238 u16 echo = qed_chain_get_prod_idx(p_chain); in qed_spq_hw_post() local 241 p_ent->elem.hdr.echo = cpu_to_le16(echo); in qed_spq_hw_post() 370 le16_to_cpu(p_eqe->echo), in qed_eq_completion() 378 p_eqe->echo, in qed_eq_completion() 933 __le16 echo, in qed_spq_completion() argument 951 if (p_ent->elem.hdr.echo == echo) { in qed_spq_completion() 964 le16_to_cpu(echo), in qed_spq_completion() 965 le16_to_cpu(p_ent->elem.hdr.echo)); in qed_spq_completion() 976 le16_to_cpu(echo)); in qed_spq_completion() [all …]
|
| A D | qed_sp.h | 158 __le16 echo, union event_ring_data *data, 329 __le16 echo,
|
| A D | qed_sriov.h | 339 int qed_sriov_eqe_event(struct qed_hwfn *p_hwfn, u8 opcode, __le16 echo, 489 __le16 echo, union event_ring_data *data, in qed_sriov_eqe_event() argument
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | README | 171 echo " <type> <offset> [value]" > regrdwr 180 echo "1 0xa060" > regrdwr : Read the MAC register 182 echo "1 0xa794 0x80000000" > regrdwr 190 echo r <address> 0 > /sys/kernel/debug/mwifiex/mlan0/memrw 200 echo r 0x4cf70 0 > /sys/kernel/debug/mwifiex/mlan0/memrw 211 echo "<offset> <length>" > rdeeprom 226 echo "<condition> [GPIO# [gap]]]" > hscfg 242 echo "-1" > hscfg : Cancel host sleep mode 243 echo "3" > hscfg : Broadcast and unicast data; 245 echo "2 3" > hscfg : Unicast data and GPIO 3; [all …]
|
| /drivers/mfd/ |
| A D | dln2.c | 26 __le16 echo; member 217 static void dln2_run_event_callbacks(struct dln2_dev *dln2, u16 id, u16 echo, in dln2_run_event_callbacks() argument 226 i->callback(i->pdev, echo, data, len); in dln2_run_event_callbacks() 239 u16 id, echo, handle, size; in dln2_rx() local 267 echo = le16_to_cpu(hdr->echo); in dln2_rx() 272 handle, id, echo, size, urb->actual_length); in dln2_rx() 288 dln2_run_event_callbacks(dln2, id, echo, data, len); in dln2_rx() 292 if (dln2_transfer_complete(dln2, urb, handle, echo)) in dln2_rx() 302 static void *dln2_prep_buf(u16 handle, u16 cmd, u16 echo, const void *obuf, in dln2_prep_buf() argument 317 hdr->echo = cpu_to_le16(echo); in dln2_prep_buf() [all …]
|
| /drivers/media/rc/ |
| A D | ir-sharp-decoder.c | 43 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/ |
| A D | dsp_cmx.c | 157 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug() 405 if (!dsp->echo.software && !dsp->echo.hardware) { in dsp_cmx_hardware() 425 dsp->echo.hardware = 0; in dsp_cmx_hardware() 429 dsp->echo.hardware = 1; in dsp_cmx_hardware() 444 dsp->echo.hardware = 1; in dsp_cmx_hardware() 474 dsp->echo.software = 1; in dsp_cmx_hardware() 488 dsp->echo.hardware = 1; in dsp_cmx_hardware() 558 if (member->dsp->echo.hardware || member->dsp->echo.software) { in dsp_cmx_hardware() 1325 if (dsp->echo.software && dsp->echo.hardware) 1505 if (!dsp->echo.software) { [all …]
|
| A D | Kconfig | 22 echo cancellation, tone generation, and Blowfish encryption and
|
| A D | dsp_core.c | 206 else if (dsp->echo.software) in dsp_rx_off_member() 423 dsp->echo.software = 1; /* soft echo */ in dsp_control_req() 432 dsp->echo.software = 0; in dsp_control_req() 433 dsp->echo.hardware = 0; in dsp_control_req()
|
| A D | dsp.h | 176 struct dsp_echo echo; member
|
| /drivers/pps/ |
| A D | kapi.c | 101 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()
|
| A D | sysfs.c | 60 return sprintf(buf, "%d\n", !!pps->info.echo); in echo_show() 62 static DEVICE_ATTR_RO(echo);
|
| /drivers/block/drbd/ |
| A D | Kconfig | 69 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/pse-pd/ |
| A D | pd692x0.c | 45 u8 echo; member 191 static u8 pd692x0_build_msg(struct pd692x0_msg *msg, u8 echo) in pd692x0_build_msg() argument 197 msg->echo = echo++; in pd692x0_build_msg() 198 if (echo == 0xff) in pd692x0_build_msg() 199 echo = 0; in pd692x0_build_msg() 206 return echo; in pd692x0_build_msg() 263 if (buf.key != 0x03 || buf.echo != 0xff || buf.sub[0] & 0x1) { in pd692x0_reset() 360 if (msg->echo != buf->echo) { in pd692x0_sendrecv_msg() 363 msg->echo, buf->echo); in pd692x0_sendrecv_msg() 1429 if (buf.key != PD692X0_KEY_TLM || buf.echo != 0xff || in pd692x0_fw_reset()
|
| /drivers/net/ |
| A D | gtp.c | 498 int flags, u32 type, struct echo_info echo) in gtp_genl_fill_echo() argument 507 if (nla_put_u32(skb, GTPA_VERSION, echo.gtp_version) || in gtp_genl_fill_echo() 524 echo->ms.addr.s_addr = iph->daddr; in gtp0_handle_echo_resp_ip() 525 echo->peer.addr.s_addr = iph->saddr; in gtp0_handle_echo_resp_ip() 526 echo->gtp_version = GTP_V0; in gtp0_handle_echo_resp_ip() 532 struct echo_info echo; in gtp0_handle_echo_resp() local 543 gtp0_handle_echo_resp_ip(skb, &echo); in gtp0_handle_echo_resp() 716 struct echo_info echo; in gtp1u_handle_echo_resp() local 731 echo.ms.addr.s_addr = iph->daddr; in gtp1u_handle_echo_resp() 732 echo.peer.addr.s_addr = iph->saddr; in gtp1u_handle_echo_resp() [all …]
|
| /drivers/gpu/drm/ci/ |
| A D | gitlab-ci.yml | 24 echo -n '${S3_JWT}' > '${S3_JWT_FILE}' && 59 …- echo -e "\e[0Ksection_start:$(date +%s):drm_ci_download_section[collapsed=true]\r\e[0KDownloadin… 65 - echo -e "\e[0Ksection_end:$(date +%s):drm_ci_download_section\r\e[0K" 298 if [ "$(echo -n "${!var}" | wc -c)" -gt 20 ] 300 echo "$var is too long; please make sure it is at most 20 chars."
|
| /drivers/net/wireless/ath/carl9170/ |
| A D | fwcmd.h | 233 struct carl9170_u32_list echo; member 321 struct carl9170_u32_list echo; member
|
| /drivers/net/wireless/intel/iwlegacy/ |
| A D | Kconfig | 82 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/ |
| A D | Kconfig | 120 To set a value, simply echo an 8-byte hex value to the same file: 122 % echo 0x43fff > /sys/module/iwlwifi/parameters/debug
|
| /drivers/net/ethernet/broadcom/bnx2x/ |
| A D | bnx2x_hsi.h | 3774 __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/ |
| A D | Kconfig | 133 % echo 1 > /sys/bus/pci/drivers/ipw2200/*/rtap_iface 180 % echo 0x00000FFO > /proc/net/ieee80211/debug_level
|
| /drivers/pps/clients/ |
| A D | pps-gpio.c | 196 data->info.echo = pps_gpio_echo; in pps_gpio_probe()
|
| /drivers/net/fddi/skfp/ |
| A D | smt.c | 91 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()
|