Searched refs:cmd_length (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/hwmon/ |
H A D | asus_rog_ryujin.c | 154 static int rog_ryujin_write_expanded(struct rog_ryujin_data *priv, const u8 *cmd, int cmd_length) in rog_ryujin_write_expanded() argument 160 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in rog_ryujin_write_expanded() 168 static int rog_ryujin_execute_cmd(struct rog_ryujin_data *priv, const u8 *cmd, int cmd_length, in rog_ryujin_execute_cmd() argument 183 ret = rog_ryujin_write_expanded(priv, cmd, cmd_length); in rog_ryujin_execute_cmd()
|
H A D | gigabyte_waterforce.c | 111 static int waterforce_write_expanded(struct waterforce_data *priv, const u8 *cmd, int cmd_length) in waterforce_write_expanded() argument 117 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in waterforce_write_expanded()
|
H A D | nzxt-kraken3.c | 185 static int kraken3_write_expanded(struct kraken3_data *priv, const u8 *cmd, int cmd_length) in kraken3_write_expanded() argument 191 memcpy_and_pad(priv->buffer, MAX_REPORT_LENGTH, cmd, cmd_length, 0x00); in kraken3_write_expanded()
|
/linux/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_cmd_parser.c | 140 static uint8_t cmd_length[32] = { variable 188 len = cmd_length[op]; in etnaviv_cmd_validate_one()
|
/linux/drivers/gpu/drm/i915/gvt/ |
H A D | cmd_parser.c | 837 static inline int cmd_length(struct parser_exec_state *s) in cmd_length() function 1051 int cmd_len = cmd_length(s); in cmd_handler_lri() 1073 int cmd_len = cmd_length(s); in cmd_handler_lrr() 1101 int cmd_len = cmd_length(s); in cmd_handler_lrm() 1129 int cmd_len = cmd_length(s); in cmd_handler_srm() 1245 return ip_gma_advance(s, cmd_length(s)); in cmd_advance_default() 1484 int len = cmd_length(s); in cmd_handler_mi_display_flip() 1490 ret = gvt_check_valid_cmd_length(cmd_length(s), in cmd_handler_mi_display_flip() 1592 for (i = 0; i < cmd_length(s); i++) { in cmd_address_audit() 1610 int op_size = (cmd_length( in cmd_handler_mi_store_data_imm() [all...] |
/linux/drivers/net/ethernet/intel/e1000/ |
H A D | e1000_main.c | 2702 u32 cmd_length = 0; in e1000_tso() local 2723 cmd_length = E1000_TXD_CMD_IP; in e1000_tso() 2735 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE | in e1000_tso() 2750 context_desc->cmd_and_length = cpu_to_le32(cmd_length); in e1000_tso()
|
/linux/tools/testing/selftests/iommu/ |
H A D | iommufd.c | 95 TEST_F(iommufd, cmd_length) in TEST_F() argument
|