Searched refs:p_msg (Results 1 – 3 of 3) sorted by relevance
1947 } *p_msg; in smscore_gpio_configure() local1963 p_msg = (struct set_gpio_msg *) SMS_ALIGN_ADDRESS(buffer); in smscore_gpio_configure()1965 p_msg->x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smscore_gpio_configure()1966 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_configure()1967 p_msg->x_msg_header.msg_flags = 0; in smscore_gpio_configure()1968 p_msg->x_msg_header.msg_length = (u16) total_len; in smscore_gpio_configure()1969 p_msg->msg_data[0] = pin_num; in smscore_gpio_configure()1972 p_msg->x_msg_header.msg_type = MSG_SMS_GPIO_CONFIG_REQ; in smscore_gpio_configure()1979 p_msg->msg_data[1] = translatedpin_num; in smscore_gpio_configure()1980 p_msg->msg_data[2] = group_num; in smscore_gpio_configure()[all …]
1237 struct stratix10_svc_client_msg *p_msg = in stratix10_svc_async_send() local1276 handle->msg = p_msg; in stratix10_svc_async_send()1284 switch (p_msg->command) { in stratix10_svc_async_send()1293 args.a2 = p_msg->arg[0]; in stratix10_svc_async_send()1296 dev_err(ctrl->dev, "Invalid command ,%d\n", p_msg->command); in stratix10_svc_async_send()1367 struct stratix10_svc_client_msg *p_msg = in stratix10_svc_async_prepare_response() local1373 switch (p_msg->command) { in stratix10_svc_async_prepare_response()1390 dev_alert(ctrl->dev, "Invalid command\n ,%d", p_msg->command); in stratix10_svc_async_prepare_response()1689 *p_msg = (struct stratix10_svc_client_msg *)msg; in stratix10_svc_send() local1714 p_msg->payload, p_msg->command, in stratix10_svc_send()[all …]
200 struct i2c_msg *p_msg; member726 id->p_recv_buf = id->p_msg->buf; in cdns_i2c_mrecv()727 id->recv_count = id->p_msg->len; in cdns_i2c_mrecv()738 if (id->p_msg->flags & I2C_M_RECV_LEN) in cdns_i2c_mrecv()739 id->recv_count = I2C_SMBUS_BLOCK_MAX + id->p_msg->len; in cdns_i2c_mrecv()779 addr = id->p_msg->addr; in cdns_i2c_mrecv()848 id->p_send_buf = id->p_msg->buf; in cdns_i2c_msend()849 id->send_count = id->p_msg->len; in cdns_i2c_msend()893 cdns_i2c_writereg(id->p_msg->addr & CDNS_I2C_ADDR_MASK, in cdns_i2c_msend()937 id->p_msg = msg; in cdns_i2c_process_msg()