/openbmc/linux/drivers/scsi/ |
H A D | a2091.c | 48 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) in dma_setup() argument 50 struct scsi_pointer *scsi_pointer = WD33C93_scsi_pointer(cmd); in dma_setup() 52 struct Scsi_Host *instance = cmd->device->host; in dma_setup()
|
H A D | a3000.c | 53 static int dma_setup(struct scsi_cmnd *cmd, int dir_in) in dma_setup() argument 55 struct scsi_pointer *scsi_pointer = WD33C93_scsi_pointer(cmd); in dma_setup() 57 struct Scsi_Host *instance = cmd->device->host; in dma_setup()
|
/openbmc/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 223 static void usage(const char *cmd) in usage() argument 225 printf("%s : A thermal monitoring engine based on notifications\n", cmd); in usage() 226 printf("Usage: %s [options]\n", cmd); in usage()
|
/openbmc/linux/drivers/scsi/lpfc/ |
H A D | lpfc_els.c | 1245 uint32_t cmd; in lpfc_cmpl_els_link_down() local 1249 cmd = *pcmd; in lpfc_cmpl_els_link_down() 3366 u32 cmd; in lpfc_cmpl_els_disc_cmd() local 3399 cmd = *pdata; in lpfc_cmpl_els_disc_cmd() 4489 switch (cmd) { in lpfc_els_retry_delay_handler() 4967 if ((cmd == ELS_CMD_PLOGI) || (cmd == ELS_CMD_FDISC)) { in lpfc_els_retry() 4985 if (((cmd == ELS_CMD_PLOGI) || (cmd == ELS_CMD_ADISC)) && in lpfc_els_retry() 5021 switch (cmd) { in lpfc_els_retry() 8353 cmd = *lp++; in lpfc_els_rcv_flogi() 8369 cmd, did); in lpfc_els_rcv_flogi() [all …]
|
/openbmc/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | Makefile | 2 wl12xx-objs = main.o cmd.o acx.o debugfs.o scan.o event.o
|
/openbmc/linux/drivers/net/wireless/marvell/libertas_tf/ |
H A D | Makefile | 2 libertas_tf-objs := main.o cmd.o
|
/openbmc/linux/arch/xtensa/kernel/ |
H A D | platform.c | 29 void __weak __init platform_setup(char **cmd) in platform_setup() argument
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 297 switch (cmd) { in define_extent() 427 switch (cmd) { in locate_record_ext() 639 switch (cmd) { in locate_record() 4093 rcmd = cmd; in dasd_eckd_build_cp_cmd_single() 4177 unsigned char cmd; in dasd_eckd_build_cp_cmd_track() local 4377 switch (cmd) { in prepare_itcw() 4505 unsigned char cmd; in dasd_eckd_build_cp_tpm_track() local 4755 unsigned char cmd; in dasd_eckd_build_cp_raw() local 4842 ccw->cmd_code = cmd; in dasd_eckd_build_cp_raw() 4861 ccw->cmd_code = cmd; in dasd_eckd_build_cp_raw() [all …]
|
/openbmc/linux/include/uapi/linux/isdn/ |
H A D | capicmd.h | 47 #define CAPICMD(cmd,subcmd) (((cmd)<<8)|(subcmd)) argument
|
/openbmc/linux/drivers/isdn/capi/ |
H A D | kcapi.h | 66 int capi20_manufacturer(unsigned long cmd, void __user *data); 166 char *capi_cmd2str(__u8 cmd, __u8 subcmd);
|
/openbmc/linux/arch/m68k/bvme6000/ |
H A D | rtc.c | 39 static long rtc_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in rtc_ioctl() argument 47 switch (cmd) { in rtc_ioctl()
|
/openbmc/linux/drivers/net/ethernet/chelsio/libcxgb/ |
H A D | libcxgb_cm.h | 124 req->cmd = CPL_ABORT_SEND_RST; in cxgb_mk_abort_req() 138 rpl->cmd = CPL_ABORT_NO_RST; in cxgb_mk_abort_rpl()
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_power_voltage_readings.robot | 51 ${cmd} Catenate [x for x in ${records} 53 ${invalid_records}= Evaluate ${cmd}
|
/openbmc/linux/drivers/staging/octeon/ |
H A D | ethernet-mdio.c | 56 int cvm_oct_ioctl(struct net_device *dev, struct ifreq *rq, int cmd) in cvm_oct_ioctl() argument 64 return phy_mii_ioctl(dev->phydev, rq, cmd); in cvm_oct_ioctl()
|
/openbmc/linux/scripts/ |
H A D | Makefile.headersinst | 73 $(call cmd,remove) 79 -include $(foreach f,$(existing-headers),$(dir $(f)).$(notdir $(f)).cmd)
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 165 | 119 self.vm.cmd('block-dirty-bitmap-clear', node='drive0', 139 self.vm.cmd('blockdev-reopen', options=[{
|
/openbmc/linux/sound/soc/sof/intel/ |
H A D | hda-probes.c | 105 int cmd, struct snd_soc_dai *dai) in hda_probes_compr_trigger() argument 110 return hda_dsp_stream_trigger(sdev, hext_stream, cmd); in hda_probes_compr_trigger()
|
/openbmc/linux/sound/soc/codecs/ |
H A D | dmic.c | 34 int cmd, struct snd_soc_dai *dai) in dmic_daiops_trigger() argument 39 switch (cmd) { in dmic_daiops_trigger()
|
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/ |
H A D | s5p_mfc_cmd_v5.c | 16 static int s5p_mfc_cmd_host2risc_v5(struct s5p_mfc_dev *dev, int cmd, in s5p_mfc_cmd_host2risc_v5() argument 36 mfc_write(dev, cmd, S5P_FIMV_HOST2RISC_CMD); in s5p_mfc_cmd_host2risc_v5()
|
/openbmc/linux/include/net/ |
H A D | iw_handler.h | 305 __u16 cmd; /* Wireless Extension command */ member 434 void wireless_send_event(struct net_device *dev, unsigned int cmd,
|
/openbmc/linux/Documentation/ |
H A D | conf.py | 23 def have_command(cmd): argument 29 return shutil.which(cmd) is not None
|
/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | user-func.rst | 19 vidioc-decoder-cmd 22 vidioc-encoder-cmd
|
/openbmc/linux/drivers/tty/ |
H A D | tty.h | 81 long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 83 struct file *file, unsigned int cmd, unsigned long arg);
|
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-gpio.h | 21 int cx18_reset_tuner_gpio(void *dev, int component, int cmd, int value);
|
/openbmc/linux/tools/lib/subcmd/ |
H A D | exec-cmd.h | 12 extern int execl_cmd(const char *cmd, ...);
|