Home
last modified time | relevance | path

Searched refs:apply_patch (Results 1 – 2 of 2) sorted by relevance

/linux/scripts/livepatch/
H A Dklp-build376 apply_patch() {
418 apply_patch "$patch" "${extra_args[@]}"
489 apply_patch "$patch" "--silent"
360 apply_patch() { global() function
/linux/drivers/usb/typec/tipd/
H A Dcore.c159 int (*apply_patch)(struct tps6598x *tps); member
1694 ret = tps->data->apply_patch(tps); in tps25750_init()
1710 return tps->data->apply_patch(tps); in tps6598x_init()
2052 .apply_patch = tps6598x_apply_patch,
2070 .apply_patch = tps6598x_apply_patch,
2089 .apply_patch = tps25750_apply_patch,