Home
last modified time | relevance | path

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

/linux-6.15/include/linux/soc/apple/
H A Drtkit.h79 const char *mbox_name, int mbox_idx,
93 const char *mbox_name, int mbox_idx,
/linux-6.15/drivers/i2c/busses/
H A Di2c-xgene-slimpro.c100 int mbox_idx; member
178 cpu_to_le32(PCC_SIGNATURE | ctx->mbox_idx)); in slimpro_i2c_pcc_tx_prepare()
477 &ctx->mbox_idx)) in xgene_slimpro_i2c_probe()
478 ctx->mbox_idx = MAILBOX_I2C_INDEX; in xgene_slimpro_i2c_probe()
482 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_slimpro_i2c_probe()
/linux-6.15/drivers/hwmon/
H A Dxgene-hwmon.c92 int mbox_idx; member
139 cpu_to_le32(PCC_SIGNATURE | ctx->mbox_idx)); in xgene_hwmon_pcc_rd()
664 &ctx->mbox_idx)) { in xgene_hwmon_probe()
671 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
/linux-6.15/drivers/soc/apple/
H A Drtkit.c662 const char *mbox_name, int mbox_idx, in apple_rtkit_init() argument
689 rtk->mbox = apple_mbox_get(dev, mbox_idx); in apple_rtkit_init()
944 const char *mbox_name, int mbox_idx, in devm_apple_rtkit_init() argument
950 rtk = apple_rtkit_init(dev, cookie, mbox_name, mbox_idx, ops); in devm_apple_rtkit_init()