Searched refs:smp2p_entry (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/soc/qcom/ |
D | trace-smp2p.h | 45 TP_PROTO(struct smp2p_entry *smp2p_entry, unsigned long status, u32 val), 46 TP_ARGS(smp2p_entry, status, val), 48 __string(dev_name, dev_name(smp2p_entry->smp2p->dev)) 49 __string(client_name, smp2p_entry->name) 68 TP_PROTO(struct smp2p_entry *smp2p_entry, u32 orig, u32 val), 69 TP_ARGS(smp2p_entry, orig, val), 71 __string(dev_name, dev_name(smp2p_entry->smp2p->dev)) 72 __string(client_name, smp2p_entry->name)
|
D | smp2p.c | 95 struct smp2p_entry { struct 228 struct smp2p_entry *entry; in qcom_smp2p_notify_in() 329 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_mask_irq() 337 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_unmask_irq() 345 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_set_irq_type() 366 struct smp2p_entry *entry = irq_data_get_irq_chip_data(irqd); in smp2p_irq_print_chip() 383 struct smp2p_entry *entry = d->host_data; in smp2p_irq_map() 399 struct smp2p_entry *entry, in qcom_smp2p_inbound_entry() 413 struct smp2p_entry *entry = data; in smp2p_update_bits() 438 struct smp2p_entry *entry, in qcom_smp2p_outbound_entry() [all …]
|