__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef _CLK_KUNIT_H #define _CLK_KUNIT_H struct clk; struct clk_hw; struct device; struct device_node; struct of_phandle_args; struct kunit; struct clk * clk_get_kunit(struct kunit *test, struct device *dev, const char *con_id); struct clk * of_clk_get_kunit(struct kunit *test, struct device_node *np, int index); struct clk * clk_hw_get_clk_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id); struct clk * clk_hw_get_clk_prepared_enabled_kunit(struct kunit *test, struct clk_hw *hw, const char *con_id); int clk_prepare_enable_kunit(struct kunit *test, struct clk *clk); int clk_hw_register_kunit(struct kunit *test, struct device *dev, struct clk_hw *hw); int of_clk_hw_register_kunit(struct kunit *test, struct device_node *node, struct clk_hw *hw); int of_clk_add_hw_provider_kunit(struct kunit *test, struct device_node *np, struct clk_hw *(*get)(struct of_phandle_args *clkspec, void *data), void *data); #endif
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| assert.h | File | 7.86 KB | 0644 |
|
| attributes.h | File | 1.35 KB | 0644 |
|
| clk.h | File | 1008 B | 0644 |
|
| device.h | File | 2.77 KB | 0644 |
|
| of.h | File | 3.42 KB | 0644 |
|
| platform_device.h | File | 607 B | 0644 |
|
| resource.h | File | 15.69 KB | 0644 |
|
| skbuff.h | File | 1.34 KB | 0644 |
|
| static_stub.h | File | 3.6 KB | 0644 |
|
| test-bug.h | File | 2.05 KB | 0644 |
|
| test.h | File | 59.66 KB | 0644 |
|
| try-catch.h | File | 2.23 KB | 0644 |
|
| visibility.h | File | 1.04 KB | 0644 |
|