Searched refs:matchptr (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/base/ |
| H A D | component.c | 382 struct component_match **matchptr, in __component_match_add() argument 388 struct component_match *match = *matchptr; in __component_match_add() 397 *matchptr = ERR_PTR(-ENOMEM); in __component_match_add() 403 *matchptr = match; in __component_match_add() 412 *matchptr = ERR_PTR(ret); in __component_match_add() 446 struct component_match **matchptr, in component_match_add_release() argument 450 __component_match_add(parent, matchptr, release, compare, NULL, in component_match_add_release() 473 struct component_match **matchptr, in component_match_add_typed() argument 476 __component_match_add(parent, matchptr, NULL, NULL, compare_typed, in component_match_add_typed()
|
| /linux/fs/ntfs/ |
| H A D | compress.c | 971 const u8 *matchptr; in ntfs_best_match() local 994 matchptr = &inbuf[cur_match]; in ntfs_best_match() 1009 if (matchptr[best_len] != strptr[best_len] || in ntfs_best_match() 1010 matchptr[best_len - 1] != strptr[best_len - 1] || in ntfs_best_match() 1011 matchptr[0] != strptr[0]) in ntfs_best_match() 1015 if (matchptr[len] != strptr[len]) in ntfs_best_match() 1023 best_matchptr = matchptr; in ntfs_best_match()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1629 struct component_match **matchptr) in pm4125_add_slave_components() argument 1636 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components() 1642 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components()
|
| H A D | wcd937x.c | 2879 struct component_match **matchptr) 2889 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_probe() 2898 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_probe() 2855 wcd937x_add_slave_components(struct wcd937x_priv * wcd937x,struct device * dev,struct component_match ** matchptr) wcd937x_add_slave_components() argument
|
| H A D | wcd938x.c | 3455 struct component_match **matchptr) in wcd938x_add_slave_components() argument 3467 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3476 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components()
|
| H A D | wcd939x.c | 3519 struct component_match **matchptr) in wcd939x_add_slave_components() argument 3529 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components() 3538 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components()
|