Home
last modified time | relevance | path

Searched defs:spi_ioc_transfer (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/uapi/linux/spi/
Dspidev.h70 struct spi_ioc_transfer { struct
85 /* If the contents of 'struct spi_ioc_transfer' ever change argument
/external/rust/crates/nix/test/sys/
Dtest_ioctl.rs311 pub struct spi_ioc_transfer { struct
312 tx_buf: u64,
313 rx_buf: u64,
314 len: u32,
315 speed_hz: u32,
316 delay_usecs: u16,
317 bits_per_word: u8,
318 cs_change: u8,
319 tx_nbits: u8,
320 rx_nbits: u8,
[all …]
/external/bcc/libbpf-tools/riscv/
Dvmlinux.h99315 struct spi_ioc_transfer { struct
99316 __u64 tx_buf;
99317 __u64 rx_buf;
99318 __u32 len;
99319 __u32 speed_hz;
99320 __u16 delay_usecs;
99321 __u8 bits_per_word;
99322 __u8 cs_change;
99323 __u8 tx_nbits;
99324 __u8 rx_nbits;
[all …]
Dvmlinux_602.h99315 struct spi_ioc_transfer { struct
99316 __u64 tx_buf;
99317 __u64 rx_buf;
99318 __u32 len;
99319 __u32 speed_hz;
99320 __u16 delay_usecs;
99321 __u8 bits_per_word;
99322 __u8 cs_change;
99323 __u8 tx_nbits;
99324 __u8 rx_nbits;
[all …]