/kernel/linux/linux-5.10/sound/soc/ti/ |
H A D | omap-mcbsp.c | 517 #define THRESHOLD_PROP_BUILDER(prop) \ 518 static ssize_t prop##_show(struct device *dev, \ 523 return sprintf(buf, "%u\n", mcbsp->prop); \ 526 static ssize_t prop##_store(struct device *dev, \ 541 mcbsp->prop = val; \ 545 static DEVICE_ATTR(prop, 0644, prop##_show, prop##_store)
|
/kernel/linux/linux-5.10/drivers/media/radio/si4713/ |
H A D | si4713.c | 255 * @prop: property identification number 258 static int si4713_read_property(struct si4713_device *sdev, u16 prop, u32 *pv) in si4713_read_property() argument 269 msb(prop), in si4713_read_property() 270 lsb(prop), in si4713_read_property() 284 __func__, prop, *pv, val[0]); in si4713_read_property() 292 * @prop: property identification number 295 static int si4713_write_property(struct si4713_device *sdev, u16 prop, u16 val) in si4713_write_property() argument 308 msb(prop), in si4713_write_property() 309 lsb(prop), in si4713_write_property() 324 __func__, prop, va in si4713_write_property() [all...] |
/kernel/linux/linux-6.6/drivers/media/radio/si4713/ |
H A D | si4713.c | 255 * @prop: property identification number 258 static int si4713_read_property(struct si4713_device *sdev, u16 prop, u32 *pv) in si4713_read_property() argument 269 msb(prop), in si4713_read_property() 270 lsb(prop), in si4713_read_property() 284 __func__, prop, *pv, val[0]); in si4713_read_property() 292 * @prop: property identification number 295 static int si4713_write_property(struct si4713_device *sdev, u16 prop, u16 val) in si4713_write_property() argument 308 msb(prop), in si4713_write_property() 309 lsb(prop), in si4713_write_property() 324 __func__, prop, va in si4713_write_property() [all...] |
/kernel/linux/linux-6.6/drivers/iommu/ |
H A D | virtio-iommu.c | 521 struct virtio_iommu_probe_property *prop; in viommu_probe_endpoint() local 545 prop = (void *)probe->properties; in viommu_probe_endpoint() 546 type = le16_to_cpu(prop->type) & VIRTIO_IOMMU_PROBE_T_MASK; in viommu_probe_endpoint() 550 len = le16_to_cpu(prop->length) + sizeof(*prop); in viommu_probe_endpoint() 554 ret = viommu_add_resv_mem(vdev, (void *)prop, len); in viommu_probe_endpoint() 557 dev_err(dev, "unknown viommu prop 0x%x\n", type); in viommu_probe_endpoint() 561 dev_err(dev, "failed to parse viommu prop 0x%x\n", type); in viommu_probe_endpoint() 567 prop = (void *)probe->properties + cur; in viommu_probe_endpoint() 568 type = le16_to_cpu(prop in viommu_probe_endpoint() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | hideep.c | 150 struct touchscreen_properties prop; member 783 ts->prop.max_x = le16_to_cpup(val); in hideep_get_axis_info() 784 ts->prop.max_y = le16_to_cpup(val + 1); in hideep_get_axis_info() 787 ts->prop.max_x, ts->prop.max_y); in hideep_get_axis_info() 814 touchscreen_parse_properties(ts->input_dev, true, &ts->prop); in hideep_init_input() 816 if (ts->prop.max_x == 0 || ts->prop.max_y == 0) { in hideep_init_input()
|
H A D | iqs7211.c | 1188 struct touchscreen_properties prop; member 2134 struct touchscreen_properties *prop = &iqs7211->prop; in iqs7211_register_tp() local 2177 touchscreen_parse_properties(tp_idev, true, prop); in iqs7211_register_tp() 2183 if (prop->max_x >= U16_MAX || prop->max_y >= U16_MAX) { in iqs7211_register_tp() 2185 prop->max_x, prop->max_y); in iqs7211_register_tp() 2189 iqs7211->tp_config.max_x = cpu_to_le16(prop->max_x); in iqs7211_register_tp() 2190 iqs7211->tp_config.max_y = cpu_to_le16(prop in iqs7211_register_tp() [all...] |
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wcd938x-sdw.c | 1249 pdev->prop.scp_int1_mask = SDW_SCP_INT1_IMPL_DEF | in wcd9380_probe() 1252 pdev->prop.lane_control_support = true; in wcd9380_probe() 1253 pdev->prop.simple_clk_stop_capable = true; in wcd9380_probe() 1255 pdev->prop.source_ports = GENMASK(WCD938X_MAX_SWR_PORTS, 0); in wcd9380_probe() 1256 pdev->prop.src_dpn_prop = wcd938x_dpn_prop; in wcd9380_probe() 1258 pdev->prop.wake_capable = true; in wcd9380_probe() 1260 pdev->prop.sink_ports = GENMASK(WCD938X_MAX_SWR_PORTS, 0); in wcd9380_probe() 1261 pdev->prop.sink_dpn_prop = wcd938x_dpn_prop; in wcd9380_probe()
|
/third_party/pulseaudio/speex/tmv/ |
H A D | mdf_tm.h | 224 float * restrict prop in mdf_adjust_prop() 256 prop[i]= propi; in mdf_adjust_prop() 262 register float propi = prop[i]; in mdf_adjust_prop() 266 prop[i] = propi; in mdf_adjust_prop() 271 { prop[i] = prop_sum * prop[i]; in mdf_adjust_prop() 494 FLOAT_SHL(PSEUDOFLOAT(st->prop[j]),-15), in mdf_compute_weight_gradient() 1130 mdf_adjust_prop (st->W, N, M, st->prop); in speex_echo_cancellation()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | textpicker_column_pattern.cpp | 114 TextPickerOptionProperty prop; in OnModifyDone() local 130 prop.height = dividerSpacing_; in OnModifyDone() 132 prop.height = gradientHeight_; in OnModifyDone() 135 prop.fontheight = size.Height(); in OnModifyDone() 136 optionProperties_.emplace_back(prop); in OnModifyDone() 377 TextPickerOptionProperty& prop = optionProperties_[i]; in ResetOptionPropertyHeight() local 378 prop.height = pickerItemHeight; in ResetOptionPropertyHeight() 1375 TextPickerOptionProperty& prop = optionProperties_[i]; in SetOptionShiftDistance() local 1377 prop.prevDistance = GetShiftDistanceForLandscape(i, ScrollDirection::UP); in SetOptionShiftDistance() 1378 prop in SetOptionShiftDistance() [all...] |
/third_party/libevdev/libevdev/ |
H A D | libevdev.c | 1291 libevdev_has_property(const struct libevdev *dev, unsigned int prop) in libevdev_has_property() argument 1293 return (prop <= INPUT_PROP_MAX) && bit_is_set(dev->props, prop); in libevdev_has_property() 1297 libevdev_enable_property(struct libevdev *dev, unsigned int prop) in libevdev_enable_property() argument 1299 if (prop > INPUT_PROP_MAX) in libevdev_enable_property() 1302 set_bit(dev->props, prop); in libevdev_enable_property() 1307 libevdev_disable_property(struct libevdev *dev, unsigned int prop) in libevdev_disable_property() argument 1309 if (prop > INPUT_PROP_MAX) in libevdev_disable_property() 1312 clear_bit(dev->props, prop); in libevdev_disable_property() 1758 libevdev_property_get_name(unsigned int prop) in libevdev_property_get_name() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cProgramInterfaceQueryTests.cpp | 1735 GLenum prop = GL_ACTIVE_VARIABLES; in Run() local 1743 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["SimpleBlock"], 1, &prop, bufSize, &length, param); in Run() 1770 glGetProgramResourceiv(program, GL_UNIFORM_BLOCK, indicesUB["NotSoSimpleBlockk"], 1, &prop, bufSize, &length, in Run() 1976 GLenum prop = GL_ATOMIC_COUNTER_BUFFER_INDEX; in Run() local 1980 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1983 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["a"], 1, &prop, bufSize, &length, &res); in Run() 1988 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["b"], 1, &prop, bufSize, &length, &res); in Run() 1991 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["c"], 1, &prop, bufSize, &length, &res); in Run() 1994 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["d"], 1, &prop, bufSize, &length, &res); in Run() 1997 glGetProgramResourceiv(program, GL_UNIFORM, indicesU["e"], 1, &prop, bufSiz in Run() 2187 GLenum prop = GL_COMPATIBLE_SUBROUTINES; VerifyVS() local 2796 GLenum prop = GL_NAME_LENGTH; Run() local 3142 GLenum prop = GL_ACTIVE_VARIABLES; Run() local 3426 GLenum prop = GL_ARRAY_SIZE; Run() local 3602 GLenum prop = GL_TOP_LEVEL_ARRAY_STRIDE; Run() local 4246 GLenum prop = GL_MATRIX_STRIDE; Run() local [all...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_function.h | 85 virtual bool SetTarget(const IProperty::ConstPtr& prop) = 0;
|
/foundation/communication/netmanager_base/interfaces/kits/c/netconnclient/include/ |
H A D | net_connection.h | 95 * @param prop Pointer to the connection properties. 104 int32_t OH_NetConn_GetConnectionProperties(NetConn_NetHandle *netHandle, NetConn_ConnectionProperties *prop);
|
/third_party/jerryscript/tests/jerry/ |
H A D | object-get-own-property-names.js | 53 this.prop = 5; 60 // props should contain: prop,method and the order is not defined! 61 assert (props.indexOf("prop") !== -1);
|
/third_party/libevdev/test/ |
H A D | test-common-uinput.h | 20 int uinput_device_set_prop(struct uinput_device *dev, unsigned int prop);
|
/third_party/typescript/tests/baselines/reference/ |
H A D | typeVariableConstraintedToAliasNotAssignableToUnion.js | 9 prop: number;
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 1691 const void *prop; in fsl_diu_probe() local 1738 prop = of_get_property(np, "edid", &ret); in fsl_diu_probe() 1739 if (prop && ret == EDID_LENGTH) { in fsl_diu_probe() 1740 memcpy(data->edid_data, prop, EDID_LENGTH); in fsl_diu_probe() 1898 const u32 *prop; in fsl_diu_init() local 1930 prop = of_get_property(np, "d-cache-size", NULL); in fsl_diu_init() 1931 if (prop == NULL) { in fsl_diu_init() 1942 coherence_data_size = be32_to_cpup(prop) * 13; in fsl_diu_init() 1948 prop = of_get_property(np, "d-cache-line-size", NULL); in fsl_diu_init() 1949 if (prop in fsl_diu_init() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | fsl-diu-fb.c | 1688 const void *prop; in fsl_diu_probe() local 1735 prop = of_get_property(np, "edid", &ret); in fsl_diu_probe() 1736 if (prop && ret == EDID_LENGTH) { in fsl_diu_probe() 1737 memcpy(data->edid_data, prop, EDID_LENGTH); in fsl_diu_probe() 1893 const u32 *prop; in fsl_diu_init() local 1925 prop = of_get_property(np, "d-cache-size", NULL); in fsl_diu_init() 1926 if (prop == NULL) { in fsl_diu_init() 1937 coherence_data_size = be32_to_cpup(prop) * 13; in fsl_diu_init() 1943 prop = of_get_property(np, "d-cache-line-size", NULL); in fsl_diu_init() 1944 if (prop in fsl_diu_init() [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | device.c | 49 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_set_dram_bar() local 52 if (is_power_of_2(prop->dram_pci_bar_size)) in hl_set_dram_bar() 53 bar_base_addr = addr & ~(prop->dram_pci_bar_size - 0x1ull); in hl_set_dram_bar() 55 bar_base_addr = DIV_ROUND_DOWN_ULL(addr, prop->dram_pci_bar_size) * in hl_set_dram_bar() 56 prop->dram_pci_bar_size; in hl_set_dram_bar() 190 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_dma_map_sgtable() local 199 if (prop->device_dma_offset_for_host_access) in hl_dma_map_sgtable() 201 sg->dma_address += prop->device_dma_offset_for_host_access; in hl_dma_map_sgtable() 208 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_dma_unmap_sgtable() local 213 if (prop in hl_dma_unmap_sgtable() [all...] |
/third_party/libinput/tools/ |
H A D | libinput-record.c | 1551 for (unsigned int prop = 0; prop < INPUT_PROP_CNT; prop++) { in print_description() 1552 if (libevdev_has_property(dev, prop)) { in print_description() 1556 prop, in print_description() 1557 libevdev_property_get_name(prop)); in print_description() 1641 for (unsigned int prop = 0; prop < INPUT_PROP_CNT; prop++) { in print_bits_props() 1642 if (libevdev_has_property(dev, prop)) { in print_bits_props() [all...] |
/kernel/linux/linux-5.10/drivers/pci/ |
H A D | pci.c | 3088 static unsigned long pci_ea_flags(struct pci_dev *dev, u8 prop) in pci_ea_flags() argument 3092 switch (prop) { in pci_ea_flags() 3112 u8 prop) in pci_ea_get_resource() 3114 if (bei <= PCI_EA_BEI_BAR5 && prop <= PCI_EA_P_IO) in pci_ea_get_resource() 3118 (prop == PCI_EA_P_VF_MEM || prop == PCI_EA_P_VF_MEM_PREFETCH)) in pci_ea_get_resource() 3136 u8 prop; in pci_ea_read() local 3149 prop = (dw0 & PCI_EA_PP) >> 8; in pci_ea_read() 3155 if (prop > PCI_EA_P_BRIDGE_IO && prop < PCI_EA_P_MEM_RESERVE in pci_ea_read() 3111 pci_ea_get_resource(struct pci_dev *dev, u8 bei, u8 prop) pci_ea_get_resource() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/platforms/512x/ |
H A D | clock-commonclk.c | 385 const unsigned int *prop; in get_freq_from_dt() local 391 prop = of_get_property(np, propname, NULL); in get_freq_from_dt() 392 if (prop) in get_freq_from_dt() 393 val = *prop; in get_freq_from_dt()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/512x/ |
H A D | clock-commonclk.c | 385 const unsigned int *prop; in get_freq_from_dt() local 391 prop = of_get_property(np, propname, NULL); in get_freq_from_dt() 392 if (prop) in get_freq_from_dt() 393 val = *prop; in get_freq_from_dt()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | omap-usb-host.c | 490 char prop[11]; in usbhs_omap_get_dt_pdata() local 495 snprintf(prop, sizeof(prop), "port%d-mode", i + 1); in usbhs_omap_get_dt_pdata() 496 ret = of_property_read_string(node, prop, &mode); in usbhs_omap_get_dt_pdata()
|
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | therm_adt746x.c | 473 const __be32 *prop; in probe_thermostat() local 478 prop = of_get_property(np, "hwsensor-params-version", NULL); in probe_thermostat() 479 if (!prop) in probe_thermostat() 481 vers = be32_to_cpup(prop); in probe_thermostat()
|