[go: nahoru, domu]

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

/drivers/media/dvb-frontends/
H A Ddib3000mc.h53 int gating);
74 int gating)
73 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.h64 int gating)
62 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 Ddib7000p.h58 struct i2c_adapter *(*get_i2c_master)(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating);
H A Ddib8000.h60 struct i2c_adapter *(*get_i2c_master)(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating);
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.c1321 struct i2c_adapter * dib7000m_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating) argument
1324 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib7000p.c2043 static struct i2c_adapter *dib7000p_get_i2c_master(struct dvb_frontend *demod, enum dibx000_i2c_interface intf, int gating) argument
2046 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib9000.c1734 struct i2c_adapter *dib9000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating) argument
1737 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
H A Ddib8000.c4374 static struct i2c_adapter *dib8000_get_i2c_master(struct dvb_frontend *fe, enum dibx000_i2c_interface intf, int gating) argument
4377 return dibx000_get_i2c_adapter(&st->i2c_master, intf, gating);
/drivers/gpu/drm/gma500/
H A Dpsb_device.c166 u32 gating = PSB_RSGX32(PSB_CR_CLKGATECTL); local
167 gating &= ~3; /* Disable 2D clock gating */
168 gating |= 1;
169 PSB_WSGX32(gating, PSB_CR_CLKGATECTL);
/drivers/mmc/core/
H A DKconfig6 bool "MMC host clock gating"
9 This is done to save power due to gating off the logic and bus

Completed in 147 milliseconds