Searched defs:propname (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/sys/dev/pci/drm/ |
H A D | drm_linux.c | 3675 __of_property_present(struct device_node * np,const char * propname) __of_property_present() argument 3682 __of_property_read_variable_u32_array(struct device_node * np,const char * propname,uint32_t * out_values,size_t sz_min,size_t sz_max) __of_property_read_variable_u32_array() argument 3702 __of_property_read_variable_u64_array(struct device_node * np,const char * propname,uint64_t * out_values,size_t sz_min,size_t sz_max) __of_property_read_variable_u64_array() argument 3722 __of_property_match_string(struct device_node * np,const char * propname,const char * str) __of_property_match_string() argument 3733 __of_parse_phandle(struct device_node * np,const char * propname,int idx) __of_parse_phandle() argument 3751 __of_parse_phandle_with_args(struct device_node * np,const char * propname,const char * cellsname,int idx,struct of_phandle_args * args) __of_parse_phandle_with_args() argument [all...] |
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.cpp | 1765 auto propname = prop_node.GetAttributeValue("name", ""); in LoadQXferMemoryMap() local
|