Searched refs:mode (Results 101 - 125 of 203) sorted by relevance

123456789

/fuchsia/zircon/system/dev/board/vim/
H A Dvim-uart.c40 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
84 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
H A Dvim-display.c59 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
/fuchsia/zircon/system/dev/display/display/
H A Dcontroller.h74 static void PopulateDisplayMode(const edid::timing_params_t& params, display_mode_t* mode);
89 void SetVcMode(uint8_t mode);
H A Dcontroller.cpp62 void Controller::PopulateDisplayMode(const edid::timing_params_t& params, display_mode_t* mode) { argument
63 mode->pixel_clock_10khz = params.pixel_freq_10khz;
64 mode->h_addressable = params.horizontal_addressable;
65 mode->h_front_porch = params.horizontal_front_porch;
66 mode->h_sync_pulse = params.horizontal_sync_pulse;
67 mode->h_blanking = params.horizontal_blanking;
68 mode->v_addressable = params.vertical_addressable;
69 mode->v_front_porch = params.vertical_front_porch;
70 mode->v_sync_pulse = params.vertical_sync_pulse;
71 mode
[all...]
/fuchsia/zircon/system/dev/usb/dwc3/
H A Ddwc3.c103 // configure for device mode
159 // configure for host mode
340 static zx_status_t dwc3_set_mode(void* ctx, usb_mode_t mode) { argument
344 if (mode == USB_MODE_OTG) {
349 if (dwc->usb_mode == mode) {
354 // Shutdown if we are in peripheral mode
366 if (mode == USB_MODE_PERIPHERAL) {
376 status = usb_mode_switch_set_mode(&dwc->ums, mode);
382 if (mode == USB_MODE_PERIPHERAL) {
390 } else if (mode
[all...]
/fuchsia/zircon/system/uapp/display-test/
H A Dvirtual-layer.cpp50 width_ = display->mode().horizontal_resolution;
51 height_ = display->mode().vertical_resolution;
62 width_ += d->mode().horizontal_resolution;
63 height_ = fbl::max(height_, d->mode().vertical_resolution);
156 alpha_config.mode = alpha_enable_ ?
208 display.height = displays_[i]->mode().vertical_resolution;
209 display.width = displays_[i]->mode().horizontal_resolution;
403 display_start += displays_[i]->mode().horizontal_resolution;
/fuchsia/zircon/system/ulib/fs/
H A Dpseudo-dir.cpp27 attr->mode = V_TYPE_DIR | V_IRUSR;
76 VTYPE_TO_DTYPE(attr.mode), attr.inode) != ZX_OK) {
H A Dvfs.cpp120 uint32_t mode) {
124 return OpenLocked(fbl::move(vndir), out, path, out_path, flags, mode);
129 uint32_t flags, uint32_t mode) {
157 if (must_be_dir && !S_ISDIR(mode)) {
164 if ((r = vndir->Create(&vn, path, mode)) < 0) {
118 Open(fbl::RefPtr<Vnode> vndir, fbl::RefPtr<Vnode>* out, fbl::StringPiece path, fbl::StringPiece* out_path, uint32_t flags, uint32_t mode) argument
127 OpenLocked(fbl::RefPtr<Vnode> vndir, fbl::RefPtr<Vnode>* out, fbl::StringPiece path, fbl::StringPiece* out_path, uint32_t flags, uint32_t mode) argument
H A Dpseudo-file.cpp31 attr->mode = V_TYPE_FILE;
33 attr->mode |= V_IRUSR;
35 attr->mode |= V_IWUSR;
/fuchsia/zircon/system/ulib/tftp/
H A Dinternal.h153 // max request size (512) - opcode (2) - shortest mode (4) - null (1)
155 tftp_mode mode; member in struct:tftp_session_t
200 tftp_mode mode,
/fuchsia/zircon/system/ulib/zxio/include/lib/zxio/
H A Dzxio.h195 // See io.fidl for the available |flags| and |mode|.
196 zx_status_t zxio_open(zxio_t* directory, uint32_t flags, uint32_t mode,
205 // See io.fidl for the available |flags| and |mode|.
207 uint32_t mode, const char* path,
/fuchsia/zircon/third_party/ulib/musl/src/math/x86_64/
H A Dexpl.S3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/fuchsia/zircon/bootloader/src/
H A Dframebuffer.c52 void set_gfx_mode(uint32_t mode) { argument
56 if (mode >= gop->Mode->MaxMode) {
57 printf("invalid framebuffer mode: %u\n", mode);
60 efi_status s = gop->SetMode(gop, mode);
62 printf("could not set mode: %s\n", xefi_strerror(s));
95 printf("Could not retrieve mode %d: %s\n", i, xefi_strerror(status));
105 printf("Could not find framebuffer mode %ux%u; using default mode = %ux%u\n",
/fuchsia/zircon/kernel/dev/pcie/include/dev/
H A Dpcie_irqs.h28 * IRQ modes are exclusive, a device may be operating in only one mode at any
30 * by each mode using the pcie_query_irq_mode_capabilities function. Drivers
32 * mode with pcie_set_irq_mode. IRQ identifiers used in the system when
38 * All IRQs are disabled. 0 total IRQs are supported in this mode.
65 uint max_irqs; /** The maximum number of IRQ supported by the selected mode */
88 * A structure used to hold the details about the currently configured IRQ mode
92 pcie_irq_mode_t mode; /// The currently configured mode. member in struct:pcie_irq_mode_info
93 uint max_handlers; /// The max number of handlers for the mode.
/fuchsia/zircon/system/dev/board/astro/
H A Dastro-display.c53 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
/fuchsia/zircon/system/dev/bus/platform/
H A Dproxy-protocol.h42 uint32_t mode; member in struct:platform_bus::__anon271
/fuchsia/zircon/system/utest/trace/
H A Dfixture.cpp31 trace_buffering_mode_t mode, size_t buffer_size)
36 buffering_mode_(mode),
219 trace_buffering_mode_t mode, size_t buffer_size) {
221 g_fixture = new Fixture(attach_to_thread, mode, buffer_size);
30 Fixture(attach_to_thread_t attach_to_thread, trace_buffering_mode_t mode, size_t buffer_size) argument
218 fixture_set_up(attach_to_thread_t attach_to_thread, trace_buffering_mode_t mode, size_t buffer_size) argument
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/cipher/
H A De_aes.c194 int ret, mode; local
197 mode = ctx->cipher->flags & EVP_CIPH_MODE_MASK;
198 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE) && !enc) {
203 if (mode == EVP_CIPH_CBC_MODE) {
206 } else if (bsaes_capable() && mode == EVP_CIPH_CBC_MODE) {
214 mode == EVP_CIPH_CBC_MODE ? (cbc128_f)vpaes_cbc_encrypt : NULL;
219 mode == EVP_CIPH_CBC_MODE ? (cbc128_f)AES_cbc_encrypt : NULL;
225 if (mode == EVP_CIPH_CBC_MODE) {
227 } else if (mode
[all...]
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Dimx8mevk-usb.c11 #include <ddk/protocol/usb-mode-switch.h>
29 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
74 .mode = ZX_INTERRUPT_MODE_EDGE_HIGH,
/fuchsia/zircon/system/ulib/fdio/
H A Dremoteio.c108 uint32_t op, uint32_t flags, uint32_t mode,
126 r = fidl_open_request(svc, cnxn, flags, mode, name, len);
629 uint32_t flags, uint32_t mode,
648 r = fidl_open_request(svc, cnxn, flags, mode, path, pathlen);
675 uint32_t flags, uint32_t mode,
687 return zxrio_sync_open_connection(rio_h, op, flags, mode, name, len, info, out);
694 if ((r = zxrio_connect(rio_h, h1, op, flags, mode, name)) < 0) {
707 uint32_t mode, fdio_t** out) {
710 zx_status_t r = zxrio_getobject(h, fuchsia_io_DirectoryOpenOrdinal, path, flags, mode, &info, &control_channel);
717 static zx_status_t zxrio_open(fdio_t* io, const char* path, uint32_t flags, uint32_t mode, fdio_ argument
107 zxrio_connect(zx_handle_t svc, zx_handle_t cnxn, uint32_t op, uint32_t flags, uint32_t mode, const char* name) argument
628 zxrio_sync_open_connection(zx_handle_t svc, uint32_t op, uint32_t flags, uint32_t mode, const char* path, size_t pathlen, zxrio_describe_t* info, zx_handle_t* out) argument
674 zxrio_getobject(zx_handle_t rio_h, uint32_t op, const char* name, uint32_t flags, uint32_t mode, zxrio_describe_t* info, zx_handle_t* out) argument
706 zxrio_open_handle(zx_handle_t h, const char* path, uint32_t flags, uint32_t mode, fdio_t** out) argument
[all...]
/fuchsia/zircon/system/ulib/framebuffer/
H A Dframebuffer.c121 fuchsia_display_Mode* mode = (fuchsia_display_Mode*) display->modes.data; local
127 stride_msg.width = mode->horizontal_resolution;
180 if ((status = set_layer_config(create_layer_rsp.layer_id, mode->horizontal_resolution,
181 mode->vertical_resolution, pixel_format,
190 width = mode->horizontal_resolution;
191 height = mode->vertical_resolution;
236 // mode, so make sure this is false for now. It will get set properly later.
246 *err_msg_out = "Failed to present single_buffer mode framebuffer";
/fuchsia/zircon/system/ulib/minfs/
H A Dhost.cpp35 s->st_mode = a.mode;
212 int emu_open(const char* path, int flags, mode_t mode) { argument
225 zx_status_t status = fakeFs.fake_vfs->Open(fakeFs.fake_root, &vn_fs, str, &str, flags, mode);
426 int emu_mkdir(const char* path, mode_t mode) {
428 mode = S_IFDIR;
429 int fd = emu_open(path, O_CREAT | O_EXCL, S_IFDIR | (mode & 0777));
/fuchsia/zircon/system/host/fidl/compiler/
H A Dmain.cpp124 std::fstream Open(std::string filename, std::ios::openmode mode) { argument
125 if ((mode & std::ios::out) != 0) {
130 stream.open(filename, mode);
/fuchsia/zircon/system/ulib/blobfs/
H A Dvnode.cpp138 a->mode = (IsDirectory() ? V_TYPE_DIR : V_TYPE_FILE) | V_IRUSR;
149 zx_status_t VnodeBlob::Create(fbl::RefPtr<fs::Vnode>* out, fbl::StringPiece name, uint32_t mode) { argument
150 TRACE_DURATION("blobfs", "VnodeBlob::Create", "name", name, "mode", mode);
/fuchsia/zircon/system/ulib/fs/include/fs/
H A Dvfs.h124 uint32_t flags, uint32_t mode) FS_TA_EXCLUDES(vfs_lock_);
184 uint32_t mode) FS_TA_EXCLUDES(vfs_lock_);
208 uint32_t flags, uint32_t mode) FS_TA_REQUIRES(vfs_lock_);

Completed in 151 milliseconds

123456789