Home
last modified time | relevance | path

Searched defs:props (Results 401 - 425 of 933) sorted by relevance

1...<<11121314151617181920>>...38

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp45 vector<napi_property_descriptor> props = {}; in Export() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmock_mtp_operation_utils.cpp247 shared_ptr<vector<Property>> props = make_shared<vector<Property>>(); in GetObjectPropList() local
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_fetch_file_result_napi.cpp294 napi_property_descriptor props[] = { in PhotoAccessHelperInit() local
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H A Drandomaccessfile_n_exporter.cpp526 vector<napi_property_descriptor> props = { in Export() local
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_display_type.h67 std::vector<GraphicPropertyObject> props; /**< Vector of property objects */ member
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c180 hns_roce_query_device(struct ib_device *ib_dev, struct ib_device_attr *props, struct ib_udata *uhw) hns_roce_query_device() argument
226 hns_roce_query_port(struct ib_device *ib_dev, u8 port_num, struct ib_port_attr *props) hns_roce_query_port() argument
290 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-5.10/drivers/input/touchscreen/
H A Dsx8654.c104 struct touchscreen_properties props; member
H A Dmms114.c65 struct touchscreen_properties props; member
292 const struct touchscreen_properties *props = &data->props; in mms114_setup_regs() local
406 struct touchscreen_properties *props = &data->props; in mms114_parse_legacy_bindings() local
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/usnic/
H A Dusnic_ib_verbs.c278 usnic_ib_query_device(struct ib_device *ibdev, struct ib_device_attr *props, struct ib_udata *uhw) usnic_ib_query_device() argument
335 usnic_ib_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) usnic_ib_query_port() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e63m0.c460 struct backlight_properties props = { in s6e63m0_backlight_register() local
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dprovider.c255 static int c4iw_query_device(struct ib_device *ibdev, struct ib_device_attr *props, in c4iw_query_device() argument
298 c4iw_query_port(struct ib_device *ibdev, u8 port, struct ib_port_attr *props) c4iw_query_port() argument
[all...]
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dbacklight.c393 backlight_device_register(const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) backlight_device_register() argument
602 devm_backlight_device_register(struct device *dev, const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) devm_backlight_device_register() argument
[all...]
H A Dams369fg06.c445 struct backlight_properties props; in ams369fg06_probe() local
[all...]
H A Darcxcnn_bl.c155 struct backlight_properties *props; in arcxcnn_backlight_register() local
[all...]
H A Dbd6107.c121 struct backlight_properties props; in bd6107_probe() local
H A Dpwm_bl.c465 struct backlight_properties props; in pwm_backlight_probe() local
[all...]
/kernel/linux/linux-5.10/sound/soc/intel/boards/
H A Dbytcht_es8316.c474 struct property_entry props[MAX_NO_PROPS] = {}; in snd_byt_cht_es8316_mc_probe() local
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_property.c162 drm_property_create_enum(struct drm_device *dev, u32 flags, const char *name, const struct drm_prop_enum_list *props, int num_values) drm_property_create_enum() argument
210 drm_property_create_bitmask(struct drm_device *dev, u32 flags, const char *name, const struct drm_prop_enum_list *props, int num_props, uint64_t supported_bits) drm_property_create_bitmask() argument
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Daz6027.c1070 az6027_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) az6027_identify_state() argument
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dpanasonic-laptop.c540 struct backlight_properties props; in acpi_pcc_hotkey_add() local
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Daz6027.c1070 az6027_identify_state(struct usb_device *udev, const struct dvb_usb_device_properties *props, const struct dvb_usb_device_description **desc, int *cold) az6027_identify_state() argument
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c769 v4l2_fwnode_device_parse(struct device *dev, struct v4l2_fwnode_device_properties *props) v4l2_fwnode_device_parse() argument
1016 v4l2_fwnode_reference_get_int_prop(struct fwnode_handle *fwnode, const char *prop, unsigned int index, const char * const *props, unsigned int nprops) v4l2_fwnode_reference_get_int_prop() argument
1074 const char * const *props; global() member
1110 const char * const *props = p->props; v4l2_fwnode_reference_parse_int_props() local
1180 static const struct v4l2_fwnode_int_props props[] = { v4l2_async_nf_parse_fwnode_sensor() local
[all...]
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dams369fg06.c445 struct backlight_properties props; in ams369fg06_probe() local
[all...]
H A Dbacklight.c405 backlight_device_register(const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) backlight_device_register() argument
614 devm_backlight_device_register(struct device *dev, const char *name, struct device *parent, void *devdata, const struct backlight_ops *ops, const struct backlight_properties *props) devm_backlight_device_register() argument
[all...]
H A Darcxcnn_bl.c152 struct backlight_properties *props; in arcxcnn_backlight_register() local
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...38