Home
last modified time | relevance | path

Searched refs:prop (Results 676 - 700 of 1010) sorted by relevance

1...<<21222324252627282930>>...41

/kernel/linux/linux-5.10/drivers/dma/ti/
H A Ddma-crossbar.c328 struct property *prop; in ti_dra7_xbar_probe() local
380 prop = of_find_property(node, "ti,reserved-dma-request-ranges", &sz); in ti_dra7_xbar_probe()
381 if (prop) { in ti_dra7_xbar_probe()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dmce.c628 struct property *prop = NULL; in init_debug_trig_function() local
636 prop, str) { in init_debug_trig_function()
647 if (prop) in init_debug_trig_function()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dfloppy_64.h553 const char *prop; in sun_floppy_init() local
720 prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
721 if (prop && !strncmp(state, "disabled", 8)) in sun_floppy_init()
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dmce.c635 struct property *prop = NULL; in init_debug_trig_function() local
643 prop, str) { in init_debug_trig_function()
654 if (prop) in init_debug_trig_function()
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H A Dfloppy_64.h553 const char *prop; in sun_floppy_init() local
720 prop = of_get_property(op->dev.of_node, "status", NULL); in sun_floppy_init()
721 if (prop && !strncmp(state, "disabled", 8)) in sun_floppy_init()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dpixcir_i2c_ts.c83 struct touchscreen_properties prop; member
135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
501 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
H A Dili210x.c45 struct touchscreen_properties prop; member
286 touchscreen_report_pos(input, &priv->prop, x, y, true); in ili210x_report_events()
452 touchscreen_parse_properties(input, true, &priv->prop); in ili210x_i2c_probe()
H A Dsilead.c72 struct touchscreen_properties prop; member
99 touchscreen_parse_properties(data->input, true, &data->prop); in silead_ts_request_input_dev()
178 touchscreen_set_mt_pos(&data->pos[touch_nr], &data->prop, in silead_ts_read_data()
H A Dchipone_icn8505.c72 struct touchscreen_properties prop; member
351 touchscreen_report_pos(icn8505->input, &icn8505->prop, in icn8505_irq()
448 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
/kernel/linux/linux-5.10/drivers/net/ethernet/ti/
H A Ddavinci_mdio.c313 u32 prop; in davinci_mdio_probe_dt() local
318 if (of_property_read_u32(node, "bus_freq", &prop)) { in davinci_mdio_probe_dt()
322 data->bus_freq = prop; in davinci_mdio_probe_dt()
/kernel/linux/linux-5.10/drivers/video/backlight/
H A Dpwm_bl.c236 struct property *prop; in pwm_backlight_parse_dt() local
259 prop = of_find_property(node, "brightness-levels", &length); in pwm_backlight_parse_dt()
260 if (!prop) in pwm_backlight_parse_dt()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dtps6507x-regulator.c367 u32 prop; in tps6507x_pmic_of_parse_cb() local
370 ret = of_property_read_u32(np, "ti,defdcdc_default", &prop); in tps6507x_pmic_of_parse_cb()
372 info->defdcdc_default = prop; in tps6507x_pmic_of_parse_cb()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dpwm_bl.c235 struct property *prop; in pwm_backlight_parse_dt() local
258 prop = of_find_property(node, "brightness-levels", &length); in pwm_backlight_parse_dt()
259 if (!prop) in pwm_backlight_parse_dt()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dtps6507x-regulator.c359 u32 prop; in tps6507x_pmic_of_parse_cb() local
362 ret = of_property_read_u32(np, "ti,defdcdc_default", &prop); in tps6507x_pmic_of_parse_cb()
364 info->defdcdc_default = prop; in tps6507x_pmic_of_parse_cb()
/kernel/linux/linux-6.6/drivers/dma/ti/
H A Ddma-crossbar.c329 struct property *prop; in ti_dra7_xbar_probe() local
381 prop = of_find_property(node, "ti,reserved-dma-request-ranges", &sz); in ti_dra7_xbar_probe()
382 if (prop) { in ti_dra7_xbar_probe()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dtsc200x-core.c91 struct touchscreen_properties prop; member
118 touchscreen_report_pos(ts->idev, &ts->prop, x, y, false); in tsc200x_update_pen_state()
537 touchscreen_parse_properties(input_dev, false, &ts->prop); in tsc200x_probe()
H A Dchipone_icn8505.c72 struct touchscreen_properties prop; member
351 touchscreen_report_pos(icn8505->input, &icn8505->prop, in icn8505_irq()
436 touchscreen_parse_properties(input, true, &icn8505->prop); in icn8505_probe()
H A Dpixcir_i2c_ts.c83 struct touchscreen_properties prop; member
135 touchscreen_set_mt_pos(&report->pos[i], &tsdata->prop, in pixcir_ts_parse()
501 touchscreen_parse_properties(input, true, &tsdata->prop); in pixcir_i2c_ts_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1484 struct property *prop; in mwifiex_dnld_dt_cfgdata() local
1489 for_each_property_of_node(node, prop) { in mwifiex_dnld_dt_cfgdata()
1490 if (len > strlen(prop->name) || in mwifiex_dnld_dt_cfgdata()
1491 strncmp(prop->name, prefix, len)) in mwifiex_dnld_dt_cfgdata()
1495 if (prop->value && prop->length > 6 && in mwifiex_dnld_dt_cfgdata()
1496 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata()
1499 prop, true); in mwifiex_dnld_dt_cfgdata()
1513 struct property *prop = data_buf; in mwifiex_cmd_cfg_data() local
1518 if (prop) { in mwifiex_cmd_cfg_data()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1477 struct property *prop; in mwifiex_dnld_dt_cfgdata() local
1482 for_each_property_of_node(node, prop) { in mwifiex_dnld_dt_cfgdata()
1483 if (len > strlen(prop->name) || in mwifiex_dnld_dt_cfgdata()
1484 strncmp(prop->name, prefix, len)) in mwifiex_dnld_dt_cfgdata()
1488 if (prop->value && prop->length > 6 && in mwifiex_dnld_dt_cfgdata()
1489 prop->length <= MWIFIEX_SIZE_OF_CMD_BUFFER - S_DS_GEN) { in mwifiex_dnld_dt_cfgdata()
1492 prop, true); in mwifiex_dnld_dt_cfgdata()
1506 struct property *prop = data_buf; in mwifiex_cmd_cfg_data() local
1511 if (prop) { in mwifiex_cmd_cfg_data()
[all...]
/kernel/linux/linux-6.6/drivers/accel/habanalabs/gaudi2/
H A Dgaudi2_security.c3222 struct asic_fixed_properties *prop = &hdev->asic_prop; in gaudi2_init_protection_bits() local
3238 NULL, HL_PB_NA, prop->hmmu_hif_enabled_mask); in gaudi2_init_protection_bits()
3250 NULL, HL_PB_NA, prop->hmmu_hif_enabled_mask); in gaudi2_init_protection_bits()
3294 prop->edma_enabled_mask); in gaudi2_init_protection_bits()
3302 prop->edma_enabled_mask); in gaudi2_init_protection_bits()
3475 prop->xbar_edge_enabled_mask); in gaudi2_init_protection_bits()
3596 struct asic_fixed_properties *prop = &hdev->asic_prop; in gaudi2_ack_protection_bits_errors() local
3610 prop->hmmu_hif_enabled_mask); in gaudi2_ack_protection_bits_errors()
3621 prop->hmmu_hif_enabled_mask); in gaudi2_ack_protection_bits_errors()
3651 prop in gaudi2_ack_protection_bits_errors()
[all...]
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dqcom.c622 if (slave->prop.clk_stop_mode1) in qcom_swrm_enumerate()
1502 struct sdw_master_prop *prop; local
1583 prop = &ctrl->bus.prop;
1584 prop->max_clk_freq = DEFAULT_CLK_FREQ;
1585 prop->num_clk_gears = 0;
1586 prop->num_clk_freq = MAX_FREQ_NUM;
1587 prop->clk_freq = &qcom_swrm_freq_tbl[0];
1588 prop->default_col = data->default_cols;
1589 prop
[all...]
H A Dcadence_master.c1327 struct sdw_master_prop *prop = &bus->prop; in cdns_init_clock_ctrl() local
1333 divider = (prop->mclk_freq / prop->max_clk_freq) - 1; in cdns_init_clock_ctrl()
1344 val = cdns_set_initial_frame_shape(prop->default_row, in cdns_init_clock_ctrl()
1345 prop->default_col); in cdns_init_clock_ctrl()
1349 ssp_interval = prop->default_frame_rate / SDW_CADENCE_GSYNC_HZ; in cdns_init_clock_ctrl()
1415 struct sdw_master_prop *prop = &bus->prop; in cdns_bus_conf() local
1425 divider = prop in cdns_bus_conf()
[all...]
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8188/
H A Dmt8188-dai-etdm.c2600 char prop[48]; in mt8188_dai_etdm_parse_of() local
2623 snprintf(prop, sizeof(prop), "mediatek,%s-multi-pin-mode", in mt8188_dai_etdm_parse_of()
2626 etdm_data->data_mode = of_property_read_bool(of_node, prop); in mt8188_dai_etdm_parse_of()
2628 snprintf(prop, sizeof(prop), "mediatek,%s-cowork-source", in mt8188_dai_etdm_parse_of()
2631 ret = of_property_read_u32(of_node, prop, &sel); in mt8188_dai_etdm_parse_of()
2652 snprintf(prop, sizeof(prop), "mediatek,%s-chn-disabled", in mt8188_dai_etdm_parse_of()
2655 ret = of_property_read_variable_u8_array(of_node, prop, in mt8188_dai_etdm_parse_of()
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py517 system_build_prop_path = "/system/build.prop"
565 self.build_prop_list = get_config_value('build-prop', config)
566 self.cust_prop_file = get_config_value('cust-prop-file', config)
567 self.cust_props = get_config_value('cust-prop', config)
572 suffix='.prop',
619 for prop in self.build_prop_list:
620 if prop is None or prop.find("=") < 0 or len(prop.split("=")) != 2:
621 LOG.warning("The build prop
[all...]

Completed in 31 milliseconds

1...<<21222324252627282930>>...41