Searched refs:ops_ (Results 26 - 30 of 30) sorted by relevance

12

/fuchsia/zircon/system/ulib/ddktl/include/ddktl/protocol/
H A Dnand.h84 : ops_(proto->ops), ctx_(proto->ctx) {}
87 ops_->query(ctx_, info_out, nand_op_size_out);
91 ops_->queue(ctx_, operation);
96 return ops_->get_factory_bad_block_list(ctx_, bad_blocks, bad_block_len, num_bad_blocks);
100 nand_protocol_ops_t* ops_; member in class:ddk::NandProtocolProxy
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h108 display_controller_protocol_ops_t* ops() { return ops_.ops; }
109 void* ops_ctx() { return ops_.ctx; }
134 display_controller_protocol_t ops_; member in class:display::Controller
H A Dcontroller.cpp118 ops_.ops->check_configuration(ops_.ctx, test_configs, &display_cfg_result,
648 ops_.ops->apply_configuration(ops_.ctx, display_configs, display_count);
652 ops_.ops->release_image(ops_.ctx, &image->info());
814 if (device_get_protocol(parent_, ZX_PROTOCOL_DISPLAY_CONTROLLER_IMPL, &ops_)) {
837 ops_.ops->set_display_controller_cb(ops_.ctx, this, &dc_cb);
/fuchsia/zircon/system/dev/clk/amlogic-clk/
H A Daml-clk.cpp162 .ops = &ops_,
/fuchsia/zircon/system/dev/i2c/imx-i2c/
H A Dimx-i2c.cpp255 .ops = &ops_,

Completed in 100 milliseconds

12