Searched defs:send_command (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/python/qemu/utils/ |
H A D | qemu_ga_client.py | 278 def send_command(address: str, cmd: str, args: Sequence[str]) -> None: function
|
/openbmc/u-boot/drivers/ram/rockchip/ |
H A D | sdram_rk322x.c | 153 static void send_command(struct rk322x_ddr_pctl *pctl, in send_command() function
|
H A D | sdram_rk3188.c | 309 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function
|
H A D | dmc-rk3368.c | 192 static void send_command(struct rk3368_ddr_pctl *pctl, u32 rank, u32 cmd) in send_command() function
|
H A D | sdram_rk3288.c | 367 static void send_command(struct rk3288_ddr_pctl *pctl, u32 rank, in send_command() function
|
/openbmc/qemu/include/hw/scsi/ |
H A D | scsi.h | 118 int32_t (*send_command)(SCSIRequest *req, uint8_t *buf); member
|
/openbmc/u-boot/arch/arm/mach-rockchip/rk3036/ |
H A D | sdram_rk3036.c | 443 static void send_command(struct rk3036_ddr_pctl *pctl, in send_command() function
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec.c | 280 static int send_command(struct cros_ec_dev *dev, uint cmd, int cmd_version, in send_command() function
|