Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firmware/google/
Dmemconsole.c34 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t)) in memconsole_setup()
36 memconsole_bin_attr.private = read_func; in memconsole_setup()
Dmemconsole.h20 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t));
/linux-5.19.10/Documentation/hwmon/
Dhwmon-kernel-api.rst306 int read_func(struct device *dev, enum hwmon_sensor_types type,
/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_link.c8085 read_sfp_module_eeprom_func_p read_func; in bnx2x_read_sfp_module_eeprom() local
8094 read_func = bnx2x_8726_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8098 read_func = bnx2x_8727_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8101 read_func = bnx2x_warpcore_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8110 rc = read_func(phy, params, dev_addr, addr, xfer_size, in bnx2x_read_sfp_module_eeprom()