Searched refs:check_chip_resource (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/drivers/infiniband/hw/hfi1/ |
D | qsfp.c | 298 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_write() 337 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in i2c_read() 364 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_write() 444 if (!check_chip_resource(ppd->dd, i2c_target(target), __func__)) in qsfp_read()
|
D | chip.h | 716 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource,
|
D | firmware.c | 1542 bool check_chip_resource(struct hfi1_devdata *dd, u32 resource, in check_chip_resource() function
|
D | chip.c | 15403 check_chip_resource(dd, CR_THERM_INIT, NULL)) in thermal_init()
|