Home
last modified time | relevance | path

Searched defs:register (Results 1 – 15 of 15) sorted by relevance

/linux/Documentation/driver-api/
H A Dparport-lowlevel.rst1159 SYNOPSIS
1172 DESCRIPTION
1182 SEE ALSO
1192 SYNOPSIS
1205 DESCRIPTION
1211 SEE ALSO
1221 SYNOPSIS
1234 DESCRIPTION
1247 SEE ALSO
1257 SYNOPSIS
[all …]
/linux/arch/powerpc/kernel/
H A Dswsusp_asm64.S56 #define SAVE_SPR(register) \ argument
59 #define RESTORE_SPR(register) \ argument
/linux/tools/testing/selftests/riscv/vector/
H A Dv_exec_initval_nolibc.c37 #define CHECK_VECTOR_REGISTER(register) ({ \ in main() argument
/linux/arch/parisc/include/asm/
H A Dextable.h49 #define ASM_EXCEPTIONTABLE_ENTRY_EFAULT( fault_addr, except_addr, register )\ argument
/linux/rust/kernel/
H A Ddriver.rs149 unsafe fn register( register() method
[all...]
H A Dplatform.rs60 unsafe fn register( in register() method
H A Ddevres.rs549 pub fn register<T, E>(dev: &Device<Bound>, data: impl PinInit<T, E>, flags: Flags) -> Result in register() function
H A Dauxiliary.rs51 unsafe fn register( register() method
H A Dpci.rs74 // a preceding call to `register` has been successful. in register() method
H A Dusb.rs53 unsafe fn register( register() method
H A Di2c.rs98 unsafe fn register( in register() method
H A Dio.rs24 pub mod register; module
/linux/rust/kernel/pci/
H A Dirq.rs132 fn register<'a>( register() method
/linux/arch/mips/include/asm/
H A Dmipsregs.h1621 #define __write_32bit_c0_register(register, sel, value) \ argument
1636 #define __write_64bit_c0_register(register, sel, value) \ argument
1685 #define __write_32bit_c0_ctrl_register(register, value) \ argument
1798 #define __writex_32bit_c0_register(register, sel, value) \ argument
2290 #define __write_32bit_gc0_register(register, sel, value) \ argument
2302 #define __write_64bit_gc0_register(register, sel, value) \ argument
/linux/drivers/usb/host/
H A Dohci.h709 #define read_roothub(hc, register, mask) ({ \ argument