Home
last modified time | relevance | path

Searched refs:dpst (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/drivers/media/dvb-frontends/
Ddib7000p.c2080 struct dib7000p_state *dpst; in dib7000p_i2c_enumeration() local
2084 dpst = kzalloc(sizeof(struct dib7000p_state), GFP_KERNEL); in dib7000p_i2c_enumeration()
2085 if (!dpst) in dib7000p_i2c_enumeration()
2088 dpst->i2c_adap = i2c; in dib7000p_i2c_enumeration()
2089 mutex_init(&dpst->i2c_buffer_lock); in dib7000p_i2c_enumeration()
2092 dpst->cfg = cfg[k]; in dib7000p_i2c_enumeration()
2099 dpst->i2c_addr = new_addr; in dib7000p_i2c_enumeration()
2100 dib7000p_write_word(dpst, 1287, 0x0003); /* sram lead in, rdy */ in dib7000p_i2c_enumeration()
2101 if (dib7000p_identify(dpst) != 0) { in dib7000p_i2c_enumeration()
2102 dpst->i2c_addr = default_addr; in dib7000p_i2c_enumeration()
[all …]
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h1355 u16 dpst; /* 228-256 */ member