| /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/drivers/platform/x86/lenovo/ |
| H A D | wmi-capdata.c | 146 * @matchptr: Pointer to the returned component_match pointer. in lwmi_cd_match_add_all() argument 148 * Adds all component matches to the list stored in @matchptr for the @master in lwmi_cd_match_add_all() 149 * device. @matchptr must be initialized to NULL. in lwmi_cd_match_add_all() 151 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr) in lwmi_cd_match_add_all() 155 if (WARN_ON(*matchptr)) in lwmi_cd_match_add_all() 163 component_match_add(master, matchptr, lwmi_cd_match, in lwmi_cd_match_add_all() 165 if (IS_ERR(*matchptr))
|
| H A D | wmi-capdata.h | 86 void lwmi_cd_match_add_all(struct device *master, struct component_match **matchptr);
|
| /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/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 913 struct component_match **matchptr) in add_mdp_components() argument 948 drm_of_component_match_add(master_dev, matchptr, in add_mdp_components() 1018 struct component_match **matchptr) in add_gpu_components() argument 1027 drm_of_component_match_add(dev, matchptr, component_compare_of, np); in add_gpu_components()
|
| /linux/sound/soc/codecs/ |
| H A D | pm4125.c | 1624 struct component_match **matchptr) 1631 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components() 1637 component_match_add_release(dev, matchptr, component_release_of, component_compare_of, in pm4125_add_slave_components() 1629 pm4125_add_slave_components(struct pm4125_priv * pm4125,struct device * dev,struct component_match ** matchptr) pm4125_add_slave_components() argument
|
| H A D | wcd937x.c | 2874 struct component_match **matchptr) in wcd937x_add_slave_components() 2884 component_match_add_release(dev, matchptr, component_release_of, in wcd937x_probe() 2893 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 | 3450 struct component_match **matchptr) 3462 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3471 component_match_add_release(dev, matchptr, component_release_of, in wcd938x_add_slave_components() 3455 wcd938x_add_slave_components(struct wcd938x_priv * wcd938x,struct device * dev,struct component_match ** matchptr) wcd938x_add_slave_components() argument
|
| H A D | wcd939x.c | 3514 struct component_match **matchptr) in wcd939x_add_typec() 3524 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components() 3533 component_match_add_release(dev, matchptr, component_release_of, in wcd939x_add_slave_components() 3519 wcd939x_add_slave_components(struct wcd939x_priv * wcd939x,struct device * dev,struct component_match ** matchptr) wcd939x_add_slave_components() argument
|