Home
last modified time | relevance | path

Searched refs:cmd (Results 4101 – 4125 of 6824) sorted by relevance

1...<<161162163164165166167168169170>>...273

/openbmc/linux/drivers/scsi/aic7xxx/
H A Daic79xx_pci.c414 uint32_t cmd; in ahd_pci_test_register_access() local
426 cmd = ahd_pci_read_config(ahd->dev_softc, PCIR_COMMAND, /*bytes*/2); in ahd_pci_test_register_access()
428 cmd & ~PCIM_CMD_SERRESPEN, /*bytes*/2); in ahd_pci_test_register_access()
495 ahd_pci_write_config(ahd->dev_softc, PCIR_COMMAND, cmd, /*bytes*/2); in ahd_pci_test_register_access()
/openbmc/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c527 static long __ssam_cdev_device_ioctl(struct ssam_cdev_client *client, unsigned int cmd, in __ssam_cdev_device_ioctl() argument
532 switch (cmd) { in __ssam_cdev_device_ioctl()
555 static long ssam_cdev_device_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ssam_cdev_device_ioctl() argument
569 status = __ssam_cdev_device_ioctl(client, cmd, arg); in ssam_cdev_device_ioctl()
/openbmc/linux/drivers/sbus/char/
H A Denvctrl.c654 envctrl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in envctrl_ioctl() argument
658 switch (cmd) { in envctrl_ioctl()
667 file->private_data = (void *)(long)cmd; in envctrl_ioctl()
683 file->private_data = (void *)(long)cmd; in envctrl_ioctl()
/openbmc/linux/net/ethtool/
H A Dcommon.c528 .cmd = ETHTOOL_GRXCLSRLCNT, in ethtool_get_rxnfc_rule_count()
557 info->cmd = ETHTOOL_GRXCLSRLALL; in ethtool_get_max_rxnfc_channel()
565 .cmd = ETHTOOL_GRXCLSRULE, in ethtool_get_max_rxnfc_channel()
638 info->cmd = ETHTOOL_GET_TS_INFO; in __ethtool_get_ts_info()
/openbmc/linux/drivers/bluetooth/
H A Dhci_nokia.c358 const struct hci_command_hdr *cmd; in nokia_setup_fw() local
364 cmd = (struct hci_command_hdr *)(fw_ptr + 3); in nokia_setup_fw()
365 opcode = le16_to_cpu(cmd->opcode); in nokia_setup_fw()
367 skb = __hci_cmd_sync(hu->hdev, opcode, cmd->plen, in nokia_setup_fw()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dutil.c143 u16 cmd; in mwifiex_init_shutdown_fw() local
146 cmd = HostCmd_CMD_FUNC_INIT; in mwifiex_init_shutdown_fw()
148 cmd = HostCmd_CMD_FUNC_SHUTDOWN; in mwifiex_init_shutdown_fw()
155 return mwifiex_send_cmd(priv, cmd, HostCmd_ACT_GEN_SET, 0, NULL, true); in mwifiex_init_shutdown_fw()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dintel-nand-controller.c356 int page, u32 cmd) in ebu_nand_trigger() argument
360 val = cmd | (page & 0xFF) << HSNAND_CTL1_ADDR_SHIFT; in ebu_nand_trigger()
374 if (!cmd) in ebu_nand_trigger()
531 instr->ctx.cmd.opcode); in ebu_nand_exec_op()
/openbmc/linux/drivers/input/touchscreen/
H A Dstmfts.c148 u8 cmd = STMFTS_READ_ALL_EVENT; in stmfts_read_events() local
153 .buf = &cmd, in stmfts_read_events()
318 static int stmfts_command(struct stmfts_data *sdata, const u8 cmd) in stmfts_command() argument
324 err = i2c_smbus_write_byte(sdata->client, cmd); in stmfts_command()
/openbmc/linux/drivers/scsi/
H A Dses.c81 unsigned char cmd[] = { in ses_recv_diag() local
97 ret = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_IN, buf, bufflen, in ses_recv_diag()
126 unsigned char cmd[] = { in ses_send_diag() local
141 result = scsi_execute_cmd(sdev, cmd, REQ_OP_DRV_OUT, buf, in ses_send_diag()
/openbmc/linux/drivers/iio/imu/bmi160/
H A Dbmi160_core.c309 u8 cmd; in bmi160_set_mode() local
312 cmd = bmi160_regs[t].pmu_cmd_normal; in bmi160_set_mode()
314 cmd = bmi160_regs[t].pmu_cmd_suspend; in bmi160_set_mode()
316 ret = regmap_write(data->regmap, BMI160_REG_CMD, cmd); in bmi160_set_mode()
/openbmc/linux/net/mac802154/
H A Diface.c49 mac802154_wpan_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd) in mac802154_wpan_ioctl() argument
57 if (cmd != SIOCGIFADDR && cmd != SIOCSIFADDR) in mac802154_wpan_ioctl()
62 switch (cmd) { in mac802154_wpan_ioctl()
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_xsk.c536 u32 cmd = I40E_TX_DESC_CMD_ICRC | xsk_is_eop_desc(desc); in i40e_xmit_pkt() local
545 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc->len, 0); in i40e_xmit_pkt()
559 u32 cmd = I40E_TX_DESC_CMD_ICRC | xsk_is_eop_desc(&desc[i]); in i40e_xmit_pkt_batch() local
566 tx_desc->cmd_type_offset_bsz = build_ctob(cmd, 0, desc[i].len, 0); in i40e_xmit_pkt_batch()
/openbmc/linux/drivers/media/rc/
H A Dlirc_dev.c360 static long lirc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in lirc_ioctl() argument
368 if (_IOC_DIR(cmd) & _IOC_WRITE) { in lirc_ioctl()
383 switch (cmd) { in lirc_ioctl()
572 if (!ret && _IOC_DIR(cmd) & _IOC_READ) in lirc_ioctl()
H A Dfintek-cir.h94 u8 cmd, rem; member
/openbmc/linux/fs/fuse/
H A Dfuse_i.h1276 long fuse_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg,
1278 long fuse_ioctl_common(struct file *file, unsigned int cmd,
1344 long fuse_file_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
1345 long fuse_file_compat_ioctl(struct file *file, unsigned int cmd,
/openbmc/qemu/hw/tpm/
H A Dtpm_tis_common.c96 s->cmd = (TPMBackendCmd) { in tpm_tis_tpm_send()
104 tpm_backend_deliver_request(s->be_driver, &s->cmd); in tpm_tis_tpm_send()
237 uint8_t locty = s->cmd.locty; in tpm_tis_request_completed()
242 if (s->cmd.selftest_done) { in tpm_tis_request_completed()
/openbmc/qemu/hw/audio/
H A Dwm8750.c370 uint8_t cmd; in wm8750_tx() local
383 cmd = s->i2c_data[0] >> 1; in wm8750_tx()
386 switch (cmd) { in wm8750_tx()
560 printf("%s: unknown register %02x\n", __func__, cmd); in wm8750_tx()
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h928 int ice_add_fdir_ethtool(struct ice_vsi *vsi, struct ethtool_rxnfc *cmd);
929 int ice_del_fdir_ethtool(struct ice_vsi *vsi, struct ethtool_rxnfc *cmd);
930 int ice_get_ethtool_fdir_entry(struct ice_hw *hw, struct ethtool_rxnfc *cmd);
932 ice_get_fdir_fltr_ids(struct ice_hw *hw, struct ethtool_rxnfc *cmd,
/openbmc/linux/drivers/spi/
H A Datmel-quadspi.c255 if (op->cmd.buswidth != mode->cmd_buswidth) in atmel_qspi_is_compatible()
288 if (op->addr.nbytes == 2 && op->cmd.buswidth != op->addr.buswidth && in atmel_qspi_supports_op()
303 icr = QSPI_ICR_INST(op->cmd.opcode); in atmel_qspi_set_cfg()
338 iar = (op->cmd.opcode << 16) | in atmel_qspi_set_cfg()
/openbmc/linux/drivers/tty/
H A Dn_gsm.c233 u8 cmd; /* Command we are issuing */ member
983 unsigned int cmd; in gsm_is_flow_ctrl_msg() local
991 cmd = 0; in gsm_is_flow_ctrl_msg()
994 switch (cmd & ~PF) { in gsm_is_flow_ctrl_msg()
1462 msg->data[0] = (cmd << 1) | CR | EA; /* Set C/R */ in gsm_control_command()
1489 msg->data[0] = (cmd & 0xFE) << 1 | EA; /* Clear C/R */ in gsm_control_reply()
2078 ctrl->cmd = command; in gsm_control_send()
3831 switch (cmd) { in gsmld_ioctl()
3883 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
4444 unsigned int cmd, unsigned long arg) in gsmtty_ioctl() argument
[all …]
/openbmc/linux/fs/nfs/
H A Dnfs4trace.h678 int cmd,
682 TP_ARGS(request, state, cmd, error),
686 __field(unsigned long, cmd)
701 __entry->cmd = cmd;
720 show_fs_fcntl_cmd(__entry->cmd),
736 int cmd, \
739 TP_ARGS(request, state, cmd, error))
748 int cmd,
756 __field(unsigned long, cmd)
773 __entry->cmd = cmd;
[all …]
/openbmc/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1521 struct v4l2_decoder_cmd *cmd) in mxc_jpeg_decoder_cmd() argument
1528 ret = v4l2_m2m_ioctl_try_decoder_cmd(file, fh, cmd); in mxc_jpeg_decoder_cmd()
1536 ret = v4l2_m2m_ioctl_decoder_cmd(file, priv, cmd); in mxc_jpeg_decoder_cmd()
1541 if (cmd->cmd == V4L2_DEC_CMD_STOP && in mxc_jpeg_decoder_cmd()
1547 if (cmd->cmd == V4L2_DEC_CMD_START && in mxc_jpeg_decoder_cmd()
1554 struct v4l2_encoder_cmd *cmd) in mxc_jpeg_encoder_cmd() argument
1561 ret = v4l2_m2m_ioctl_try_encoder_cmd(file, fh, cmd); in mxc_jpeg_encoder_cmd()
1570 ret = v4l2_m2m_ioctl_encoder_cmd(file, fh, cmd); in mxc_jpeg_encoder_cmd()
1575 if (cmd->cmd == V4L2_ENC_CMD_STOP && in mxc_jpeg_encoder_cmd()
1579 if (cmd->cmd == V4L2_ENC_CMD_START && in mxc_jpeg_encoder_cmd()
/openbmc/linux/tools/testing/selftests/net/
H A Dfib_tests.sh525 local cmd out rc
531 cmd="$IP route add vrf $vrf $pfx $gw $dev"
533 printf "\n COMMAND: $cmd\n"
536 out=$(eval $cmd 2>&1)
841 local cmd="$1"
846 printf " COMMAND: $cmd\n"
850 out=$(eval $cmd $stderr)
2447 local cmd="ip netns exec ns1 mausezahn veth1 -a own -b $dmac
2455 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"
2492 local cmd="ip netns exec ns1 mausezahn -6 veth1 -a own -b $dmac
[all …]
/openbmc/linux/drivers/net/can/softing/
H A Dsofting.h81 int softing_bootloader_command(struct softing *card, int16_t cmd,
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h84 const struct ethtool_link_ksettings *cmd);

1...<<161162163164165166167168169170>>...273