Home
last modified time | relevance | path

Searched refs:remote_state (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/rpmsg/
Dqcom_smd.c207 enum smd_channel_state remote_state; member
579 int remote_state; in qcom_smd_channel_intr() local
585 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_smd_channel_intr()
586 if (remote_state != channel->remote_state) { in qcom_smd_channel_intr()
587 channel->remote_state = remote_state; in qcom_smd_channel_intr()
835 channel->remote_state == SMD_CHANNEL_OPENING || in qcom_smd_channel_open()
836 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
847 channel->remote_state == SMD_CHANNEL_OPENED, in qcom_smd_channel_open()
1279 unsigned remote_state; in qcom_channel_state_worker() local
1295 remote_state = GET_RX_CHANNEL_INFO(channel, state); in qcom_channel_state_worker()
[all …]
/linux-6.1.9/drivers/soc/qcom/
Dsmsm.c114 u32 *remote_state; member
206 val = readl(entry->remote_state); in smsm_intr()
267 if (readl(entry->remote_state) & BIT(irq)) in smsm_unmask_irq()
317 val = readl(entry->remote_state); in smsm_get_irqchip_state()
589 entry->remote_state = states + id; in qcom_smsm_probe()
/linux-6.1.9/drivers/scsi/qla2xxx/
Dqla_edif_bsg.h105 uint8_t remote_state; member
Dqla_edif.c994 app_reply->ports[pcnt].remote_state = in qla_edif_app_getfcinfo()