Searched refs:gating (Results 1 - 12 of 12) sorted by relevance

/drivers/media/dvb/frontends/
H A Ddib3000mc.h52 int gating);
73 int gating)
72 dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod, int gating) argument
H A Ddib9000.h34 extern struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating);
52 static inline struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating) argument
H A Ddib7000m.h63 int gating)
61 dib7000m_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating) argument
H A Ddibx000_common.c372 int gating)
378 if (gating)
382 if (!gating)
386 if (!gating)
390 if (gating)
370 dibx000_get_i2c_adapter(struct dibx000_i2c_master *mst, enum dibx000_i2c_interface intf, int gating) argument
H A Ddibx000_common.h45 intf, int gating);
H A Ddib3000mc.c627 struct i2c_adapter * dib3000mc_get_tuner_i2c_master(struct dvb_frontend *demod, int gating) argument
630 return dibx000_get_i2c_adapter(&st->i2c_master, DIBX000_I2C_INTERFACE_TUNER, gating);
H A Ddib7000m.c1324 struct i2c_adapter * dib7000m_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating) argument
1327 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib7000p.c1678 struct i2c_adapter *dib7000p_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating) argument
1681 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib9000.c1737 struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating) argument
1740 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib8000.c3436 struct i2c_adapter *dib8000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating) argument
3439 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
/drivers/gpu/drm/gma500/
H A Dpsb_device.c161 u32 gating = PSB_RSGX32(PSB_CR_CLKGATECTL); local
162 gating &= ~3; /* Disable 2D clock gating */
163 gating |= 1;
164 PSB_WSGX32(gating, PSB_CR_CLKGATECTL);
/drivers/mmc/core/
H A DKconfig21 bool "MMC host clock gating (EXPERIMENTAL)"
25 This is done to save power due to gating off the logic and bus

Completed in 152 milliseconds