| /device/soc/winnermicro/wm800/board/src/app/wm_atcmd/ |
| D | wm_cmdp_hostif.c | 1507 int z_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in z_proc() 1514 int e_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in e_proc() 1526 int ents_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in ents_proc() 1552 int rstf_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in rstf_proc() 1558 int pmtf_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in pmtf_proc() 1566 int ioc_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in ioc_proc() 1572 int wleav_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in wleav_proc() 1585 int lkstt_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in lkstt_proc() 1605 int skstt_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in skstt_proc() 1645 int skcls_proc(u8 set_opt, u8 update_flash, union HOSTIF_CMD_PARAMS_UNION *cmd, in skcls_proc() [all …]
|
| /device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/ |
| D | rtw_iol.c | 119 struct ioreg_cfg cmd = {8, IOREG_CMD_WB_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local 139 struct ioreg_cfg cmd = {8, IOREG_CMD_WW_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local 159 struct ioreg_cfg cmd = {8, IOREG_CMD_WD_REG, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WD_cmd() local 180 struct ioreg_cfg cmd = {8, IOREG_CMD_W_RF, 0x0, 0x0, 0x0}; in _rtw_IOL_append_WRF_cmd() local 203 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_US_cmd() local 213 struct ioreg_cfg cmd = {4, IOREG_CMD_DELAY_US, 0x0, 0x0, 0x0}; in rtw_IOL_append_DELAY_MS_cmd() local 223 struct ioreg_cfg cmd = {4, IOREG_CMD_END, 0xFFFF, 0xFF, 0x0}; in rtw_IOL_append_END_cmd() local 263 IOL_CMD cmd = {0x0, IOL_CMD_LLT, 0x0, 0x0}; in rtw_IOL_append_LLT_cmd() local 272 IOL_CMD cmd = {0x0, IOL_CMD_WB_REG, 0x0, 0x0}; in _rtw_IOL_append_WB_cmd() local 282 IOL_CMD cmd = {0x0, IOL_CMD_WW_REG, 0x0, 0x0}; in _rtw_IOL_append_WW_cmd() local [all …]
|
| /device/soc/winnermicro/wm800/board/platform/drivers/flash/ |
| D | wm_fls_gd25qxx.c | 68 u8 cmd; in tls_spifls_drv_write_enable() local 83 u8 cmd; in tls_spifls_drv_wait_write_enable() local 104 u8 cmd; in tls_spifls_drv_wait_flash_ready() local 125 u32 cmd; in tls_spifls_drv_read() local 146 u32 cmd; in tls_spifls_drv_page_write() local 178 u32 cmd; in tls_spifls_drv_erase() local 206 u8 cmd; in tls_spifls_drv_chip_erase() local
|
| /device/soc/hpmicro/sdk/hpm_sdk/middleware/hpm_sdmmc/lib/ |
| D | hpm_sdmmc_sd.c | 84 static hpm_stat_t sd_send_cmd(sd_card_t *card, sdmmchost_cmd_t *cmd) in sd_send_cmd() 127 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_send_card_status() local 146 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_switch_voltage() local 158 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_send_if_cond() local 270 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_send_csd() local 292 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_all_send_cid() local 312 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_send_rca() local 329 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_error_recovery() local 340 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_app_cmd_send_cond_op() local 355 sdmmchost_cmd_t *cmd = &card->host->cmd; in sd_app_cmd_set_write_block_erase_count() local [all …]
|
| D | hpm_sdmmc_emmc.c | 90 static hpm_stat_t emmc_send_cmd(emmc_card_t *card, sdmmchost_cmd_t *cmd) in emmc_send_cmd() 120 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_send_card_status() local 137 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_send_op_cond() local 228 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_send_csd() local 351 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_send_ext_csd() local 382 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_all_send_cid() local 401 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_send_cid() local 421 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_set_rca() local 439 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_error_recovery() local 604 sdmmchost_cmd_t *cmd = &card->host->cmd; in emmc_probe_device() local [all …]
|
| /device/soc/beken/bk7235/liteos_m/bk_sdk_armino/middleware/driver/sdcard/ |
| D | sdcard.c | 344 SDIO_CMD_S cmd; in sdcard_cmd0_process() local 358 SDIO_CMD_S cmd; in sdcard_cmd1_process() local 394 SDIO_CMD_S cmd; in sdcard_mmc_cmd8_process() local 441 SDIO_CMD_S cmd; in sdcard_cmd8_process() local 484 SDIO_CMD_S cmd; in sdcard_acmd41_process() local 527 SDIO_CMD_S cmd; in sdcard_cmd2_process() local 544 SDIO_CMD_S cmd; in sdcard_mmc_cmd3_process() local 571 SDIO_CMD_S cmd; in sdcard_cmd3_process() local 601 SDIO_CMD_S cmd; in sdcard_cmd9_process() local 660 SDIO_CMD_S cmd; in sdcard_cmd7_process() local [all …]
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/gpio/ |
| D | drv_gpio_intf.c | 39 hi_u32 cmd; member 45 static hi_void gpio_proc_write_cmd_process(hi_u32 cmd, hi_u32 group, hi_u32 bit, hi_u32 bit_value) in gpio_proc_write_cmd_process() 260 static hi_s32 hi_gpio_ioctl_set_int_type(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_set_int_type() 292 static hi_s32 hi_gpio_ioctl_set_int_enable(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_set_int_enable() 337 static hi_s32 hi_gpio_ioctl_get_int(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_get_int() 378 static hi_s32 hi_gpio_ioctl_get_gpio_num(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_get_gpio_num() 409 static hi_s32 hi_gpio_ioctl_set_output_type(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_set_output_type() 442 static hi_s32 hi_gpio_ioctl_get_output_type(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_get_output_type() 481 static hi_s32 hi_gpio_ioctl_set_direct(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_set_direct() 513 static hi_s32 hi_gpio_ioctl_get_direct(unsigned int cmd, hi_void *arg, hi_void *private_data) in hi_gpio_ioctl_get_direct() [all …]
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/mali_kutf_clk_rate_trace/kernel/ |
| D | mali_kutf_clk_rate_trace_test.c | 112 enum kbasep_clk_rate_trace_req cmd; member 199 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_change_pm_ctx() 236 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_get_rate() 298 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_get_snapshot() 357 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_invoke_notify_42k() 396 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_close_portal() 431 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_get_platform() 477 struct clk_trace_portal_input *cmd) in kutf_clk_trace_dequeue_portal_cmd() 520 struct clk_trace_portal_input *cmd) in kutf_clk_trace_process_portal_cmd() 575 struct clk_trace_portal_input *cmd) in kutf_clk_trace_do_nack_response() [all …]
|
| /device/soc/winnermicro/wm800/board/src/bt/blehost/nimble/host/src/ |
| D | ble_hs_pvcy.c | 37 struct ble_hci_le_set_rpa_tmo_cp cmd; in ble_hs_pvcy_set_addr_timeout() local 51 struct ble_hci_le_set_addr_res_en_cp cmd; in ble_hs_pvcy_set_resolve_enabled() local 61 struct ble_hci_le_rmv_resolve_list_cp cmd; in ble_hs_pvcy_remove_entry() local 83 struct ble_hci_le_add_resolv_list_cp cmd; in ble_hs_pvcy_add_entry_hci() local 214 struct ble_hci_le_set_privacy_mode_cp cmd; in ble_hs_pvcy_set_mode() local
|
| D | ble_hs_hci_util.c | 81 struct ble_hci_rd_rssi_cp cmd; in ble_hs_hci_util_read_rssi() local 101 struct ble_hci_le_set_rand_addr_cp cmd; in ble_hs_hci_util_set_random_addr() local 110 struct ble_hci_le_set_data_len_cp cmd; in ble_hs_hci_util_set_data_len() local 158 struct ble_hci_le_rd_chan_map_cp cmd; in ble_hs_hci_read_chan_map() local 179 struct ble_hci_le_set_host_chan_class_cp cmd; in ble_hs_hci_set_chan_class() local
|
| D | ble_gap.c | 496 struct ble_hci_le_rd_phy_cp cmd; in ble_gap_read_le_phy() local 527 struct ble_hci_le_set_default_phy_cp cmd; in ble_gap_set_prefered_default_le_phy() local 563 struct ble_hci_le_set_phy_cp cmd; in ble_gap_set_prefered_le_phy() local 1392 struct ble_hci_le_periodic_adv_sync_transfer_params_cp cmd; in periodic_adv_transfer_disable() local 1483 struct ble_hci_le_rd_rem_feat_cp cmd; in ble_gap_rd_rem_sup_feat_tx() local 1838 struct ble_hci_le_add_whte_list_cp cmd; in ble_gap_wl_tx_add() local 1908 struct ble_hci_le_set_adv_enable_cp cmd; in ble_gap_adv_enable_tx() local 2023 struct ble_hci_le_set_adv_params_cp cmd; in ble_gap_adv_params_tx() local 2219 struct ble_hci_le_set_adv_data_cp cmd; in ble_gap_adv_set_data() local 2241 struct ble_hci_le_set_scan_rsp_data_cp cmd; in ble_gap_adv_rsp_set_data() local [all …]
|
| /device/board/fnlink/v200zr/liteos_m/at/ |
| D | at_wifi.c | 72 static int at_lwip_ifconfig(cmd_tbl_t *cmd, int argc, char *argv[]) in at_lwip_ifconfig() 243 static int at_start_softap(cmd_tbl_t *cmd, int argc, char *argv[]) in at_start_softap() 262 static int at_stop_softap(cmd_tbl_t *cmd, int argc, char *argv[]) in at_stop_softap() 272 static int at_start_wifista(cmd_tbl_t *cmd, int argc, char *argv[]) in at_start_wifista() 281 static int at_stop_wifista(cmd_tbl_t *cmd, int argc, char *argv[]) in at_stop_wifista() 295 static int at_setup_dhcp(cmd_tbl_t *cmd, int argc, char *argv[]) in at_setup_dhcp() 333 static int at_setup_dhcps(cmd_tbl_t *cmd, int argc, char *argv[]) in at_setup_dhcps()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/lcd/ |
| D | ili9881c.c | 154 u8 cmd; member 168 struct cmd { struct 169 u8 cmd; argument 170 u8 data; 171 } cmd; member 1183 static int ili9881c_send_cmd_data(u32 sel, u8 cmd, u8 data) in ili9881c_send_cmd_data()
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v3x/ |
| D | de_dsi_28.c | 194 __s32 dsi_dcs_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_dcs_wr() 249 __s32 dsi_dcs_wr_0para(__u32 sel, __u8 cmd) in dsi_dcs_wr_0para() 257 __s32 dsi_dcs_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_dcs_wr_1para() 265 __s32 dsi_dcs_wr_2para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2) in dsi_dcs_wr_2para() 275 __s32 dsi_dcs_wr_3para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3) in dsi_dcs_wr_3para() 285 __s32 dsi_dcs_wr_4para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_4para() 298 __s32 dsi_dcs_wr_5para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_5para() 347 __s32 dsi_gen_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_gen_wr() 389 __s32 dsi_gen_wr_0para(__u32 sel, __u8 cmd) in dsi_gen_wr_0para() 397 __s32 dsi_gen_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_gen_wr_1para() [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v33x/tcon/ |
| D | de_dsi_28.c | 194 __s32 dsi_dcs_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_dcs_wr() 249 __s32 dsi_dcs_wr_0para(__u32 sel, __u8 cmd) in dsi_dcs_wr_0para() 257 __s32 dsi_dcs_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_dcs_wr_1para() 265 __s32 dsi_dcs_wr_2para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2) in dsi_dcs_wr_2para() 275 __s32 dsi_dcs_wr_3para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3) in dsi_dcs_wr_3para() 285 __s32 dsi_dcs_wr_4para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_4para() 298 __s32 dsi_dcs_wr_5para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_5para() 347 __s32 dsi_gen_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_gen_wr() 389 __s32 dsi_gen_wr_0para(__u32 sel, __u8 cmd) in dsi_gen_wr_0para() 397 __s32 dsi_gen_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_gen_wr_1para() [all …]
|
| /device/board/isoftstone/zhiyuan/kernel/driver/drivers/video/sunxi/disp2/disp/de/lowlevel_v2x/ |
| D | de_dsi_28.c | 192 __s32 dsi_dcs_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_dcs_wr() 247 __s32 dsi_dcs_wr_0para(__u32 sel, __u8 cmd) in dsi_dcs_wr_0para() 255 __s32 dsi_dcs_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_dcs_wr_1para() 263 __s32 dsi_dcs_wr_2para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2) in dsi_dcs_wr_2para() 273 __s32 dsi_dcs_wr_3para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3) in dsi_dcs_wr_3para() 283 __s32 dsi_dcs_wr_4para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_4para() 296 __s32 dsi_dcs_wr_5para(__u32 sel, __u8 cmd, __u8 para1, __u8 para2, __u8 para3, in dsi_dcs_wr_5para() 345 __s32 dsi_gen_wr(__u32 sel, __u8 cmd, __u8 *para_p, __u32 para_num) in dsi_gen_wr() 387 __s32 dsi_gen_wr_0para(__u32 sel, __u8 cmd) in dsi_gen_wr_0para() 395 __s32 dsi_gen_wr_1para(__u32 sel, __u8 cmd, __u8 para) in dsi_gen_wr_1para() [all …]
|
| /device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_console.c | 135 static int ddr_do_memory_write(char *cmd) in ddr_do_memory_write() 162 static int ddr_do_memory_display(char *cmd) in ddr_do_memory_display() 203 static int ddr_do_sw_training(char *cmd) in ddr_do_sw_training() 220 static int ddr_do_hw_training(char *cmd) in ddr_do_hw_training() 234 unsigned int cmd=0; in ddr_training_console() local
|
| /device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/ |
| D | ddr_training_console.c | 135 static int ddr_do_memory_write(char *cmd) in ddr_do_memory_write() 162 static int ddr_do_memory_display(char *cmd) in ddr_do_memory_display() 203 static int ddr_do_sw_training(char *cmd) in ddr_do_sw_training() 220 static int ddr_do_hw_training(char *cmd) in ddr_do_hw_training() 234 unsigned int cmd=0; in ddr_training_console() local
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/panel/ |
| D | panel-ilitek-ili9881c.c | 33 struct cmd { struct 34 u8 cmd; member 35 u8 data; 36 } cmd; member 269 static int ili9881c_send_cmd_data(struct ili9881c *ctx, u8 cmd, u8 data) in ili9881c_send_cmd_data()
|
| /device/soc/rockchip/common/sdk_linux/kernel/ |
| D | reboot.c | 71 void kernel_restart_prepare(char *cmd) in kernel_restart_prepare() 213 void do_kernel_restart(char *cmd) in do_kernel_restart() 233 void do_kernel_pre_restart(char *cmd) in do_kernel_pre_restart() 266 void kernel_restart(char *cmd) in kernel_restart() 333 SYSCALL_DEFINE4(reboot, int, magic1, int, magic2, unsigned int, cmd, void __user *, arg) in SYSCALL_DEFINE4() argument 446 static int run_cmd(const char *cmd) in run_cmd()
|
| /device/soc/esp/esp32/components/driver/ |
| D | sdmmc_transaction.c | 259 static esp_err_t handle_event(sdmmc_command_t* cmd, sdmmc_req_state_t* state, in handle_event() 281 static bool cmd_needs_auto_stop(const sdmmc_command_t* cmd) in cmd_needs_auto_stop() 291 static sdmmc_hw_cmd_t make_hw_cmd(sdmmc_command_t* cmd) in make_hw_cmd() 330 static void process_command_response(uint32_t status, sdmmc_command_t* cmd) in process_command_response() 362 static void process_data_status(uint32_t status, sdmmc_command_t* cmd) in process_data_status() 392 static esp_err_t process_events(sdmmc_event_t evt, sdmmc_command_t* cmd, in process_events()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/mmz/ |
| D | drv_mmz_compat.c | 92 static long compat_mmz_userdev_normal(struct file *filp, unsigned int cmd, struct mmb_info *mmi) in compat_mmz_userdev_normal() 126 static long compat_mmz_userdev_ioctl_m(struct file *filp, unsigned int cmd, unsigned long arg) in compat_mmz_userdev_ioctl_m() 179 static long compat_mmz_userdev_ioctl_c(struct file *filp, unsigned int cmd, unsigned long arg) in compat_mmz_userdev_ioctl_c() 228 long compat_mmz_userdev_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in compat_mmz_userdev_ioctl()
|
| /device/soc/amlogic/a311d/soc/amlogic/reboot/ |
| D | reboot.c | 43 static u32 parse_reason(const char *cmd) in parse_reason() 98 void meson_common_restart(char mode, const char *cmd) in meson_common_restart() 107 static void do_aml_restart(enum reboot_mode reboot_mode, const char *cmd) in do_aml_restart() 117 static int panic_notify(struct notifier_block *self, unsigned long cmd, void *ptr) in panic_notify()
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/msp/drv/hiproc/kernel/ |
| D | hiproc.c | 172 static hi_s32 hiproc_create_proc_entry(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_create_proc_entry() 193 static hi_s32 hiproc_remove_proc_entry(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_remove_proc_entry() 212 static hi_s32 hiproc_get_cmd(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_get_cmd() 239 static hi_s32 hiproc_wake_read_task(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_wake_read_task() 275 static hi_s32 hiproc_wake_write_task(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_wake_write_task() 282 static hi_s32 hiproc_wake_get_cmd(unsigned int cmd, hi_void *para, hi_void *private_data) in hiproc_wake_get_cmd()
|
| /device/soc/rockchip/common/sdk_linux/drivers/irqchip/ |
| D | irq-gic-v3-its.c | 440 static void its_encode_cmd(struct its_cmd_block *cmd, u8 cmd_nr) in its_encode_cmd() 445 static void its_encode_devid(struct its_cmd_block *cmd, u32 devid) in its_encode_devid() 450 static void its_encode_event_id(struct its_cmd_block *cmd, u32 id) in its_encode_event_id() 455 static void its_encode_phys_id(struct its_cmd_block *cmd, u32 phys_id) in its_encode_phys_id() 460 static void its_encode_size(struct its_cmd_block *cmd, u8 size) in its_encode_size() 465 static void its_encode_itt(struct its_cmd_block *cmd, u64 itt_addr) in its_encode_itt() 470 static void its_encode_valid(struct its_cmd_block *cmd, int valid) in its_encode_valid() 475 static void its_encode_target(struct its_cmd_block *cmd, u64 target_addr) in its_encode_target() 480 static void its_encode_collection(struct its_cmd_block *cmd, u16 col) in its_encode_collection() 485 static void its_encode_vpeid(struct its_cmd_block *cmd, u16 vpeid) in its_encode_vpeid() [all …]
|