Home
last modified time | relevance | path

Searched refs:p_msg (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/media/common/siano/
Dsmscoreapi.c1952 } *p_msg; in smscore_gpio_configure() local
1968 p_msg = (struct set_gpio_msg *) SMS_ALIGN_ADDRESS(buffer); in smscore_gpio_configure()
1970 p_msg->x_msg_header.msg_src_id = DVBT_BDA_CONTROL_MSG_ID; in smscore_gpio_configure()
1971 p_msg->x_msg_header.msg_dst_id = HIF_TASK; in smscore_gpio_configure()
1972 p_msg->x_msg_header.msg_flags = 0; in smscore_gpio_configure()
1973 p_msg->x_msg_header.msg_length = (u16) total_len; in smscore_gpio_configure()
1974 p_msg->msg_data[0] = pin_num; in smscore_gpio_configure()
1977 p_msg->x_msg_header.msg_type = MSG_SMS_GPIO_CONFIG_REQ; in smscore_gpio_configure()
1984 p_msg->msg_data[1] = translatedpin_num; in smscore_gpio_configure()
1985 p_msg->msg_data[2] = group_num; in smscore_gpio_configure()
[all …]
/linux-5.19.10/drivers/firmware/
Dstratix10-svc.c813 *p_msg = (struct stratix10_svc_client_msg *)msg; in stratix10_svc_send() local
841 p_msg->payload, p_msg->command, in stratix10_svc_send()
842 (unsigned int)p_msg->payload_length); in stratix10_svc_send()
845 if (p_msg->command == COMMAND_RECONFIG) { in stratix10_svc_send()
848 p_msg->payload; in stratix10_svc_send()
853 if (p_mem->vaddr == p_msg->payload) { in stratix10_svc_send()
859 p_data->command = p_msg->command; in stratix10_svc_send()
860 p_data->arg[0] = p_msg->arg[0]; in stratix10_svc_send()
861 p_data->arg[1] = p_msg->arg[1]; in stratix10_svc_send()
862 p_data->arg[2] = p_msg->arg[2]; in stratix10_svc_send()
[all …]
/linux-5.19.10/drivers/i2c/busses/
Di2c-cadence.c191 struct i2c_msg *p_msg; member
569 id->p_recv_buf = id->p_msg->buf; in cdns_i2c_mrecv()
570 id->recv_count = id->p_msg->len; in cdns_i2c_mrecv()
581 if (id->p_msg->flags & I2C_M_RECV_LEN) in cdns_i2c_mrecv()
582 id->recv_count = I2C_SMBUS_BLOCK_MAX + id->p_msg->len; in cdns_i2c_mrecv()
615 ((id->p_msg->flags & I2C_M_RECV_LEN) != I2C_M_RECV_LEN) && in cdns_i2c_mrecv()
624 addr = id->p_msg->addr; in cdns_i2c_mrecv()
665 id->p_send_buf = id->p_msg->buf; in cdns_i2c_msend()
666 id->send_count = id->p_msg->len; in cdns_i2c_msend()
710 cdns_i2c_writereg(id->p_msg->addr & CDNS_I2C_ADDR_MASK, in cdns_i2c_msend()
[all …]