Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/firmware/google/
H A 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()
H A Dmemconsole.h20 void memconsole_setup(ssize_t (*read_func)(char *, loff_t, size_t));
/OK3568_Linux_fs/external/mpp/utils/
H A Dmpi_dec_utils.c58 ReaderFunc read_func; member
217 impl->read_func = read_ivf_file; in check_file_type()
230 impl->read_func = read_jpeg_file; in check_file_type()
246 impl->read_func = read_normal_file; in check_file_type()
394 FileBufSlot *slot = impl->read_func(impl); in reader_worker()
/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A Dhwmon-kernel-api.rst290 int read_func(struct device *dev, enum hwmon_sensor_types type,
/OK3568_Linux_fs/kernel/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_link.c8083 read_sfp_module_eeprom_func_p read_func; in bnx2x_read_sfp_module_eeprom() local
8092 read_func = bnx2x_8726_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8096 read_func = bnx2x_8727_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8099 read_func = bnx2x_warpcore_read_sfp_module_eeprom; in bnx2x_read_sfp_module_eeprom()
8108 rc = read_func(phy, params, dev_addr, addr, xfer_size, in bnx2x_read_sfp_module_eeprom()