Home
last modified time | relevance | path

Searched refs:prop (Results 1276 - 1300 of 1585) sorted by relevance

1...<<51525354555657585960>>...64

/kernel/linux/linux-6.6/drivers/power/supply/
H A Dltc2941-battery-gauge.c352 enum power_supply_property prop, in ltc294x_get_property()
357 switch (prop) { in ltc294x_get_property()
351 ltc294x_get_property(struct power_supply *psy, enum power_supply_property prop, union power_supply_propval *val) ltc294x_get_property() argument
H A Dpower_supply_sysfs.c436 enum power_supply_property prop, char *prop_buf) in add_prop_uevent()
443 pwr_attr = &power_supply_attrs[prop]; in add_prop_uevent()
435 add_prop_uevent(const struct device *dev, struct kobj_uevent_env *env, enum power_supply_property prop, char *prop_buf) add_prop_uevent() argument
/kernel/linux/linux-6.6/drivers/clocksource/
H A Dsamsung_pwm_timer.c421 struct property *prop; in samsung_pwm_alloc() local
430 of_property_for_each_u32(np, "samsung,pwm-outputs", prop, cur, val) { in samsung_pwm_alloc()
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/
H A Dirq.c101 struct asic_fixed_properties *prop = &hdev->asic_prop; in cs_finish() local
106 cs = hdev->shadow_cs_queue[cs_seq & (prop->max_pending_cs - 1)]; in cs_finish()
/kernel/linux/linux-6.6/drivers/mailbox/
H A Dmailbox.c453 struct property *prop; in mbox_request_channel_byname() local
468 of_property_for_each_string(np, "mbox-names", prop, mbox_name) { in mbox_request_channel_byname()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Ds6sy761.c105 struct touchscreen_properties prop; member
443 touchscreen_parse_properties(sdata->input, true, &sdata->prop); in s6sy761_probe()
/kernel/linux/linux-6.6/net/mac80211/
H A Ddebugfs_key.c17 #define KEY_READ(name, prop, format_string) \
24 format_string, key->prop); \
/third_party/icu/icu4c/source/common/
H A Dubidiimp.h79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h722 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
726 * @param value a value in the range u_getIntPropertyMinValue(prop)..
727 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
738 UnicodeSet& applyIntPropertyValue(UProperty prop,
748 * @param prop a property alias, either short or long. The name is matched
771 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/libwebsockets/test-apps/
H A Dtest.js50 var dataProp = data[i].prop;
84 prop: window.opera,
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
H A Dtest.js50 var dataProp = data[i].prop;
84 prop: window.opera,
/third_party/node/test/parallel/
H A Dtest-util-isDeepStrictEqual.js31 buf2.prop = 1;
36 arr2.prop = 5;
/third_party/node/deps/icu-small/source/common/
H A Dubidiimp.h79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h730 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
734 * @param value a value in the range u_getIntPropertyMinValue(prop)..
735 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
746 UnicodeSet& applyIntPropertyValue(UProperty prop,
756 * @param prop a property alias, either short or long. The name is matched
779 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/node/deps/npm/node_modules/make-fetch-happen/lib/cache/
H A Dentry.js12 const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
/third_party/libdrm/
H A Dxf86drmMode.h146 static inline uint32_t drmModeGetPropertyType(const drmModePropertyRes *prop) in drmModeGetPropertyType() argument
148 return prop->flags & (DRM_MODE_PROP_LEGACY_TYPE | DRM_MODE_PROP_EXTENDED_TYPE); in drmModeGetPropertyType()
/third_party/skia/third_party/externals/icu/source/common/
H A Dubidiimp.h79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duniset.h716 * @param prop a property in the range UCHAR_BIN_START..UCHAR_BIN_LIMIT-1
720 * @param value a value in the range u_getIntPropertyMinValue(prop)..
721 * u_getIntPropertyMaxValue(prop), with one exception. If prop is
732 UnicodeSet& applyIntPropertyValue(UProperty prop,
742 * @param prop a property alias, either short or long. The name is matched
765 UnicodeSet& applyPropertyAlias(const UnicodeString& prop,
/third_party/skia/infra/bots/recipes/
H A Dcompute_buildstats.py135 propstr = ' '.join(str(prop) for prop in props)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0.c3596 struct amdgpu_mqd_prop *prop) in gfx_v11_0_gfx_mqd_init()
3608 mqd->cp_mqd_base_addr = prop->mqd_gpu_addr & 0xfffffffc; in gfx_v11_0_gfx_mqd_init()
3609 mqd->cp_mqd_base_addr_hi = upper_32_bits(prop->mqd_gpu_addr); in gfx_v11_0_gfx_mqd_init()
3635 hqd_gpu_addr = prop->hqd_base_gpu_addr >> 8; in gfx_v11_0_gfx_mqd_init()
3640 wb_gpu_addr = prop->rptr_gpu_addr; in gfx_v11_0_gfx_mqd_init()
3646 wb_gpu_addr = prop->wptr_gpu_addr; in gfx_v11_0_gfx_mqd_init()
3651 rb_bufsz = order_base_2(prop->queue_size / 4) - 1; in gfx_v11_0_gfx_mqd_init()
3662 if (prop->use_doorbell) { in gfx_v11_0_gfx_mqd_init()
3664 DOORBELL_OFFSET, prop->doorbell_index); in gfx_v11_0_gfx_mqd_init()
3740 struct amdgpu_mqd_prop *prop) in gfx_v11_0_compute_mqd_init()
3595 gfx_v11_0_gfx_mqd_init(struct amdgpu_device *adev, void *m, struct amdgpu_mqd_prop *prop) gfx_v11_0_gfx_mqd_init() argument
3739 gfx_v11_0_compute_mqd_init(struct amdgpu_device *adev, void *m, struct amdgpu_mqd_prop *prop) gfx_v11_0_compute_mqd_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/
H A Dtc358775.c532 struct property *prop; in tc358775_parse_dt() local
550 prop = of_find_property(endpoint, "data-lanes", in tc358775_parse_dt()
553 if (!prop) { in tc358775_parse_dt()
/kernel/linux/linux-5.10/drivers/iommu/
H A Dfsl_pamu_domain.c688 const u32 *prop; in fsl_pamu_detach_device() local
708 prop = of_get_property(dev->of_node, "fsl,liodn", &len); in fsl_pamu_detach_device()
709 if (prop) in fsl_pamu_detach_device()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-davinci.c792 u32 prop; in davinci_i2c_probe() local
802 &prop)) in davinci_i2c_probe()
803 dev->pdata->bus_freq = prop / 1000; in davinci_i2c_probe()
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c749 struct property *prop; in abx500_dt_subnode_to_map() local
764 of_property_for_each_string(np, "groups", prop, group) { in abx500_dt_subnode_to_map()
787 of_property_for_each_string(np, "pins", prop, pin) { in abx500_dt_subnode_to_map()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-davinci.c384 u32 prop; in davinci_spi_of_setup() local
392 if (!of_property_read_u32(np, "ti,spi-wdelay", &prop)) in davinci_spi_of_setup()
393 spicfg->wdelay = (u8)prop; in davinci_spi_of_setup()

Completed in 53 milliseconds

1...<<51525354555657585960>>...64