Home
last modified time | relevance | path

Searched refs:match (Results 951 - 975 of 5097) sorted by relevance

1...<<31323334353637383940>>...204

/kernel/linux/linux-5.10/lib/842/
H A D842_compress.c383 int i, match, b = 0; in check_template() local
391 match = check_index(p, 2, b >> 1); in check_template()
393 match = check_index(p, 4, b >> 2); in check_template()
395 match = check_index(p, 8, 0); in check_template()
398 if (!match) in check_template()
513 /* make initial 'last' different so we don't match the first time */ in sw842_compress()
/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c696 const struct of_device_id *match; in atmel_hlcdc_dc_load() local
700 match = of_match_node(atmel_hlcdc_of_match, dev->dev->parent->of_node); in atmel_hlcdc_dc_load()
701 if (!match) { in atmel_hlcdc_dc_load()
706 if (!match->data) { in atmel_hlcdc_dc_load()
720 dc->desc = match->data; in atmel_hlcdc_dc_load()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dcpcap-battery.c846 const struct of_device_id *match; in cpcap_battery_probe() local
850 match = of_match_device(of_match_ptr(cpcap_battery_id_table), in cpcap_battery_probe()
852 if (!match) in cpcap_battery_probe()
855 if (!match->data) { in cpcap_battery_probe()
867 memcpy(&ddata->config, match->data, sizeof(ddata->config)); in cpcap_battery_probe()
/kernel/linux/linux-5.10/drivers/regulator/
H A Dti-abb-regulator.c462 * clock cycles that match a given wall time profiled for the ldo. in ti_abb_init_timings()
699 const struct of_device_id *match; in ti_abb_probe() local
710 match = of_match_device(ti_abb_of_match, dev); in ti_abb_probe()
711 if (!match) { in ti_abb_probe()
713 dev_err(dev, "%s: Unable to match device\n", __func__); in ti_abb_probe()
716 if (!match->data) { in ti_abb_probe()
717 dev_err(dev, "%s: Bad data in match\n", __func__); in ti_abb_probe()
724 abb->regs = match->data; in ti_abb_probe()
H A Dab8500.c1526 struct of_regulator_match *match; member
1537 abx500_regulator.match = ab8505_regulator_match; in abx500_get_regulator_info()
1544 abx500_regulator.match = ab8500_regulator_match; in abx500_get_regulator_info()
1592 struct of_regulator_match *match; in ab8500_regulator_probe() local
1603 abx500_regulator.match, in ab8500_regulator_probe()
1611 match = abx500_regulator.match; in ab8500_regulator_probe()
1613 err = ab8500_regulator_register(pdev, match[i].init_data, i, in ab8500_regulator_probe()
1614 match[i].of_node); in ab8500_regulator_probe()
/kernel/linux/linux-6.6/drivers/watchdog/
H A Dorion_wdt.c557 const struct of_device_id *match; in orion_wdt_probe() local
566 match = of_match_device(orion_wdt_of_match_table, &pdev->dev); in orion_wdt_probe()
567 if (!match) in orion_wdt_probe()
568 /* Default legacy match */ in orion_wdt_probe()
569 match = &orion_wdt_of_match_table[0]; in orion_wdt_probe()
574 dev->data = match->data; in orion_wdt_probe()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsl-spi.c79 const struct of_device_id *match; in fsl_spi_get_type() local
82 match = of_match_node(of_fsl_spi_match, dev->of_node); in fsl_spi_get_type()
83 if (match && match->data) in fsl_spi_get_type()
84 return ((struct fsl_spi_match_data *)match->data)->type; in fsl_spi_get_type()
/kernel/linux/linux-6.6/drivers/video/backlight/
H A Dhx8357.c585 const struct of_device_id *match; in hx8357_probe() local
600 match = of_match_device(hx8357_dt_ids, &spi->dev); in hx8357_probe()
601 if (!match || !match->data) in hx8357_probe()
658 ret = ((int (*)(struct lcd_device *))match->data)(lcdev); in hx8357_probe()
/kernel/linux/linux-6.6/drivers/target/iscsi/
H A Discsi_target_tpg.c429 bool match = false; in iscsit_tpg_check_network_portal() local
438 match = iscsit_check_np_match(sockaddr, np, in iscsit_tpg_check_network_portal()
440 if (match) in iscsit_tpg_check_network_portal()
445 if (match) in iscsit_tpg_check_network_portal()
450 return match; in iscsit_tpg_check_network_portal()
/kernel/linux/linux-6.6/drivers/regulator/
H A Dti-abb-regulator.c454 * clock cycles that match a given wall time profiled for the ldo. in ti_abb_init_timings()
691 const struct of_device_id *match; in ti_abb_probe() local
702 match = of_match_device(ti_abb_of_match, dev); in ti_abb_probe()
703 if (!match) { in ti_abb_probe()
705 dev_err(dev, "%s: Unable to match device\n", __func__); in ti_abb_probe()
708 if (!match->data) { in ti_abb_probe()
709 dev_err(dev, "%s: Bad data in match\n", __func__); in ti_abb_probe()
716 abb->regs = match->data; in ti_abb_probe()
H A Dab8500.c1640 struct of_regulator_match *match; member
1651 abx500_regulator.match = ab8505_regulator_match; in abx500_get_regulator_info()
1658 abx500_regulator.match = ab8500_regulator_match; in abx500_get_regulator_info()
1706 struct of_regulator_match *match; in ab8500_regulator_probe() local
1717 abx500_regulator.match, in ab8500_regulator_probe()
1725 match = abx500_regulator.match; in ab8500_regulator_probe()
1727 err = ab8500_regulator_register(pdev, match[i].init_data, i, in ab8500_regulator_probe()
1728 match[i].of_node); in ab8500_regulator_probe()
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/
H A Dcesa.c436 const struct of_device_id *match; in mv_cesa_probe() local
449 match = of_match_node(mv_cesa_of_match_table, dev->of_node); in mv_cesa_probe()
450 if (!match || !match->data) in mv_cesa_probe()
453 caps = match->data; in mv_cesa_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c649 const struct of_device_id *match; in atmel_hlcdc_dc_load() local
653 match = of_match_node(atmel_hlcdc_of_match, dev->dev->parent->of_node); in atmel_hlcdc_dc_load()
654 if (!match) { in atmel_hlcdc_dc_load()
659 if (!match->data) { in atmel_hlcdc_dc_load()
668 dc->desc = match->data; in atmel_hlcdc_dc_load()
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dmacio_asic.c74 const struct of_device_id *match; in macio_device_probe() local
84 match = of_match_device(drv->driver.of_match_table, dev); in macio_device_probe()
85 if (match) in macio_device_probe()
86 error = drv->probe(macio_dev, match); in macio_device_probe()
141 .match = macio_bus_match,
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py262 self.match = self.match_file
264 self.match = self.match_dot
267 self.match = self.match_dir
270 self.match = self.match_fn
288 if rule.match(fpath):
/kernel/linux/linux-6.6/lib/842/
H A D842_compress.c383 int i, match, b = 0; in check_template() local
391 match = check_index(p, 2, b >> 1); in check_template()
393 match = check_index(p, 4, b >> 2); in check_template()
395 match = check_index(p, 8, 0); in check_template()
398 if (!match) in check_template()
513 /* make initial 'last' different so we don't match the first time */ in sw842_compress()
/test/xts/acts/security/certificate_framework/js_api_test_one/entry/src/ohosTest/js/test/utils/certificate/
H A DpublicCertificateCallback.js44 selfSignedCaCertDer.match(/[\da-f]{2}/gi).map(function (h) {
346 testCrlDer.match(/[\da-f]{2}/gi).map(function (h) {
468 crlVerifyPriKeyHex.match(/[\da-f]{2}/gi).map(function (h) {
473 crlVerifyPubKeyHex.match(/[\da-f]{2}/gi).map(function (h) {
478 crlHex.match(/[\da-f]{2}/gi).map(function (h) {
H A DpublicCertificatePromise.js44 selfSignedCaCertDer.match(/[\da-f]{2}/gi).map(function (h) {
328 testCrlDer.match(/[\da-f]{2}/gi).map(function (h) {
411 crlVerifyPriKeyHex.match(/[\da-f]{2}/gi).map(function (h) {
416 crlVerifyPubKeyHex.match(/[\da-f]{2}/gi).map(function (h) {
421 crlHex.match(/[\da-f]{2}/gi).map(function (h) {
/drivers/hdf_core/framework/tools/idl-gen/
H A Didl_generator.py226 tt = re.match(r"(const )* *%s *(\**) *" % ct, c_type)
252 tt = re.match(r"(const )* *%s *\** *" % type_name, c_type)
263 tt = re.match("(const *)* *(std::)*map *<%s, %s>" % (type_pattern, type_pattern), c_type)
269 tt = re.match("(const *)* *(std::)*vector *<%s>" % type_pattern, c_type)
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-davinci.c494 const struct of_device_id *match; in davinci_gpio_irq_setup() local
503 match = of_match_device(of_match_ptr(davinci_gpio_ids), in davinci_gpio_irq_setup()
505 if (match) in davinci_gpio_irq_setup()
506 gpio_get_irq_chip = (gpio_get_irq_chip_cb_t)match->data; in davinci_gpio_irq_setup()
/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_si_platform.c229 const struct of_device_id *match; in of_ipmi_probe() local
242 match = of_match_device(of_ipmi_match, &pdev->dev); in of_ipmi_probe()
243 if (!match) in of_ipmi_probe()
274 io.si_type = (enum si_type) match->data; in of_ipmi_probe()
/kernel/linux/linux-5.10/drivers/clk/st/
H A Dclk-flexgen.c318 const struct of_device_id *match; in st_of_flexgen_setup() local
339 match = of_match_node(flexgen_of_match, np); in st_of_flexgen_setup()
340 if (match) { in st_of_flexgen_setup()
341 data = (struct clkgen_data *)match->data; in st_of_flexgen_setup()
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dfsl_msi.c400 const struct of_device_id *match; in fsl_of_msi_probe() local
410 match = of_match_device(fsl_of_msi_ids, &dev->dev); in fsl_of_msi_probe()
411 if (!match) in fsl_of_msi_probe()
413 features = match->data; in fsl_of_msi_probe()
474 * Remember the phandle, so that we can match with any PCI nodes in fsl_of_msi_probe()
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dpci_sabre.c459 const struct of_device_id *match; in sabre_probe() local
469 match = of_match_device(sabre_match, &op->dev); in sabre_probe()
470 hummingbird_p = match && (match->data != NULL); in sabre_probe()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dtsb.c39 unsigned long match = idx << 13; in flush_tsb_kernel_range_scan() local
41 match |= (ent->tag << 22); in flush_tsb_kernel_range_scan()
42 if (match >= start && match < end) in flush_tsb_kernel_range_scan()

Completed in 24 milliseconds

1...<<31323334353637383940>>...204