Home
last modified time | relevance | path

Searched defs:I2C_NAME_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/device-id/
H A Di2c.h11 #define I2C_NAME_SIZE 20 macro
/linux/rust/kernel/
H A Di2c.rs41 const I2C_NAME_SIZE: usize = 20; constant