Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.18-rc3 15 lines 405 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (c) 2023 Meta Platforms, Inc. and affiliates 4 * Copyright (c) 2023 Intel and affiliates 5 */ 6 7int dpll_device_create_ntf(struct dpll_device *dpll); 8 9int dpll_device_delete_ntf(struct dpll_device *dpll); 10 11int dpll_pin_create_ntf(struct dpll_pin *pin); 12 13int dpll_pin_delete_ntf(struct dpll_pin *pin); 14 15int __dpll_pin_change_ntf(struct dpll_pin *pin);