Home
last modified time | relevance | path

Searched refs:cmd (Results 3326 – 3350 of 6824) sorted by relevance

1...<<131132133134135136137138139140>>...273

/openbmc/linux/drivers/iio/temperature/
H A Dmlx90614.c248 u8 cmd, idx; in mlx90614_read_raw() local
255 cmd = chip_info->op_ram_ta; in mlx90614_read_raw()
263 cmd = chip_info->op_ram_tobj1; in mlx90614_read_raw()
266 cmd = chip_info->op_ram_tobj2; in mlx90614_read_raw()
279 ret = i2c_smbus_read_word_data(data->client, cmd); in mlx90614_read_raw()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-ibm_iic.c473 u8 cmd = cntl | ((count - 1) << CNTL_TCT_SHIFT); in iic_xfer_bytes() local
480 cmd |= CNTL_CHT; in iic_xfer_bytes()
482 cmd |= CNTL_RPST; in iic_xfer_bytes()
484 DBG2("%d: xfer_bytes, %d, CNTL = 0x%02x\n", dev->idx, count, cmd); in iic_xfer_bytes()
487 out_8(&iic->cntl, cmd); in iic_xfer_bytes()
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-novatek-nt35510.c395 u8 cmd, u8 cmdlen, const u8 *seq) in nt35510_send_long() argument
404 ret = mipi_dsi_dcs_write(dsi, cmd, seqp, chunk); in nt35510_send_long()
406 dev_err(nt->dev, "error sending DCS command seq cmd %02x\n", cmd); in nt35510_send_long()
418 dev_err(nt->dev, "error sending generic write seq %02x\n", cmd); in nt35510_send_long()
424 dev_dbg(nt->dev, "sent command %02x %02x bytes\n", cmd, cmdlen); in nt35510_send_long()
/openbmc/linux/drivers/misc/vmw_vmci/
H A Dvmci_guest.c583 unsigned long cmd; in vmci_guest_probe_device() local
849 cmd = VMCI_IMR_DATAGRAM; in vmci_guest_probe_device()
851 cmd |= VMCI_IMR_NOTIFICATION; in vmci_guest_probe_device()
853 cmd |= VMCI_IMR_DMA_DATAGRAM; in vmci_guest_probe_device()
854 vmci_write_reg(vmci_dev, cmd, VMCI_IMR_ADDR); in vmci_guest_probe_device()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp127 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() argument
130 if (pmbusIntf.exists(cmd, type)) in captureCmd()
134 auto val = pmbusIntf.read(cmd, type); in captureCmd()
135 nv.add(cmd, val); in captureCmd()
140 entry("CMD=%s", cmd.c_str())); in captureCmd()
/openbmc/linux/drivers/s390/block/
H A Ddasd_diag.c70 static inline int __dia250(void *iob, int cmd) in __dia250() argument
87 : [cmd] "d" (cmd) in __dia250()
92 static inline int dia250(void *iob, int cmd) in dia250() argument
95 return __dia250(iob, cmd); in dia250()
/openbmc/linux/net/mctp/
H A Daf_mctp.c439 static int mctp_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg) in mctp_ioctl() argument
443 switch (cmd) { in mctp_ioctl()
454 static int mctp_compat_ioctl(struct socket *sock, unsigned int cmd, in mctp_compat_ioctl() argument
459 switch (cmd) { in mctp_compat_ioctl()
463 return mctp_ioctl(sock, cmd, (unsigned long)argp); in mctp_compat_ioctl()
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp121 void PowerSupply::captureCmd(util::NamesValues& nv, const std::string& cmd, in captureCmd() argument
124 if (pmbusIntf.exists(cmd, type)) in captureCmd()
128 auto val = pmbusIntf.read(cmd, type); in captureCmd()
129 nv.add(cmd, val); in captureCmd()
134 entry("CMD=%s", cmd.c_str())); in captureCmd()
/openbmc/linux/drivers/media/usb/gspca/
H A Dsunplus.c105 struct cmd { struct
112 static const struct cmd spca504_pccam600_init_data[] = { argument
141 static const struct cmd spca504_pccam600_open_data[] = {
149 static const struct cmd spca504A_clicksmart420_init_data[] = {
176 static const struct cmd spca504A_clicksmart420_open_data[] = {
319 const struct cmd *data, int ncmds) in write_vector()
/openbmc/u-boot/drivers/usb/eth/
H A Dasix88179.c220 static int asix_write_cmd(struct ueth_data *dev, u8 cmd, u16 value, u16 index, in asix_write_cmd() argument
227 cmd, value, index, size); in asix_write_cmd()
234 cmd, in asix_write_cmd()
245 static int asix_read_cmd(struct ueth_data *dev, u8 cmd, u16 value, u16 index, in asix_read_cmd() argument
252 cmd, value, index, size); in asix_read_cmd()
257 cmd, in asix_read_cmd()
/openbmc/linux/drivers/scsi/megaraid/
H A Dmegaraid_mm.c103 mraid_mm_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in mraid_mm_ioctl() argument
118 if ((_IOC_TYPE(cmd) != MEGAIOC_MAGIC) && (cmd != USCSICMD)) { in mraid_mm_ioctl()
215 mraid_mm_unlocked_ioctl(struct file *filep, unsigned int cmd, in mraid_mm_unlocked_ioctl() argument
221 err = mraid_mm_ioctl(filep, cmd, arg); in mraid_mm_unlocked_ioctl()
454 if (mbox->cmd != MBOXCMD_PASSTHRU) { // regular DCMD in mimd_to_kioc()
/openbmc/linux/sound/pci/
H A Dad1889.c435 snd_ad1889_playback_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_playback_trigger() argument
442 switch (cmd) { in snd_ad1889_playback_trigger()
465 if (cmd == SNDRV_PCM_TRIGGER_STOP) in snd_ad1889_playback_trigger()
476 snd_ad1889_capture_trigger(struct snd_pcm_substream *ss, int cmd) in snd_ad1889_capture_trigger() argument
483 switch (cmd) { in snd_ad1889_capture_trigger()
503 if (cmd == SNDRV_PCM_TRIGGER_STOP) in snd_ad1889_capture_trigger()
/openbmc/linux/drivers/comedi/drivers/
H A Dmite.c306 struct comedi_cmd *cmd = &async->cmd; in mite_sync_output_dma() local
307 u32 stop_count = cmd->stop_arg * comedi_bytes_per_scan(s); in mite_sync_output_dma()
311 bool finite_regen = (cmd->stop_src == TRIG_NONE && stop_count != 0); in mite_sync_output_dma()
316 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma()
319 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst124 * - phy_mii_ioctl(phydev, ifr, cmd)
125 - phylink_mii_ioctl(priv->phylink, ifr, cmd)
142 const struct ethtool_link_ksettings *cmd)
146 return phylink_ethtool_ksettings_set(priv->phylink, cmd);
150 struct ethtool_link_ksettings *cmd)
154 return phylink_ethtool_ksettings_get(priv->phylink, cmd);
/openbmc/linux/drivers/char/
H A Dppdev.c359 static int pp_do_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pp_do_ioctl() argument
375 switch (cmd) { in pp_do_ioctl()
527 switch (cmd) { in pp_do_ioctl()
666 dev_dbg(&pp->pdev->dev, "What? (cmd=0x%x)\n", cmd); in pp_do_ioctl()
674 static long pp_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in pp_ioctl() argument
679 ret = pp_do_ioctl(file, cmd, arg); in pp_ioctl()
/openbmc/linux/drivers/soc/qcom/
H A Drpmh-rsc.c501 struct tcs_cmd *cmd; in __tcs_buffer_write() local
508 cmd = &msg->cmds[i]; in __tcs_buffer_write()
515 msgid |= cmd->wait ? CMD_MSGID_RESP_REQ : 0; in __tcs_buffer_write()
518 write_tcs_cmd(drv, drv->regs[RSC_DRV_CMD_ADDR], tcs_id, j, cmd->addr); in __tcs_buffer_write()
519 write_tcs_cmd(drv, drv->regs[RSC_DRV_CMD_DATA], tcs_id, j, cmd->data); in __tcs_buffer_write()
520 trace_rpmh_send_msg(drv, tcs_id, msg->state, j, msgid, cmd); in __tcs_buffer_write()
/openbmc/linux/drivers/w1/
H A Dw1_netlink.h122 __u8 cmd; member
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Dvp7045.h64 extern int vp7045_usb_op(struct dvb_usb_device *d, u8 cmd, u8 *out, int outlen, u8 *in, int inlen,i…
/openbmc/linux/include/sound/
H A Dseq_oss.h41 int (*ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg);
/openbmc/linux/sound/sh/
H A Daica.h48 uint32_t cmd; /* Command ID */ member
/openbmc/linux/arch/arc/kernel/
H A Darc_hostlink.c31 static long arc_hl_ioctl(struct file *file, unsigned int cmd, in arc_hl_ioctl() argument
/openbmc/linux/drivers/s390/char/
H A Dsclp_diag.h50 u8 cmd; member
/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Danysee.h28 enum cmd { enum
/openbmc/u-boot/tools/env/
H A DMakefile35 $(call cmd,crosstools_strip)
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfrontend_fcalls.rst18 fe-diseqc-send-master-cmd

1...<<131132133134135136137138139140>>...273