Home
last modified time | relevance | path

Searched refs:fw_cfg_sysfs_entry (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/firmware/
H A Dqemu_fw_cfg.c313 /* fw_cfg_sysfs_entry type */
314 struct fw_cfg_sysfs_entry { struct
348 /* get fw_cfg_sysfs_entry from kobject member */
349 static inline struct fw_cfg_sysfs_entry *to_entry(struct kobject *kobj) in to_entry()
351 return container_of(kobj, struct fw_cfg_sysfs_entry, kobj); in to_entry()
357 ssize_t (*show)(struct fw_cfg_sysfs_entry *entry, char *buf);
366 /* global cache of fw_cfg_sysfs_entry objects */
372 static inline void fw_cfg_sysfs_cache_enlist(struct fw_cfg_sysfs_entry *entry) in fw_cfg_sysfs_cache_enlist()
379 static inline void fw_cfg_sysfs_cache_delist(struct fw_cfg_sysfs_entry *entry) in fw_cfg_sysfs_cache_delist()
388 struct fw_cfg_sysfs_entry *entr in fw_cfg_sysfs_cache_cleanup()
430 ATTRIBUTE_GROUPS(fw_cfg_sysfs_entry); global() variable
[all...]
/kernel/linux/linux-5.10/drivers/firmware/
H A Dqemu_fw_cfg.c313 /* fw_cfg_sysfs_entry type */
314 struct fw_cfg_sysfs_entry { struct
348 /* get fw_cfg_sysfs_entry from kobject member */
349 static inline struct fw_cfg_sysfs_entry *to_entry(struct kobject *kobj) in to_entry()
351 return container_of(kobj, struct fw_cfg_sysfs_entry, kobj); in to_entry()
357 ssize_t (*show)(struct fw_cfg_sysfs_entry *entry, char *buf);
366 /* global cache of fw_cfg_sysfs_entry objects */
372 static inline void fw_cfg_sysfs_cache_enlist(struct fw_cfg_sysfs_entry *entry) in fw_cfg_sysfs_cache_enlist()
379 static inline void fw_cfg_sysfs_cache_delist(struct fw_cfg_sysfs_entry *entry) in fw_cfg_sysfs_cache_delist()
388 struct fw_cfg_sysfs_entry *entr in fw_cfg_sysfs_cache_cleanup()
[all...]

Completed in 2 milliseconds