Searched refs:ops (Results 276 - 300 of 1226) sorted by relevance

<<11121314151617181920>>

/drivers/mmc/host/
H A Dsdhci-dove.c65 .ops = &sdhci_dove_ops,
H A Dsdhci-of-hlwd.c66 .ops = &sdhci_hlwd_ops,
H A Dsdhci-pltfm.c124 if (pdata && pdata->ops)
125 host->ops = pdata->ops;
127 host->ops = &sdhci_pltfm_ops;
/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c42 while (countdown && mbx->ops.check_for_msg(hw)) {
65 while (countdown && mbx->ops.check_for_ack(hw)) {
95 ret_val = mbx->ops.read(hw, msg, size);
115 ret_val = mbx->ops.write(hw, msg, size);
/drivers/net/hamradio/
H A D6pack.c149 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
151 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2);
155 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
221 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
223 actual = sp->tty->ops->write(sp->tty, sp->xbuff, count);
227 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
441 actual = tty->ops->write(tty, sp->xhead, sp->xleft);
549 sp->tty->ops->write(sp->tty, &sp->led_state, 1);
550 sp->tty->ops->write(sp->tty, &resync_cmd, 1);
568 sp->tty->ops
[all...]
/drivers/net/wireless/rt2x00/
H A Drt2x00config.c79 rt2x00dev->ops->lib->config_intf(rt2x00dev, intf, &conf, flags);
113 rt2x00dev->ops->lib->config_erp(rt2x00dev, &erp, changed);
167 rt2x00dev->ops->lib->config_ant(rt2x00dev, &config);
247 rt2x00dev->ops->lib->config(rt2x00dev, &libconf, ieee80211_flags);
H A Drt2x00pci.h129 int rt2x00pci_probe(struct pci_dev *pci_dev, const struct rt2x00_ops *ops);
/drivers/regulator/
H A Ddummy.c37 .ops = &dummy_ops,
/drivers/rtc/
H A Dclass.c139 const struct rtc_class_ops *ops,
159 rtc->ops = ops;
240 rtc->ops = NULL;
138 rtc_device_register(const char *name, struct device *dev, const struct rtc_class_ops *ops, struct module *owner) argument
/drivers/s390/crypto/
H A Dzcrypt_api.h99 struct zcrypt_ops *ops; /* Crypto operations. */ member in struct:zcrypt_device
/drivers/ssb/
H A Ddriver_gige.c114 struct ssb_gige *dev = container_of(bus->ops, struct ssb_gige, pci_ops);
145 struct ssb_gige *dev = container_of(bus->ops, struct ssb_gige, pci_ops);
258 if (pdev->bus->ops != &dev->pci_ops) {
282 if (pdev->bus->ops != &dev->pci_ops) {
/drivers/staging/iio/accel/
H A Dadis16201_trigger.c45 st->trig->ops = &adis16201_trigger_ops;
H A Dadis16203_trigger.c47 st->trig->ops = &adis16203_trigger_ops;
H A Dadis16204_trigger.c47 st->trig->ops = &adis16204_trigger_ops;
/drivers/staging/iio/gyro/
H A Dadis16260_trigger.c49 st->trig->ops = &adis16260_trigger_ops;
/drivers/staging/iio/imu/
H A Dadis16400_trigger.c49 st->trig->ops = &adis16400_trigger_ops;
/drivers/staging/media/as102/
H A Das102_drv.c70 if (bus_adap->ops->stop_stream != NULL)
71 bus_adap->ops->stop_stream(dev);
94 if (bus_adap->ops->start_stream != NULL)
95 ret = bus_adap->ops->start_stream(dev);
H A Das102_drv.h70 /* bus adapter private ops callback */
71 struct as102_priv_ops_t *ops; member in struct:as10x_bus_adapter_t
/drivers/video/
H A Dsh_mobile_lcdcfb.h42 const struct sh_mobile_lcdc_entity_ops *ops; member in struct:sh_mobile_lcdc_entity
/drivers/macintosh/
H A Dwindfarm_smu_sensors.c220 ads->sens.ops = &smu_cputemp_ops;
229 ads->sens.ops = &smu_cpuamp_ops;
238 ads->sens.ops = &smu_cpuvolt_ops;
247 ads->sens.ops = &smu_slotspow_ops;
304 rc = pow->amps->ops->get_value(pow->amps, &amps);
313 rc = pow->volts->ops->get_value(pow->volts, &volts);
345 pow->sens.ops = &smu_cpu_power_ops;
/drivers/media/dvb/dvb-usb/
H A Dmxl111sf-demod.c304 if (fe->ops.tuner_ops.set_params) {
305 ret = fe->ops.tuner_ops.set_params(fe);
519 if (fe->ops.tuner_ops.get_bandwidth)
520 fe->ops.tuner_ops.get_bandwidth(fe, &p->bandwidth_hz);
521 if (fe->ops.tuner_ops.get_frequency)
522 fe->ops.tuner_ops.get_frequency(fe, &p->frequency);
595 memcpy(&state->fe.ops, &mxl111sf_demod_ops,
/drivers/media/dvb/frontends/
H A Datbm8830.c278 if (fe->ops.tuner_ops.set_params) {
279 if (fe->ops.i2c_gate_ctrl)
280 fe->ops.i2c_gate_ctrl(fe, 1);
281 fe->ops.tuner_ops.set_params(fe);
282 if (fe->ops.i2c_gate_ctrl)
283 fe->ops.i2c_gate_ctrl(fe, 0);
488 memcpy(&priv->frontend.ops, &atbm8830_ops,
H A Dmt352.c294 if (fe->ops.tuner_ops.set_params) {
295 fe->ops.tuner_ops.set_params(fe);
296 if (fe->ops.i2c_gate_ctrl)
297 fe->ops.i2c_gate_ctrl(fe, 0);
303 if (fe->ops.tuner_ops.calc_regs) {
304 fe->ops.tuner_ops.calc_regs(fe, buf+8, 5);
560 memcpy(&state->frontend.ops, &mt352_ops, sizeof(struct dvb_frontend_ops));
H A Dves1820.c222 if (fe->ops.tuner_ops.set_params) {
223 fe->ops.tuner_ops.set_params(fe);
224 if (fe->ops.i2c_gate_ctrl) fe->ops.i2c_gate_ctrl(fe, 0);
397 memcpy(&state->frontend.ops, &ves1820_ops, sizeof(struct dvb_frontend_ops));
398 state->frontend.ops.info.symbol_rate_min = (state->config->xin / 2) / 64; /* SACLK/64 == (XIN/2)/64 */
399 state->frontend.ops.info.symbol_rate_max = (state->config->xin / 2) / 4; /* SACLK/4 */
/drivers/ata/
H A Dlibata-core.c1574 if (ap->ops->error_handler)
1631 if (ap->ops->error_handler)
1636 if (ap->ops->error_handler)
1652 if (ap->ops->error_handler)
1666 if (ap->ops->post_internal_cmd)
1667 ap->ops->post_internal_cmd(qc);
1905 if (ap->ops->read_id)
1906 err_mask = ap->ops->read_id(dev, &tf, id);
2411 if (ap->ops->dev_config)
2412 ap->ops
5813 ata_finalize_port_ops(struct ata_port_operations *ops) argument
5935 ata_host_init(struct ata_host *host, struct device *dev, unsigned long flags, struct ata_port_operations *ops) argument
[all...]

Completed in 665 milliseconds

<<11121314151617181920>>