Home
last modified time | relevance | path

Searched refs:cmd (Results 3701 – 3725 of 6824) sorted by relevance

1...<<141142143144145146147148149150>>...273

/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_chardev.c344 static long cros_ec_chardev_ioctl(struct file *filp, unsigned int cmd, in cros_ec_chardev_ioctl() argument
350 if (_IOC_TYPE(cmd) != CROS_EC_DEV_IOC) in cros_ec_chardev_ioctl()
353 switch (cmd) { in cros_ec_chardev_ioctl()
/openbmc/linux/net/ax25/
H A Dax25_route.c202 switch (rt_option->cmd) { in ax25_rt_opt()
229 int ax25_rt_ioctl(unsigned int cmd, void __user *arg) in ax25_rt_ioctl() argument
234 switch (cmd) { in ax25_rt_ioctl()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile14 mlx5_core-y := main.o cmd.o debugfs.o fw.o eq.o uar.o pagealloc.o \
99 mlx5_core-$(CONFIG_MLX5_FPGA) += fpga/cmd.o fpga/core.o fpga/conn.o fpga/sdk.o
130 mlx5_core-$(CONFIG_MLX5_SF_MANAGER) += sf/cmd.o sf/hw_table.o sf/devlink.o
/openbmc/linux/tools/thermal/thermometer/
H A Dthermometer.c178 static void usage(const char *cmd) in usage() argument
180 printf("%s Version: %s\n", cmd, VERSION); in usage()
181 printf("Usage: %s [options]\n", cmd); in usage()
/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_8254.c186 unsigned int cmd; in comedi_8254_status() local
191 cmd = I8254_CTRL_READBACK_STATUS | I8254_CTRL_READBACK_SEL_CTR(counter); in comedi_8254_status()
192 __i8254_write(i8254, cmd, I8254_CTRL_REG); in comedi_8254_status()
/openbmc/linux/drivers/input/tablet/
H A Dpegasus_notetaker.c127 u8 cmd[] = { NOTETAKER_SET_CMD, NOTETAKER_SET_MODE, led, mode }; in pegasus_set_mode() local
129 return pegasus_control_msg(pegasus, cmd, sizeof(cmd)); in pegasus_set_mode()
/openbmc/linux/drivers/staging/rtl8723bs/include/
H A Drtw_cmd.h558 #define GEN_CMD_CODE(cmd) cmd ## _CMD_ argument
633 void (*callback)(struct adapter *padapter, struct cmd_obj *cmd);
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-innolux-p079zca.c141 const struct panel_init_cmd *cmd = &cmds[i]; in innolux_panel_prepare() local
143 err = mipi_dsi_generic_write(innolux->link, cmd->data, in innolux_panel_prepare()
144 cmd->len); in innolux_panel_prepare()
H A Dpanel-orisetech-otm8009a.c127 #define dcs_write_cmd_at(ctx, cmd, seq...) \ argument
129 dcs_write_seq(ctx, MCS_ADRSFT, (cmd) & 0xFF); \
130 dcs_write_seq(ctx, (cmd) >> 8, seq); \
/openbmc/openpower-host-ipmi-oem/
H A Doemhandler.cpp231 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request, in ipmi_ibm_oem_partial_esel() argument
321 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request, in ipmi_ibm_oem_prep_fw_update() argument
360 ipmi_netfn_t netfn, ipmi_cmd_t cmd, ipmi_request_t request, in ipmi_ibm_oem_bmc_factory_reset() argument
/openbmc/qemu/hw/cxl/
H A Dcxl-device-utils.c188 uint8_t cmd = FIELD_EX64(command_reg, CXL_DEV_MAILBOX_CMD, COMMAND); in mailbox_reg_write() local
205 rc = cxl_process_cci_message(cci, cmd_set, cmd, len_in, pl_in_copy, in mailbox_reg_write()
218 COMMAND, cmd); in mailbox_reg_write()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.c196 u32 cmd; in xhci_reset() local
204 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
205 cmd &= ~CMD_RUN; in xhci_reset()
206 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
218 cmd = xhci_readl(&hcor->or_usbcmd); in xhci_reset()
219 cmd |= CMD_RESET; in xhci_reset()
220 xhci_writel(&hcor->or_usbcmd, cmd); in xhci_reset()
/openbmc/linux/sound/soc/apple/
H A Dmca.c192 static void mca_fe_early_trigger(struct snd_pcm_substream *substream, int cmd, in mca_fe_early_trigger() argument
201 switch (cmd) { in mca_fe_early_trigger()
229 static int mca_fe_trigger(struct snd_pcm_substream *substream, int cmd, in mca_fe_trigger() argument
236 switch (cmd) { in mca_fe_trigger()
869 struct snd_pcm_substream *substream, int cmd) in mca_trigger() argument
880 mca_fe_early_trigger(substream, cmd, asoc_rtd_to_cpu(rtd, 0)); in mca_trigger()
882 return snd_dmaengine_pcm_trigger(substream, cmd); in mca_trigger()
/openbmc/qemu/tests/qtest/
H A Dide-test.c203 static int send_dma_request(QTestState *qts, int cmd, uint64_t sector, in send_dma_request() argument
218 flags = cmd & ~0xff; in send_dma_request()
219 cmd &= 0xff; in send_dma_request()
221 switch (cmd) { in send_dma_request()
255 if (cmd == CMD_PACKET) { in send_dma_request()
259 if (cmd == CMD_DSM) { in send_dma_request()
269 qpci_io_writeb(dev, ide_bar, reg_command, cmd); in send_dma_request()
/openbmc/linux/drivers/staging/ks7010/
H A Dks_wlan_net.c55 int cmd);
1158 iwe->cmd = IWEVCUSTOM; in ks_wlan_add_leader_event()
1192 iwe.cmd = SIOCGIWAP; in ks_wlan_translate_scan()
1204 iwe.cmd = SIOCGIWESSID; in ks_wlan_translate_scan()
1210 iwe.cmd = SIOCGIWMODE; in ks_wlan_translate_scan()
1220 iwe.cmd = SIOCGIWFREQ; in ks_wlan_translate_scan()
1228 iwe.cmd = IWEVQUAL; in ks_wlan_translate_scan()
1250 iwe.cmd = SIOCGIWRATE; in ks_wlan_translate_scan()
1668 switch (pmksa->cmd) { in ks_wlan_set_pmksa()
2462 int cmd) in ks_wlan_netdev_ioctl() argument
[all …]
/openbmc/linux/fs/ocfs2/
H A Dfile.c1933 loff_t f_pos, unsigned int cmd, in __ocfs2_change_file_space() argument
1998 if (cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64 || in __ocfs2_change_file_space()
1999 cmd == OCFS2_IOC_UNRESVSP || cmd == OCFS2_IOC_UNRESVSP64) { in __ocfs2_change_file_space()
2015 switch (cmd) { in __ocfs2_change_file_space()
2079 int ocfs2_change_file_space(struct file *file, unsigned int cmd, in ocfs2_change_file_space() argument
2086 if ((cmd == OCFS2_IOC_RESVSP || cmd == OCFS2_IOC_RESVSP64) && in ocfs2_change_file_space()
2089 else if ((cmd == OCFS2_IOC_UNRESVSP || cmd == OCFS2_IOC_UNRESVSP64) && in ocfs2_change_file_space()
2102 ret = __ocfs2_change_file_space(file, inode, file->f_pos, cmd, sr, 0); in ocfs2_change_file_space()
2114 int cmd = OCFS2_IOC_RESVSP64; in ocfs2_fallocate() local
2131 cmd = OCFS2_IOC_UNRESVSP64; in ocfs2_fallocate()
[all …]
/openbmc/linux/drivers/isdn/hardware/mISDN/
H A Dhfcsusb.c367 hfc_l1callback(struct dchannel *dch, u_int cmd) in hfc_l1callback() argument
373 hw->name, __func__, cmd); in hfc_l1callback()
375 switch (cmd) { in hfc_l1callback()
397 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfc_l1callback()
402 _queue_data(&dch->dev.D, cmd, MISDN_ID_ANY, 0, NULL, in hfc_l1callback()
408 hw->name, __func__, cmd); in hfc_l1callback()
531 hw->name, __func__, cmd, arg); in hfc_dctrl()
532 switch (cmd) { in hfc_dctrl()
564 hw->name, __func__, cmd); in hfc_dctrl()
1811 switch (cmd) { in hfc_bctrl()
[all …]
/openbmc/qemu/
H A Dqemu-io-cmds.c73 char *cmd = argv[0]; in command() local
83 argc-1, cmd, ct->argmin); in command()
87 argc-1, cmd, ct->argmin); in command()
91 argc-1, cmd, ct->argmin, ct->argmax); in command()
132 static const cmdinfo_t *find_command(const char *cmd) in find_command() argument
137 if (strcmp(ct->name, cmd) == 0 || in find_command()
138 (ct->altname && strcmp(ct->altname, cmd) == 0)) in find_command()
2696 printf("%s ", cmd); in help_oneline()
2706 help_oneline(cmd, ct); in help_onecmd()
2756 int qemuio_command(BlockBackend *blk, const char *cmd) in qemuio_command() argument
[all …]
/openbmc/linux/sound/usb/line6/
H A Dpcm.h184 extern int snd_line6_trigger(struct snd_pcm_substream *substream, int cmd);
/openbmc/linux/drivers/w1/slaves/
H A Dw1_ds2781.h128 extern int w1_ds2781_eeprom_cmd(struct device *dev, int addr, int cmd);
H A Dw1_ds2780.h123 extern int w1_ds2780_eeprom_cmd(struct device *dev, int addr, int cmd);
/openbmc/linux/drivers/media/usb/dvb-usb/
H A DcinergyT2.h70 uint8_t cmd; member
/openbmc/linux/Documentation/ABI/testing/
H A Ddebugfs-olpc1 What: /sys/kernel/debug/olpc-ec/cmd
/openbmc/linux/sound/soc/mediatek/common/
H A Dmtk-afe-fe-dai.h27 int mtk_afe_fe_trigger(struct snd_pcm_substream *substream, int cmd,
/openbmc/linux/drivers/net/ethernet/cavium/liquidio/
H A Docteon_mailbox.h54 u16 cmd : 6; member

1...<<141142143144145146147148149150>>...273