Home
last modified time | relevance | path

Searched refs:OF_TABLE (Results 1 – 7 of 7) sorted by relevance

/linux/samples/rust/
H A Drust_driver_i2c.rs31 OF_TABLE,
42 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
H A Drust_i2c_client.rs90 OF_TABLE,
110 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
H A Drust_driver_platform.rs85 OF_TABLE,
100 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
/linux/include/asm-generic/
H A Dvmlinux.lds.h329 #define OF_TABLE(cfg, name) __OF_TABLE(IS_ENABLED(cfg), name) macro
337 #define TIMER_OF_TABLES() OF_TABLE(CONFIG_TIMER_OF, timer)
338 #define IRQCHIP_OF_MATCH_TABLE() OF_TABLE(CONFIG_IRQCHIP, irqchip)
339 #define CLK_OF_TABLES() OF_TABLE(CONFIG_COMMON_CLK, clk)
340 #define RESERVEDMEM_OF_TABLES() OF_TABLE(CONFIG_OF_RESERVED_MEM, reservedmem)
341 #define CPU_METHOD_OF_TABLES() OF_TABLE(CONFIG_SMP, cpu_method)
342 #define CPUIDLE_METHOD_OF_TABLES() OF_TABLE(CONFIG_CPU_IDLE, cpuidle_method)
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs197 OF_TABLE,
205 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
/linux/drivers/gpu/drm/tyr/
H A Ddriver.rs90 OF_TABLE,
101 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);
/linux/drivers/pwm/
H A Dpwm_th1520.rs327 OF_TABLE,
335 const OF_ID_TABLE: Option<of::IdTable<Self::IdInfo>> = Some(&OF_TABLE);