Home
last modified time | relevance | path

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

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

/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/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/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()
3829 switch (cmd) { in gsmld_ioctl()
3881 return n_tty_ioctl_helper(tty, cmd, arg); in gsmld_ioctl()
4442 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/media/rc/
H A Dfintek-cir.h94 u8 cmd, rem; member
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dmdio_10g.h84 const struct ethtool_link_ksettings *cmd);
/openbmc/linux/arch/arm/mach-vt8500/
H A Dvt8500.c33 static void vt8500_restart(enum reboot_mode mode, const char *cmd) in vt8500_restart() argument
/openbmc/u-boot/board/synopsys/emsdp/
H A Demsdp.c128 return c->cmd(cmdtp, flag, argc, argv); in do_emsdp()
/openbmc/u-boot/examples/api/
H A DMakefile66 $(call cmd,force_checksrc)
/openbmc/u-boot/arch/arm/include/asm/arch-sunxi/
H A Dmmc.h22 u32 cmd; /* 0x18 command */ member
/openbmc/linux/drivers/hwmon/occ/
H A Dcommon.h99 int (*send_cmd)(struct occ *occ, u8 *cmd, size_t len, void *resp,
/openbmc/linux/tools/net/ynl/generated/
H A Dhandshake-user.h90 __u8 cmd; member
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_tsc_adjust_test.c149 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
H A Dtriple_fault_event_test.c120 TEST_FAIL("Unexpected ucall: %lu", uc.cmd); in main()
H A Dvmx_dirty_log_test.c147 TEST_FAIL("Unknown ucall %lu", uc.cmd); in main()
H A Dfix_hypercall_test.c102 uc.cmd, run->exit_reason, exit_reason_str(run->exit_reason)); in enter_guest()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.h89 int mlx5i_ioctl(struct net_device *dev, struct ifreq *ifr, int cmd);
/openbmc/linux/arch/arm/mach-mvebu/
H A Dsystem-controller.c91 void mvebu_restart(enum reboot_mode mode, const char *cmd) in mvebu_restart() argument
/openbmc/linux/include/misc/
H A Dcxl.h196 long cxl_fd_ioctl(struct file *file, unsigned int cmd, unsigned long arg);

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