Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/media/dvb-frontends/
Ddib7000p.c2085 struct dib7000p_state *dpst; in dib7000p_i2c_enumeration() local
2089 dpst = kzalloc(sizeof(struct dib7000p_state), GFP_KERNEL); in dib7000p_i2c_enumeration()
2090 if (!dpst) in dib7000p_i2c_enumeration()
2093 dpst->i2c_adap = i2c; in dib7000p_i2c_enumeration()
2094 mutex_init(&dpst->i2c_buffer_lock); in dib7000p_i2c_enumeration()
2097 dpst->cfg = cfg[k]; in dib7000p_i2c_enumeration()
2104 dpst->i2c_addr = new_addr; in dib7000p_i2c_enumeration()
2105 dib7000p_write_word(dpst, 1287, 0x0003); /* sram lead in, rdy */ in dib7000p_i2c_enumeration()
2106 if (dib7000p_identify(dpst) != 0) { in dib7000p_i2c_enumeration()
2107 dpst->i2c_addr = default_addr; in dib7000p_i2c_enumeration()
[all …]
/linux-6.6.21/drivers/gpu/drm/i915/display/
Dintel_vbt_defs.h948 u16 dpst; /* 228+ */ member