Home
last modified time | relevance | path

Searched defs:cmd (Results 751 – 775 of 4685) sorted by relevance

1...<<31323334353637383940>>...188

/openbmc/linux/drivers/xen/xen-pciback/
H A Dpciback_ops.c111 u16 cmd; in xen_pcibk_reset_device() local
203 u16 cmd; in xen_pcibk_enable_msix() local
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dtestmode.c36 struct mt7921_rftest_cmd cmd = { in mt7921_tm_set() local
88 struct mt7921_rftest_cmd cmd = { in mt7921_tm_query() local
/openbmc/linux/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_ethtool.c16 struct ethtool_link_ksettings *cmd) in atl1c_get_link_ksettings()
60 const struct ethtool_link_ksettings *cmd) in atl1c_set_link_ksettings()
/openbmc/linux/net/dsa/
H A Dtag_dsa.c135 enum dsa_cmd cmd; in dsa_xmit_ll() local
207 enum dsa_cmd cmd; in dsa_rcv_ll() local
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c128 u32 cmd, in pvr2_encoder_cmd()
294 static int pvr2_encoder_vcmd(struct pvr2_hdw *hdw, int cmd, in pvr2_encoder_vcmd()
/openbmc/linux/drivers/scsi/device_handler/
H A Dscsi_dh_hp_sw.c83 unsigned char cmd[6] = { TEST_UNIT_READY }; in hp_sw_tur() local
122 unsigned char cmd[6] = { START_STOP, 0, 0, 0, 1, 0 }; in hp_sw_start_stop() local
/openbmc/linux/drivers/net/ethernet/amd/pds_core/
H A Dadminq.c168 union pds_core_adminq_cmd *cmd, in __pdsc_adminq_post()
234 union pds_core_adminq_cmd *cmd, in pdsc_adminq_post()
/openbmc/linux/arch/arm64/kernel/
H A Dkgdb.c277 static int __kgdb_notify(struct die_args *args, unsigned long cmd) in __kgdb_notify()
287 kgdb_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in kgdb_notify()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/
H A Dgm20b.c43 struct nv_pmu_acr_bootstrap_falcon_cmd cmd = { in gm20b_pmu_acr_bootstrap_falcon() local
146 struct nv_pmu_acr_init_wpr_region_cmd cmd = { in gm20b_pmu_acr_init_wpr() local
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c263 static int mlx4_comm_cmd_post(struct mlx4_dev *dev, u8 cmd, u16 param) in mlx4_comm_cmd_post()
288 static int mlx4_comm_cmd_poll(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd_poll()
341 struct mlx4_cmd *cmd = &mlx4_priv(dev)->cmd; in mlx4_comm_cmd_wait() local
407 int mlx4_comm_cmd(struct mlx4_dev *dev, u8 cmd, u16 param, in mlx4_comm_cmd()
436 struct mlx4_cmd *cmd = &mlx4_priv(dev)->cmd; in mlx4_cmd_post() local
681 struct mlx4_cmd *cmd = &mlx4_priv(dev)->cmd; in mlx4_cmd_wait() local
895 struct mlx4_cmd_info *cmd) in mlx4_MAD_IFC_wrapper()
1029 struct mlx4_cmd_info *cmd) in mlx4_CMD_EPERM_wrapper()
1038 struct mlx4_cmd_info *cmd) in mlx4_DMA_wrapper()
1665 struct mlx4_cmd_info *cmd = NULL; in mlx4_master_process_vhcr() local
[all …]
/openbmc/linux/drivers/media/usb/gspca/
H A Dsunplus.c105 struct cmd { struct
112 static const struct cmd spca504_pccam600_init_data[] = { argument
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c79 unsigned char cmd; member
101 unsigned char cmd; member
111 unsigned char cmd; member
121 uint8_t cmd; member
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dcam.c18 u8 *cmd; in rtw89_cam_get_sec_key_cmd() local
609 struct rtw89_sta *rtwsta, u8 *cmd) in rtw89_cam_fill_bssid_cam_info()
654 u8 *cmd) in rtw89_cam_fill_addr_cam_info()
742 u8 *cmd) in rtw89_cam_fill_dctl_sec_cam_info_v1()
/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A Dcmdevt.c144 struct host_cmd_ds_command *cmd, in mwifiex_cmd_host_cmd()
1246 struct host_cmd_ds_command *cmd = (struct host_cmd_ds_command *) pbuf; in mwifiex_process_sleep_confirm_resp() local
1313 struct host_cmd_ds_command *cmd, in mwifiex_cmd_enh_power_mode()
1468 struct host_cmd_ds_command *cmd) in mwifiex_cmd_get_hw_spec()
/openbmc/linux/drivers/net/wireless/rsi/
H A Drsi_91x_hal.c519 static int bl_write_cmd(struct rsi_hw *adapter, u8 cmd, u8 exp_resp, in bl_write_cmd()
615 static int bl_cmd(struct rsi_hw *adapter, u8 cmd, u8 exp_resp, char *str) in bl_cmd()
715 static int ping_pong_write(struct rsi_hw *adapter, u8 cmd, u8 *addr, u32 size) in ping_pong_write()
754 u8 cmd; in auto_fw_upgrade() local
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbcdc.c26 __le32 cmd; /* dongle command value */ member
109 brcmf_proto_bcdc_msg(struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, in brcmf_proto_bcdc_msg()
158 brcmf_proto_bcdc_query_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_query_dcmd()
216 brcmf_proto_bcdc_set_dcmd(struct brcmf_pub *drvr, int ifidx, uint cmd, in brcmf_proto_bcdc_set_dcmd()
/openbmc/linux/drivers/net/usb/
H A Dsr9800.c28 static int sr_read_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_read_cmd()
41 static int sr_write_cmd(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_write_cmd()
55 sr_write_cmd_async(struct usbnet *dev, u8 cmd, u16 value, u16 index, in sr_write_cmd_async()
488 static int sr_ioctl(struct net_device *net, struct ifreq *rq, int cmd) in sr_ioctl()
/openbmc/linux/drivers/comedi/drivers/
H A Dni_at_a2150.c138 struct comedi_cmd *cmd = &async->cmd; in a2150_interrupt() local
352 struct comedi_cmd *cmd) in a2150_ai_check_chanlist()
393 struct comedi_subdevice *s, struct comedi_cmd *cmd) in a2150_ai_cmdtest()
468 struct comedi_cmd *cmd = &async->cmd; in a2150_ai_cmd() local
/openbmc/linux/drivers/usb/cdns3/
H A Ddrd.h21 __le32 cmd; member
42 __le32 cmd; member
65 __le32 cmd; member
92 __le32 cmd; member
/openbmc/linux/drivers/pci/hotplug/
H A Dibmphp_core.c180 u8 cmd = HPC_SLOT_ON; in power_on() local
198 u8 cmd = HPC_SLOT_OFF; in power_off() local
217 u8 cmd = 0x00; /* avoid compiler warning */ in set_attention_status() local
742 u8 cmd = 0x0; in set_bus() local
/openbmc/linux/net/devlink/
H A Dparam.c240 enum devlink_command cmd, in devlink_nl_param_fill()
333 enum devlink_command cmd) in devlink_param_notify()
364 enum devlink_command cmd) in devlink_params_notify()
533 enum devlink_command cmd) in __devlink_nl_cmd_param_set_doit()
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_cmd.c181 struct qxl_command cmd; in qxl_push_command_ring_release() local
193 struct qxl_command cmd; in qxl_push_cursor_ring_release() local
462 struct qxl_surface_cmd *cmd; in qxl_hw_surface_alloc() local
509 struct qxl_surface_cmd *cmd; in qxl_hw_surface_dealloc() local
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c75 static void acx565akm_transfer(struct acx565akm_panel *lcd, int cmd, in acx565akm_transfer()
123 static inline void acx565akm_cmd(struct acx565akm_panel *lcd, int cmd) in acx565akm_cmd()
395 int cmd = on ? MIPI_DCS_ENTER_SLEEP_MODE : MIPI_DCS_EXIT_SLEEP_MODE; in acx565akm_set_sleep_mode() local
417 int cmd = enabled ? MIPI_DCS_SET_DISPLAY_ON : MIPI_DCS_SET_DISPLAY_OFF; in acx565akm_set_display_state() local
/openbmc/qemu/hw/misc/macio/
H A Dmac_dbdma.c76 static void dump_dbdma_cmd(DBDMA_channel *ch, dbdma_cmd *cmd) in dump_dbdma_cmd()
88 static void dump_dbdma_cmd(DBDMA_channel *ch, dbdma_cmd *cmd) in dump_dbdma_cmd()
451 uint16_t cmd, key; in channel_run() local
873 uint16_t cmd; in dbdma_unassigned_rw() local
/openbmc/linux/arch/arm/mach-omap2/
H A Domap2-restart.c31 void omap2xxx_restart(enum reboot_mode mode, const char *cmd) in omap2xxx_restart()

1...<<31323334353637383940>>...188