Home
last modified time | relevance | path

Searched defs:get_attribute (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dbmc_redfish.py156 def get_attribute(self, path, attribute, default=None, *args, **kwargs): member in bmc_redfish
H A Dbmc_redfish_utils.py61 def get_attribute(self, resource_path, attribute, verify=None): member in bmc_redfish_utils
H A Dredfish_request.py402 def get_attribute(attribute, data): member in redfish_request
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.h241 static inline int get_attribute(struct fb_info *info, u16 c) in get_attribute() function