Searched refs:mbox_idx (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/linux/soc/apple/ |
H A D | rtkit.h | 75 * @mbox_idx: mailbox index to be used if mbox_name is NULL 79 const char *mbox_name, int mbox_idx, 89 * @mbox_idx: mailbox index to be used if mbox_name is NULL 93 const char *mbox_name, int mbox_idx,
|
/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-xgene-slimpro.c | 108 int mbox_idx; member 186 cpu_to_le32(PCC_SIGNATURE | ctx->mbox_idx)); in slimpro_i2c_pcc_tx_prepare() 485 &ctx->mbox_idx)) in xgene_slimpro_i2c_probe() 486 ctx->mbox_idx = MAILBOX_I2C_INDEX; in xgene_slimpro_i2c_probe() 490 ctx->mbox_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_slimpro_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/i2c/busses/ |
H A D | i2c-xgene-slimpro.c | 108 int mbox_idx; member 186 cpu_to_le32(PCC_SIGNATURE | ctx->mbox_idx)); in slimpro_i2c_pcc_tx_prepare() 485 &ctx->mbox_idx)) in xgene_slimpro_i2c_probe() 486 ctx->mbox_idx = MAILBOX_I2C_INDEX; in xgene_slimpro_i2c_probe() 490 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_slimpro_i2c_probe()
|
/kernel/linux/linux-6.6/drivers/soc/apple/ |
H A D | rtkit.c | 707 mbox_request_channel(&rtk->mbox_cl, rtk->mbox_idx); in apple_rtkit_request_mbox_chan() 715 const char *mbox_name, int mbox_idx, in apple_rtkit_init() 740 rtk->mbox_idx = mbox_idx; in apple_rtkit_init() 983 const char *mbox_name, int mbox_idx, in devm_apple_rtkit_init() 989 rtk = apple_rtkit_init(dev, cookie, mbox_name, mbox_idx, ops); in devm_apple_rtkit_init() 714 apple_rtkit_init(struct device *dev, void *cookie, const char *mbox_name, int mbox_idx, const struct apple_rtkit_ops *ops) apple_rtkit_init() argument 982 devm_apple_rtkit_init(struct device *dev, void *cookie, const char *mbox_name, int mbox_idx, const struct apple_rtkit_ops *ops) devm_apple_rtkit_init() argument
|
H A D | rtkit-internal.h | 32 int mbox_idx; member
|
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | xgene-hwmon.c | 97 int mbox_idx; member 144 cpu_to_le32(PCC_SIGNATURE_MASK | ctx->mbox_idx)); in xgene_hwmon_pcc_rd() 667 &ctx->mbox_idx)) { in xgene_hwmon_probe() 674 ctx->mbox_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | xgene-hwmon.c | 98 int mbox_idx; member 145 cpu_to_le32(PCC_SIGNATURE_MASK | ctx->mbox_idx)); in xgene_hwmon_pcc_rd() 670 &ctx->mbox_idx)) { in xgene_hwmon_probe() 677 pcc_chan = pcc_mbox_request_channel(cl, ctx->mbox_idx); in xgene_hwmon_probe()
|
Completed in 7 milliseconds