Searched refs:match_data (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddma-mapping.c35 static int dmam_match(struct device *dev, void *res, void *match_data) argument
37 struct dma_devres *this = res, *match = match_data;
98 struct dma_devres match_data = { size, vaddr, dma_handle }; local
102 &match_data));
157 struct dma_devres match_data = { size, vaddr, dma_handle }; local
161 &match_data));
H A Ddevres.c181 dr_match_t match, void *match_data)
190 if (match && !match(dev, dr->data, match_data))
203 * @match_data: Data for the match function
213 dr_match_t match, void *match_data)
219 dr = find_dr(dev, release, match, match_data);
233 * @match_data: Data for the match function
243 dr_match_t match, void *match_data)
250 dr = find_dr(dev, new_dr->node.release, match, match_data);
268 * @match_data: Data for the match function
279 dr_match_t match, void *match_data)
180 find_dr(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
212 devres_find(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
242 devres_get(struct device *dev, void *new_res, dr_match_t match, void *match_data) argument
278 devres_remove(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
312 devres_destroy(struct device *dev, dr_release_t release, dr_match_t match, void *match_data) argument
[all...]
H A Ddmapool.c428 static int dmam_pool_match(struct device *dev, void *res, void *match_data) argument
430 return *(struct dma_pool **)res == match_data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/irq/
H A Ddevres.c82 struct irq_devres match_data = { irq, dev_id }; local
86 &match_data));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Ddevres.c10 static int devm_ioremap_match(struct device *dev, void *res, void *match_data) argument
12 return *(void **)res == match_data;
97 void *match_data)
99 return *(void **)res == match_data;
96 devm_ioport_map_match(struct device *dev, void *res, void *match_data) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddevice.h378 typedef int (*dr_match_t)(struct device *dev, void *res, void *match_data);
391 dr_match_t match, void *match_data);
393 dr_match_t match, void *match_data);
395 dr_match_t match, void *match_data);
397 dr_match_t match, void *match_data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dresource.c615 static int devm_region_match(struct device *dev, void *res, void *match_data) argument
617 struct region_devres *this = res, *match = match_data;
652 struct region_devres match_data = { parent, start, n }; local
656 &match_data));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/cio/
H A Ddevice.c597 struct match_data { struct
605 struct match_data * d = data;
621 struct match_data data;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c1228 * @param match_data match data
1236 netconf_generate_entry(const char *match_name, const void *match_data, size_t match_data_size, argument
1253 if (match_data) {
1256 memcpy(&match->data[0], match_data, match_data_size);

Completed in 76 milliseconds