Searched refs:p_msg (Results 1 – 2 of 2) sorted by relevance
1962 } *p_msg; in smscore_gpio_configure() local1978 p_msg = (struct set_gpio_msg *) SMS_ALIGN_ADDRESS(buffer); in smscore_gpio_configure()1980 p_msg->x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smscore_gpio_configure()1981 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_configure()1982 p_msg->x_msg_header.msg_flags = 0; in smscore_gpio_configure()1983 p_msg->x_msg_header.msg_length = (u16) total_len; in smscore_gpio_configure()1984 p_msg->msg_data[0] = pin_num; in smscore_gpio_configure()1987 p_msg->x_msg_header.msg_type = MSG_SMS_GPIO_CONFIG_REQ; in smscore_gpio_configure()1994 p_msg->msg_data[1] = translatedpin_num; in smscore_gpio_configure()1995 p_msg->msg_data[2] = group_num; in smscore_gpio_configure()[all …]
142 struct i2c_msg *p_msg; member333 id->p_recv_buf = id->p_msg->buf; in cdns_i2c_mrecv()334 id->recv_count = id->p_msg->len; in cdns_i2c_mrecv()340 if (id->p_msg->flags & I2C_M_RECV_LEN) in cdns_i2c_mrecv()374 ((id->p_msg->flags & I2C_M_RECV_LEN) != I2C_M_RECV_LEN) && in cdns_i2c_mrecv()378 cdns_i2c_writereg(id->p_msg->addr & CDNS_I2C_ADDR_MASK, in cdns_i2c_mrecv()395 id->p_send_buf = id->p_msg->buf; in cdns_i2c_msend()396 id->send_count = id->p_msg->len; in cdns_i2c_msend()440 cdns_i2c_writereg(id->p_msg->addr & CDNS_I2C_ADDR_MASK, in cdns_i2c_msend()481 id->p_msg = msg; in cdns_i2c_process_msg()