Home
last modified time | relevance | path

Searched defs:cmd (Results 1226 – 1250 of 4687) sorted by relevance

1...<<41424344454647484950>>...188

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dlib.c998 struct iwl_host_cmd cmd = { in iwlagn_send_patterns() local
1213 int iwl_dvm_send_cmd(struct iwl_priv *priv, struct iwl_host_cmd *cmd) in iwl_dvm_send_cmd()
1250 struct iwl_host_cmd cmd = { in iwl_dvm_send_cmd_pdu() local
/openbmc/linux/drivers/net/usb/
H A Dmcs7830.c182 u8 cmd[2] = { in mcs7830_read_phy() local
222 u8 cmd[2] = { in mcs7830_write_phy() local
328 static int mcs7830_ioctl(struct net_device *net, struct ifreq *rq, int cmd) in mcs7830_ioctl()
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dttusb2.c71 static int ttusb2_msg(struct dvb_usb_device *d, u8 cmd, in ttusb2_msg()
120 static int tt3650_ci_msg(struct dvb_usb_device *d, u8 cmd, u8 *data, unsigned int write_len, unsign… in tt3650_ci_msg()
130 static int tt3650_ci_msg_locked(struct dvb_ca_en50221 *ca, u8 cmd, u8 *data, unsigned int write_len… in tt3650_ci_msg_locked()
/openbmc/linux/drivers/spmi/
H A Dspmi-mtk-pmif.c292 u32 rdata, cmd; in pmif_arb_cmd() local
317 u32 data, cmd; in pmif_spmi_read_cmd() local
384 u32 data, wdata, cmd; in pmif_spmi_write_cmd() local
/openbmc/linux/drivers/net/phy/
H A Dspi_ks8995.c185 static inline __be16 create_spi_cmd(struct ks8995_switch *ks, int cmd, in create_spi_cmd()
201 __be16 cmd; in ks8995_read() local
229 __be16 cmd; in ks8995_write() local
/openbmc/linux/net/ipv6/
H A Daf_inet6.c563 int inet6_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_ioctl()
611 static int inet6_compat_routing_ioctl(struct sock *sk, unsigned int cmd, in inet6_compat_routing_ioctl()
631 int inet6_compat_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in inet6_compat_ioctl()
/openbmc/linux/arch/alpha/kernel/
H A Dcore_cia.c858 const char *cmd; in cia_decode_pci_error() local
904 const char *cmd; in cia_decode_pci_error() local
1090 const char *cmd; in cia_decode_parity_error() local
/openbmc/linux/drivers/staging/greybus/
H A Dsdio.c51 static inline bool single_op(struct mmc_command *cmd) in single_op()
407 static int gb_sdio_command(struct gb_sdio_host *host, struct mmc_command *cmd) in gb_sdio_command()
554 struct mmc_command *cmd = mrq->cmd; in gb_mmc_request() local
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vce.c755 uint32_t cmd = amdgpu_ib_get_value(ib, idx + 1); in amdgpu_vce_ring_parse_cs() local
821 uint32_t cmd = amdgpu_ib_get_value(ib, idx + 1); in amdgpu_vce_ring_parse_cs() local
987 uint32_t cmd = amdgpu_ib_get_value(ib, idx + 1); in amdgpu_vce_ring_parse_cs_vm() local
/openbmc/linux/drivers/media/dvb-core/
H A Ddvbdev.c171 unsigned int cmd, unsigned long arg) in dvb_generic_ioctl()
955 unsigned int cmd, unsigned long arg, in dvb_usercopy()
/openbmc/qemu/hw/pci/
H A Dpcie_aer.c279 uint32_t cmd = 0; in pcie_aer_status_to_cmd() local
310 uint16_t cmd; in pcie_aer_msg_root_port() local
582 uint16_t cmd; in pcie_aer_inject_uncor_error() local
/openbmc/linux/drivers/clk/qcom/
H A Dclk-rpmh.c144 struct tcs_cmd *cmd, bool wait) in clk_rpmh_send()
154 struct tcs_cmd cmd = { 0 }; in clk_rpmh_send_aggregate_command() local
253 struct tcs_cmd cmd = { 0 }; in clk_rpmh_bcm_send_cmd() local
/openbmc/linux/drivers/target/
H A Dtarget_core_device.c184 bool target_lun_is_rdonly(struct se_cmd *cmd) in target_lun_is_rdonly()
1058 passthrough_parse_cdb(struct se_cmd *cmd, in passthrough_parse_cdb()
1059 sense_reason_t (*exec_cmd)(struct se_cmd *cmd)) in passthrough_parse_cdb()
/openbmc/linux/net/nfc/
H A Ddigital_dep.c65 u8 cmd; member
76 u8 cmd; member
88 u8 cmd; member
96 u8 cmd; member
102 u8 cmd; member
/openbmc/linux/drivers/scsi/
H A D3w-9xxx.c221 static bool twa_command_mapped(struct scsi_cmnd *cmd) in twa_command_mapped()
638 static long twa_chrdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in twa_chrdev_ioctl()
1330 struct scsi_cmnd *cmd; in twa_interrupt() local
1596 struct scsi_cmnd *cmd = tw_dev->srb[i]; in twa_reset_device_extension() local
1916 struct scsi_cmnd *cmd = tw_dev->srb[request_id]; in twa_scsiop_execute_scsi_complete() local
/openbmc/linux/include/linux/
H A Dwait.h303 #define ___wait_event(wq_head, condition, state, exclusive, ret, cmd) \ argument
1004 #define __wait_event_lock_irq(wq_head, condition, lock, cmd) \ argument
1034 #define wait_event_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
1069 #define __wait_event_interruptible_lock_irq(wq_head, condition, lock, cmd) \ argument
1101 #define wait_event_interruptible_lock_irq_cmd(wq_head, condition, lock, cmd) \ argument
/openbmc/linux/drivers/message/fusion/
H A Dmptctl.c619 __mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in __mptctl_ioctl()
695 mptctl_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in mptctl_ioctl()
2714 compat_mptfwxfer_ioctl(struct file *filp, unsigned int cmd, in compat_mptfwxfer_ioctl()
2754 compat_mpt_command(struct file *filp, unsigned int cmd, in compat_mpt_command()
2807 static long compat_mpctl_ioctl(struct file *f, unsigned int cmd, unsigned long arg) in compat_mpctl_ioctl()
/openbmc/linux/drivers/comedi/drivers/
H A Daddi_apci_3120.c207 struct comedi_cmd *cmd = &s->async->cmd; in apci3120_setup_dma() local
429 struct comedi_cmd *cmd = &async->cmd; in apci3120_interrupt_dma() local
475 struct comedi_cmd *cmd = &async->cmd; in apci3120_interrupt() local
540 struct comedi_cmd *cmd = &s->async->cmd; in apci3120_ai_cmd() local
594 struct comedi_cmd *cmd) in apci3120_ai_cmdtest()
/openbmc/linux/drivers/mmc/host/
H A Dbcm2835.c168 struct mmc_command *cmd; /* Current command */ member
192 static void bcm2835_dumpcmd(struct bcm2835_host *host, struct mmc_command *cmd, in bcm2835_dumpcmd()
540 void bcm2835_prepare_data(struct bcm2835_host *host, struct mmc_command *cmd) in bcm2835_prepare_data()
619 bool bcm2835_send_command(struct bcm2835_host *host, struct mmc_command *cmd) in bcm2835_send_command()
740 struct mmc_command *cmd = host->cmd; in bcm2835_finish_command() local
/openbmc/linux/net/caif/
H A Dcfdgml.c42 u8 cmd = -1; in cfdgml_receive() local
/openbmc/linux/tools/perf/ui/browsers/
H A Dres_sample.c37 char *cmd; in res_sample_browse() local
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A D__init__.py23 def run(self, cmd, timeout=None): argument
/openbmc/u-boot/drivers/mmc/
H A Dsandbox_mmc.c25 static int sandbox_mmc_send_cmd(struct udevice *dev, struct mmc_cmd *cmd, in sandbox_mmc_send_cmd()
/openbmc/linux/arch/sh/boards/mach-landisk/
H A Dgio.c56 static long gio_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in gio_ioctl()
/openbmc/linux/drivers/platform/x86/intel/
H A Dturbo_max_3.c37 u64 value, cmd = OC_MAILBOX_FC_CONTROL_CMD; in get_oc_core_priority() local

1...<<41424344454647484950>>...188