Home
last modified time | relevance | path

Searched refs:new_f (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/Documentation/sphinx/
H A Dkernel_abi.py114 new_f = match.group(1)
118 if new_f != f and content:
125 f = new_f
/kernel/linux/linux-5.10/Documentation/sphinx/
H A Dkernel_abi.py159 new_f = match.group(1)
163 if new_f != f and content:
167 f = new_f
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/
H A Docteon-platform.c1113 __be32 new_f[1]; in octeon_prune_device_tree() local
1119 new_f[0] = cpu_to_be32(48000000); in octeon_prune_device_tree()
1121 "refclk-frequency", new_f, sizeof(new_f)); in octeon_prune_device_tree()
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/
H A Docteon-platform.c1114 __be32 new_f[1]; in octeon_prune_device_tree() local
1120 new_f[0] = cpu_to_be32(48000000); in octeon_prune_device_tree()
1122 "refclk-frequency", new_f, sizeof(new_f)); in octeon_prune_device_tree()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/
H A Diavf_main.c1020 struct iavf_mac_filter *new_f; in iavf_replace_primary_mac() local
1025 new_f = iavf_add_filter(adapter, new_mac); in iavf_replace_primary_mac()
1026 if (!new_f) { in iavf_replace_primary_mac()
1040 new_f->is_primary = true; in iavf_replace_primary_mac()
1041 new_f->add = true; in iavf_replace_primary_mac()

Completed in 8 milliseconds