/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ltc2941-battery-gauge.c | 352 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 D | power_supply_sysfs.c | 436 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 D | samsung_pwm_timer.c | 421 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 D | irq.c | 101 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 D | mailbox.c | 453 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 D | s6sy761.c | 105 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 D | debugfs_key.c | 17 #define KEY_READ(name, prop, format_string) \ 24 format_string, key->prop); \
|
/third_party/icu/icu4c/source/common/ |
H A D | ubidiimp.h | 79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uniset.h | 722 * @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 D | test.js | 50 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 D | test.js | 50 var dataProp = data[i].prop; 84 prop: window.opera,
|
/third_party/node/test/parallel/ |
H A D | test-util-isDeepStrictEqual.js | 31 buf2.prop = 1; 36 arr2.prop = 5;
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ubidiimp.h | 79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uniset.h | 730 * @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 D | entry.js | 12 const hasOwnProperty = (obj, prop) => Object.prototype.hasOwnProperty.call(obj, prop)
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 146 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 D | ubidiimp.h | 79 #define PURE_DIRPROP(prop) ((prop)&~0xE0) ?????????????????????????
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uniset.h | 716 * @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 D | compute_buildstats.py | 135 propstr = ' '.join(str(prop) for prop in props)
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | gfx_v11_0.c | 3596 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 D | tc358775.c | 532 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 D | fsl_pamu_domain.c | 688 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 D | i2c-davinci.c | 792 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 D | pinctrl-abx500.c | 749 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 D | spi-davinci.c | 384 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()
|