Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 189) sorted by relevance

12345678

/openbmc/qemu/rust/bits/src/
H A Dlib.rs114 pub const fn empty() -> Self { constant
120 pub const fn all() -> Self { constant
126 pub const fn valid_bits() -> Self { constant
132 pub const fn valid(val: $type) -> bool { constant
138 pub const fn any_set(self, mask: Self) -> bool { constant
144 pub const fn all_set(self, mask: Self) -> bool { constant
150 pub const fn none_set(self, mask: Self) -> bool { constant
156 pub const fn from_bits(value: $type) -> Self { constant
162 pub const fn into_bits(self) -> $type { constant
186 pub const fn intersection(self, rhs: Self) -> Self { constant
[all …]
/openbmc/qemu/rust/qemu-api/src/
H A Dmemory.rs63 pub const fn read<F: for<'a> FnCall<(&'a T, hwaddr, u32), u64>>(mut self, _f: &F) -> Self { in read() constant
69 pub const fn write<F: for<'a> FnCall<(&'a T, hwaddr, u64, u32)>>(mut self, _f: &F) -> Self { in write() constant
75 pub const fn big_endian(mut self) -> Self { in big_endian() constant
81 pub const fn little_endian(mut self) -> Self { in little_endian() constant
87 pub const fn native_endian(mut self) -> Self { in native_endian() constant
93 pub const fn valid_sizes(mut self, min: u32, max: u32) -> Self { in valid_sizes() constant
100 pub const fn valid_unaligned(mut self) -> Self { in valid_unaligned() constant
106 pub const fn impl_sizes(mut self, min: u32, max: u32) -> Self { in impl_sizes() constant
113 pub const fn impl_unaligned(mut self) -> Self { in impl_unaligned() constant
119 pub const fn build(self) -> MemoryRegionOps<T> { in build() constant
[all …]
H A Dvmstate.rs63 … const fn phantom__<T>(_: &T) -> ::core::marker::PhantomData<T> { ::core::marker::PhantomData } constant
168 pub const fn vmstate_scalar_type<T: VMState>(_: PhantomData<T>) -> VMStateFieldType { in vmstate_scalar_type() constant
174 pub const fn vmstate_base<T: VMState>(_: PhantomData<T>) -> VMStateField { in vmstate_base() constant
181 pub const fn vmstate_varray_flag<T: VMState>(_: PhantomData<T>) -> VMStateFlags { in vmstate_varray_flag() constant
244 pub const fn with_version_id(mut self, version_id: i32) -> Self { in with_version_id() constant
251 pub const fn with_array_flag(mut self, num: usize) -> Self { in with_array_flag() constant
270 pub const fn with_pointer_flag(mut self) -> Self { in with_pointer_flag() constant
277 pub const fn with_varray_flag_unchecked(mut self, flag: VMStateFlags) -> VMStateField { in with_varray_flag_unchecked() constant
286 pub const fn with_varray_flag(mut self, flag: VMStateFlags) -> VMStateField { in with_varray_flag() constant
292 pub const fn with_varray_multiply(mut self, num: u32) -> VMStateField { in with_varray_multiply() constant
[all …]
H A Dcell.rs332 pub const fn new(value: T) -> BqlCell<T> { in new() constant
434 pub const fn as_ptr(&self) -> *mut T { in as_ptr() constant
500 const fn is_writing(x: BorrowFlag) -> bool { in is_writing() constant
505 const fn is_reading(x: BorrowFlag) -> bool { in is_reading() constant
520 pub const fn new(value: T) -> BqlRefCell<T> { in new() constant
685 pub const fn as_ptr(&self) -> *mut T { in as_ptr() constant
1009 pub const fn as_mut_ptr(&self) -> *mut T { in as_mut_ptr() constant
1014 pub const fn as_ptr(&self) -> *const T { in as_ptr() constant
1020 pub const fn as_void_ptr(&self) -> *mut std::ffi::c_void { in as_void_ptr() constant
1025 pub const fn raw_get(slot: *mut Self) -> *mut T { in raw_get() constant
/openbmc/u-boot/arch/arm/mach-rmobile/
H A Dpfc-r8a7790.h14 #define CPU_32_PORT(fn, pfx, sfx) \ argument
19 #define CPU_32_PORT2(fn, pfx, sfx) \ argument
24 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
28 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
37 #define CPU_32_PORT1(fn, pfx, sfx) \ argument
48 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument
64 #define CPU_32_PORT0_28(fn, pfx, sfx) \ argument
72 #define CPU_32_PORT0_22(fn, pfx, sfx) \ argument
77 #define CPU_32_PORT0_27(fn, pfx, sfx) \ argument
84 #define CPU_32_PORT0_16(fn, pfx, sfx) \ argument
[all …]
/openbmc/u-boot/drivers/pinctrl/renesas/
H A Dsh_pfc.h297 #define PINMUX_IPSR_NOGP(ipsr, fn) \ argument
307 #define PINMUX_IPSR_GPSR(ipsr, fn) \ argument
318 #define PINMUX_IPSR_NOGM(ipsr, fn, msel) \ argument
329 #define PINMUX_IPSR_NOFN(gpsr, fn, gsel) \ argument
341 #define PINMUX_IPSR_MSEL(ipsr, fn, msel) \ argument
349 #define PINMUX_SINGLE(fn) \ argument
356 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument
358 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument
360 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument
365 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument
[all …]
/openbmc/qemu/rust/hw/timer/hpet/src/
H A Ddevice.rs150 const fn hpet_next_wrap(cur_tick: u64) -> u64 { in hpet_next_wrap() constant
154 const fn hpet_time_after(a: u64, b: u64) -> bool { in hpet_time_after() constant
158 const fn ticks_to_ns(value: u64) -> u64 { in ticks_to_ns() constant
162 const fn ns_to_ticks(value: u64) -> u64 { in ns_to_ticks() constant
167 const fn hpet_fixup_reg(new: u64, old: u64, mask: u64) -> u64 { in hpet_fixup_reg() constant
171 const fn activating_bit(old: u64, new: u64, shift: usize) -> bool { in activating_bit() constant
176 const fn deactivating_bit(old: u64, new: u64, shift: usize) -> bool { in deactivating_bit() constant
252 const fn is_fsb_route_enabled(&self) -> bool { in is_fsb_route_enabled() constant
256 const fn is_periodic(&self) -> bool { in is_periodic() constant
260 const fn is_int_enabled(&self) -> bool { in is_int_enabled() constant
[all …]
/openbmc/u-boot/test/py/
H A Du_boot_utils.py29 def md5sum_file(fn, max_length=None): argument
54 def __init__(self, u_boot_console, fn, size): argument
89 def attempt_to_open_file(fn): argument
110 def wait_until_open_succeeds(fn): argument
130 def wait_until_file_open_fails(fn, ignore_errors): argument
/openbmc/u-boot/test/py/tests/
H A Dtest_dfu.py199 def run_dfu_util(alt_setting, fn, up_dn_load_arg): argument
219 def dfu_write(alt_setting, fn): argument
233 def dfu_read(alt_setting, fn): argument
/openbmc/openbmc/poky/scripts/contrib/
H A Dconvert-spdx-licenses.py99 def processfile(fn): argument
138 fn = os.path.join(root, name) variable
H A Dconvert-srcuri.py21 def processfile(fn): argument
70 fn = os.path.join(root, name) variable
H A Dconvert-variable-renames.py61 def processfile(fn): argument
109 fn = os.path.join(root, name) variable
H A Dconvert-overrides.py103 def processfile(fn): argument
148 fn = os.path.join(root, name) variable
/openbmc/openbmc/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py56 def supports(fn, d): argument
72 def include_single_file(parentfn, fn, lineno, data, error_out): argument
113 def handle(fn, data, include, baseconfig=False): argument
165 def feeder(lineno, s, fn, statements, baseconfig=False, conffile=True): argument
H A DBBHandler.py41 def supports(fn, d): argument
45 def inherit(files, fn, lineno, d, deferred=False): argument
113 def handle(fn, d, include, baseconfig=False): argument
165 def feeder(lineno, s, fn, root, statements, eof=False): argument
/openbmc/qemu/rust/qemu-api-macros/src/
H A Dlib.rs130 pub const fn as_mut_ptr(&self) -> *mut <Self as crate::cell::Wrapper>::Wrapped { in derive_opaque_or_error() constant
134 pub const fn as_ptr(&self) -> *const <Self as crate::cell::Wrapper>::Wrapped { in derive_opaque_or_error() constant
138 pub const fn as_void_ptr(&self) -> *mut ::core::ffi::c_void { in derive_opaque_or_error() constant
142 pub const fn raw_get(slot: *mut Self) -> *mut <Self as crate::cell::Wrapper>::Wrapped { in derive_opaque_or_error() constant
223 pub const fn into_bits(self) -> #repr { in derive_tryinto_or_error() constant
228 pub const fn from_bits(value: #repr) -> Self { in derive_tryinto_or_error() constant
H A Dtests.rs100 pub const fn into_bits(self) -> u8 { in test_derive_tryinto() constant
105 pub const fn from_bits(value: u8) -> Self { in test_derive_tryinto() constant
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py11 def sstate_rundepfilter(siggen, fn, recipename, task, dep, depname, dataCaches): argument
19 def isKernel(mc, fn): argument
22 def isPackageGroup(mc, fn): argument
25 def isAllArch(mc, fn): argument
28 def isImage(mc, fn): argument
144 def rundep_check(self, fn, recipename, task, dep, depname, dataCaches = None): argument
232 def dump_sigtask(self, fn, task, stampbase, runtime): argument
280 def strip_fn(fn): argument
H A Drecipeutils.py57 def get_var_files(fn, varlist, d): argument
271 def patch_recipe_file(fn, values, patch=False, relpath='', redirect_output=None): argument
297 def localise_file_vars(fn, varfiles, varlist): argument
337 def patch_recipe(d, fn, varvalues, patch=False, relpath='', redirect_output=None): argument
959 def find_layerdir(fn): argument
/openbmc/openbmc/poky/bitbake/lib/bb/parse/
H A D__init__.py107 def supports(fn, data): argument
114 def handle(fn, data, include=0, baseconfig=False): argument
122 def init(fn, data): argument
132 def resolve_file(fn, d): argument
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c42 void yaffs_bug_fn(const char *fn, int n) in yaffs_bug_fn()
310 void read_a_file(char *fn) in read_a_file()
356 void cmd_yaffs_read_file(char *fn) in cmd_yaffs_read_file()
362 void cmd_yaffs_mread_file(char *fn, char *addr) in cmd_yaffs_mread_file()
383 void cmd_yaffs_mwrite_file(char *fn, char *addr, int size) in cmd_yaffs_mwrite_file()
/openbmc/u-boot/drivers/fpga/
H A Dspartan2.c102 xilinx_spartan2_slave_parallel_fns *fn = desc->iface_fns; in spartan2_sp_load() local
254 xilinx_spartan2_slave_parallel_fns *fn = desc->iface_fns; in spartan2_sp_dump() local
302 xilinx_spartan2_slave_serial_fns *fn = desc->iface_fns; in spartan2_ss_load() local
H A Dspartan3.c106 xilinx_spartan3_slave_parallel_fns *fn = desc->iface_fns; in spartan3_sp_load() local
260 xilinx_spartan3_slave_parallel_fns *fn = desc->iface_fns; in spartan3_sp_dump() local
308 xilinx_spartan3_slave_serial_fns *fn = desc->iface_fns; in spartan3_ss_load() local
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dtaskdata.py67 def add_tasks(self, fn, dataCache): argument
168 def add_extra_deps(self, fn, dataCache): argument
206 def add_build_target(self, fn, item): argument
225 def add_runtime_target(self, fn, item): argument
438 def fail_fn(self, fn, missing_list=None): argument
H A Dbuild.py66 def __init__(self, t, fn, logfile, d): argument
93 def __init__(self, t, fn, logfile, taskflags, d): argument
103 def __init__(self, task, fn, logfile, metadata, errprinted = False): argument
115 def __init__(self, task, fn, metadata): argument
591 def _task_data(fn, task, d): argument
599 def _exec_task(fn, task, d, quieterr): argument
766 def exec_task(fn, task, d, profile = False): argument

12345678