Searched defs:match (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/drivers/clocksource/
H A Dclksrc-of.c29 const struct of_device_id *match; local
33 for_each_matching_node_and_match(np, __clksrc_of_table, &match) {
37 init_func = match->data;
/drivers/gpu/drm/nouveau/core/include/subdev/bios/
H A Ddisp.h34 u16 match; member in struct:nvbios_ocfg
/drivers/memory/
H A Datmel-sdramc.c55 const struct of_device_id *match; local
59 match = of_match_device(atmel_ramc_of_match, &pdev->dev);
60 caps = match->data;
/drivers/mmc/host/
H A Ddw_mmc-k3.c45 const struct of_device_id *match; local
47 match = of_match_node(dw_mci_k3_match, pdev->dev.of_node);
48 drv_data = match->data;
H A Ddw_mmc-pltfm.c100 const struct of_device_id *match; local
103 match = of_match_node(dw_mci_pltfm_match, pdev->dev.of_node);
104 drv_data = match->data;
H A Ddw_mmc-rockchip.c90 const struct of_device_id *match; local
95 match = of_match_node(dw_mci_rockchip_match, pdev->dev.of_node);
96 drv_data = match->data;
/drivers/pinctrl/berlin/
H A Dberlin-bg2.c234 const struct of_device_id *match = local
259 return berlin_pinctrl_probe(pdev, match->data);
H A Dberlin-bg2cd.c177 const struct of_device_id *match = local
202 return berlin_pinctrl_probe(pdev, match->data);
H A Dberlin-bg2q.c396 const struct of_device_id *match = local
421 return berlin_pinctrl_probe(pdev, match->data);
/drivers/usb/dwc2/
H A Dplatform.c150 const struct of_device_id *match; local
161 match = of_match_device(dwc2_of_match_table, &dev->dev);
162 if (match && match->data) {
163 params = match->data;
/drivers/gpu/drm/nouveau/core/subdev/gpio/
H A Dnvd0.c28 nvd0_gpio_reset(struct nouveau_gpio *gpio, u8 match) argument
44 (match != DCB_GPIO_UNUSED && match != func))
/drivers/mfd/
H A Dsun6i-prcm.c125 const struct of_device_id *match; local
130 match = of_match_node(sun6i_prcm_dt_ids, np);
131 if (!match)
134 data = match->data;
H A Dtps65217.c164 const struct of_device_id *match; local
169 match = of_match_device(tps65217_of_match, &client->dev);
170 if (!match) {
175 chip_id = (unsigned long)match->data;
H A Dtps65218.c207 const struct of_device_id *match; local
210 match = of_match_device(of_tps65218_match_table, &client->dev);
211 if (!match) {
/drivers/misc/
H A Datmel-ssc.c136 const struct of_device_id *match; local
137 match = of_match_node(atmel_ssc_dt_ids, pdev->dev.of_node);
138 if (match == NULL)
140 return match->data;
H A Datmel_tclib.c135 const struct of_device_id *match; local
136 match = of_match_node(atmel_tcb_dt_ids, pdev->dev.of_node);
137 if (match)
138 tc->tcb_config = match->data;
/drivers/tty/serial/
H A Dearlycon.c114 int __init setup_earlycon(char *buf, const char *match, argument
121 if (!buf || !match || !setup)
124 len = strlen(match);
125 if (strncmp(buf, match, len))
/drivers/iio/common/st_sensors/
H A Dst_sensors_i2c.c84 * @match: the OF match table for the device, containing compatible strings
91 * to match the internal kernel convention.
94 const struct of_device_id *match)
98 of_id = of_match_device(match, &client->dev);
102 /* The name from the OF match takes precedence if present */
93 st_sensors_of_i2c_probe(struct i2c_client *client, const struct of_device_id *match) argument
/drivers/net/ethernet/freescale/fs_enet/
H A Dmii-fec.c101 const struct of_device_id *match; local
108 match = of_match_device(fs_enet_mdio_fec_match, &ofdev->dev);
109 if (!match)
111 get_bus_freq = match->data;
/drivers/net/ethernet/ti/
H A Dcpsw-phy-sel.c136 static int match(struct device *dev, void *data) function
154 dev = bus_find_device(&platform_bus_type, NULL, node, match);
/drivers/net/wireless/ath/ath5k/
H A Dled.c55 /* Devices we match on for LED config info (typically laptops) */
168 const struct pci_device_id *match; local
173 match = pci_match_id(&ath5k_led_devices[0], pdev);
174 if (match) {
176 ah->led_pin = ATH_PIN(match->driver_data);
177 ah->led_on = ATH_POLARITY(match->driver_data);
/drivers/net/wireless/orinoco/
H A Dairport.c148 airport_attach(struct macio_dev *mdev, const struct of_device_id *match) argument
/drivers/phy/
H A Dphy-exynos-dp-video.c97 const struct of_device_id *match; local
112 match = of_match_node(exynos_dp_video_phy_of_match, dev->of_node);
113 state->drvdata = match->data;
H A Dphy-samsung-usb2.c126 const struct of_device_id *match; local
139 match = of_match_node(samsung_usb2_phy_of_match, pdev->dev.of_node);
140 if (!match) {
144 cfg = match->data;
H A Dphy-stih41x-usb.c123 const struct of_device_id *match; local
133 match = of_match_device(stih41x_usb_phy_of_match, &pdev->dev);
134 if (!match)
137 phy_dev->cfg = match->data;

Completed in 7765 milliseconds

1234567891011>>