Home
last modified time | relevance | path

Searched defs:props (Results 376 - 400 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c1117 struct backlight_properties props; in dsicm_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/base/
H A Dswnode.c130 static const void *property_entry_find(const struct property_entry *props, in property_entry_find() argument
148 property_entry_count_elems_of_size(const struct property_entry *props, in property_entry_count_elems_of_size() argument
160 static int property_entry_read_int_array(const struct property_entry *props, in property_entry_read_int_array() argument
185 static int property_entry_read_string_array(const struct property_entry *props, in property_entry_read_string_array() argument
724 struct property_entry *props; software_node_alloc() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Datombios_encoders.c170 struct backlight_properties props; in amdgpu_atombios_encoder_init_backlight() local
[all...]
H A Damdgpu_mes.c939 amdgpu_mes_ring_to_queue_props(struct amdgpu_device *adev, struct amdgpu_ring *ring, struct amdgpu_mes_queue_properties *props) amdgpu_mes_ring_to_queue_props() argument
[all...]
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx.c327 nx_of_update_status(struct device *dev, struct property *p, struct nx_of *props) nx_of_update_status() argument
340 nx_of_update_sglen(struct device *dev, struct property *p, struct nx_of *props) nx_of_update_sglen() argument
357 nx_of_update_msc(struct device *dev, struct property *p, struct nx_of *props) nx_of_update_msc() argument
463 nx_of_init(struct device *dev, struct nx_of *props) nx_of_init() argument
491 struct alg_props *props = &nx_driver.of.ap[fc][mode][slot]; nx_check_prop() local
[all...]
H A Dnx.h130 struct alg_props props[3];/* openFirmware properties for requests */ member
/kernel/linux/linux-6.6/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c163 hns_roce_query_device(struct ib_device *ib_dev, struct ib_device_attr *props, struct ib_udata *uhw) hns_roce_query_device() argument
213 hns_roce_query_port(struct ib_device *ib_dev, u32 port_num, struct ib_port_attr *props) hns_roce_query_port() argument
280 hns_roce_modify_device(struct ib_device *ib_dev, int mask, struct ib_device_modify *props) hns_roce_modify_device() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane.c1532 static const struct drm_prop_enum_list props[] = { in drm_create_scaling_filter_prop() local
/kernel/linux/linux-6.6/drivers/infiniband/hw/mthca/
H A Dmthca_provider.c53 static int mthca_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in mthca_query_device() argument
121 mthca_query_port(struct ib_device *ibdev, u32 port, struct ib_port_attr *props) mthca_query_port() argument
170 mthca_modify_device(struct ib_device *ibdev, int mask, struct ib_device_modify *props) mthca_modify_device() argument
188 mthca_modify_port(struct ib_device *ibdev, u32 port, int port_modify_mask, struct ib_port_modify *props) mthca_modify_port() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-sony-acx565akm.c344 struct backlight_properties props = { in acx565akm_backlight_init() local
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ishtp/
H A Dishtp-dev.h71 struct ishtp_client_properties props; member
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dvt.c77 rvt_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) rvt_query_device() argument
119 rvt_query_port(struct ib_device *ibdev, u32 port_num, struct ib_port_attr *props) rvt_query_port() argument
151 rvt_modify_port(struct ib_device *ibdev, u32 port_num, int port_modify_mask, struct ib_port_modify *props) rvt_modify_port() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_f01.c137 rmi_f01_read_properties(struct rmi_device *rmi_dev, u16 query_base_addr, struct f01_basic_properties *props) rmi_f01_read_properties() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dmms114.c68 struct touchscreen_properties props; member
337 const struct touchscreen_properties *props = &data->props; in mms114_setup_regs() local
452 struct touchscreen_properties *props = &data->props; in mms114_parse_legacy_bindings() local
[all...]
/kernel/linux/linux-6.6/drivers/media/common/
H A Dcx2341x.c1373 u32 props; in cx2341x_s_ctrl() local
/kernel/linux/linux-6.6/net/tipc/
H A Dbearer.c1032 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in __tipc_nl_bearer_enable() local
1136 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in __tipc_nl_bearer_set() local
1333 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; __tipc_nl_media_set() local
[all...]
H A Dbcast.c656 struct nlattr *props[TIPC_NLA_PROP_MAX + 1]; in tipc_nl_bc_link_set() local
[all...]
/kernel/linux/linux-6.6/sound/soc/generic/
H A Daudio-graph-card2.c368 graph_parse_convert(struct device_node *ep, struct simple_dai_props *props) graph_parse_convert() argument
384 graph_parse_mclk_fs(struct device_node *ep, struct simple_dai_props *props) graph_parse_mclk_fs() argument
/kernel/linux/linux-6.6/sound/soc/intel/boards/
H A Dsof_es8336.c595 struct property_entry props[MAX_NO_PROPS] = {}; in sof_es8336_probe() local
/third_party/icu/icu4c/source/common/
H A Ducase.cpp128 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_tolower() local
150 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); in ucase_toupper() local
172 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_totitle() local
208 uint16_t props; ucase_addCaseClosure() local
578 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_getType() local
585 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_getTypeOrIgnorable() local
592 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); getDotType() local
608 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_isCaseSensitive() local
1063 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_toFullLower() local
1215 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); toUpperOrTitle() local
1375 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_fold() local
1450 uint16_t props=UTRIE2_GET16(&ucase_props_singleton.trie, c); ucase_toFullFolding() local
[all...]
H A Ducasemap.cpp280 uint16_t props = UTRIE2_GET16(trie, c); in toLower() local
388 uint16_t props = UTRIE2_GET16(trie, c); in toUpper() local
H A Duchar.cpp50 uint32_t props; in u_charType() local
91 uint32_t props; in u_islower() local
99 uint32_t props; in u_isupper() local
107 uint32_t props; in u_istitle() local
115 uint32_t props; u_isdigit() local
122 uint32_t props; u_isxdigit() local
139 uint32_t props; u_isalpha() local
152 uint32_t props; u_isalnum() local
169 uint32_t props; u_isdefined() local
177 uint32_t props; u_isbase() local
185 uint32_t props; u_iscntrl() local
206 uint32_t props; u_isspace() local
213 uint32_t props; u_isJavaSpaceChar() local
221 uint32_t props; u_isWhitespace() local
236 uint32_t props; u_isblank() local
250 uint32_t props; u_isprint() local
263 uint32_t props; u_isprintPOSIX() local
274 uint32_t props; u_isgraph() local
291 uint32_t props; u_isgraphPOSIX() local
302 uint32_t props; u_ispunct() local
311 uint32_t props; u_isIDStart() local
320 uint32_t props; u_isIDPart() local
337 uint32_t props; u_isIDIgnorable() local
346 uint32_t props; u_isJavaIDStart() local
356 uint32_t props; u_isJavaIDPart() local
370 uint32_t props; u_charDigitValue() local
383 uint32_t props; u_getNumericValue() local
519 uint32_t props; u_getMainProperties() local
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dcasepropsbuilder.cpp247 UniProps props; member
393 CasePropsBuilder::setProps(const UniProps &props, const UnicodeSet &newValues, in setProps() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DTestFmwk.java371 private Properties props; field in TestFmwk.TestParams
384 private void parseProperties(Properties props) { in parseProperties() argument
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DTestFmwk.java345 private Properties props; field in TestFmwk.TestParams
359 private void parseProperties(Properties props) { in parseProperties() argument

Completed in 27 milliseconds

1...<<11121314151617181920>>...29