HomeSort by: relevance | last modified time | path
    Searched defs:enable (Results 1 - 25 of 194) sorted by relevancy

1 2 3 4 5 6 7 8

  /src/sys/dev/fdt/
fdt_phy.h 44 int (*enable)(device_t, void *, bool); member in struct:fdtbus_phy_controller_func
fdt_regulator.h 43 int (*enable)(device_t, bool); member in struct:fdtbus_regulator_controller_func
  /src/sys/dev/usb/
auvitek_board.c 53 uint16_t enable; member in struct:auvitek_board_config
58 .enable = 0x02f0,
63 .enable = 0x02f0,
71 uint16_t reset, enable; local
77 enable = auvitek_board_config[sc->sc_board].enable;
90 if (enable) {
91 auvitek_write_1(sc, AU0828_REG_GPIO2_PINDIR, enable >> 8);
92 auvitek_write_1(sc, AU0828_REG_GPIO1_PINDIR, enable & 0xff);
93 auvitek_write_1(sc, AU0828_REG_GPIO2_OUTEN, enable >> 8)
    [all...]
  /src/usr.sbin/installboot/arch/
macppc.c 130 int enable; local
132 enable = 1;
133 rv = ioctl(params->fsfd, DIOCWLABEL, &enable);
135 warn("Cannot enable writes to the label sector");
142 enable = 0;
143 (void)ioctl(params->fsfd, DIOCWLABEL, &enable);
  /src/external/apache2/llvm/dist/clang/utils/
clangdiag.py 24 Syntax: clangdiag enable [<warning>|<diag-name>]
30 enable -- Enable clang diagnostic breakpoints.
52 - If <warning> is passed, only enable the DiagID(s) for that warning.
53 - If <diag-name> is passed, only enable that DiagID.
54 - Rerunning enable clears existing breakpoints.
56 without the need to rerun enable.
69 enable_parser = subparsers.add_parser('enable')
106 # Don't need to test this time, since we did that in enable.
119 def enable(exe_ctx, args) function
    [all...]
  /src/external/bsd/jemalloc.old/dist/test/unit/
background_thread_enable.c 23 bool enable = true; local
25 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
26 "Failed to enable background threads");
27 enable = false;
28 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
59 bool enable = true; local
61 assert_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
62 "Failed to enable background threads");
  /src/sys/arch/hpc/stand/hpcboot/
load_elf.h 44 BOOL enable; member in struct:ElfLoader::_symbol_block
  /src/sys/dev/wscons/
wsmousevar.h 44 int (*enable)(void *); member in struct:wsmouse_accessops
wskbdvar.h 48 int (*enable)(void *, int); member in struct:wskbd_accessops
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_panel.h 50 * to call the .enable() function. This will typically enable the backlight to
58 * the .disable() function. Analogously to .enable() this typically involves
68 * functionality to enable/disable backlight.
81 * @enable:
83 * Enable panel (turn on back light, etc.).
87 int (*enable)(struct drm_panel *panel); member in struct:drm_panel_funcs
145 * to enable(), and to turn off backlight before the call to
  /src/usr.sbin/installboot/
bbinfo.c 110 int enable; local
112 enable = 1;
113 rv = ioctl(params->fsfd, DIOCWLABEL, &enable);
115 warn("Cannot enable writes to the label sector");
123 enable = 0;
124 (void)ioctl(params->fsfd, DIOCWLABEL, &enable);
297 int enable; local
299 enable = 1;
300 rv = ioctl(params->fsfd, DIOCWLABEL, &enable);
302 warn("Cannot enable writes to the label sector")
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
background_thread_enable.c 34 bool enable = true; local
36 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
37 "Failed to enable background threads");
38 enable = false;
39 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
69 bool enable = true; local
71 expect_d_eq(mallctl("background_thread", NULL, NULL, &enable, sz_b), 0,
72 "Failed to enable background threads");
  /src/external/cddl/osnet/dev/cyclic/arm/
cyclic_machdep.c 33 static void enable(cyb_arg_t);
41 enable,
112 static void enable(cyb_arg_t arg) function
  /src/external/cddl/osnet/dev/cyclic/i386/
cyclic_machdep.c 31 static void enable(cyb_arg_t);
39 enable,
110 static void enable(cyb_arg_t arg) function
  /src/external/cddl/osnet/dev/cyclic/mips/
cyclic_machdep.c 31 static void enable(cyb_arg_t);
39 enable,
110 static void enable(cyb_arg_t arg) function
  /src/sys/dev/clk/
clk_backend.h 57 int (*enable)(void *, struct clk *); member in struct:clk_funcs
  /src/sys/dev/gpio/
gpiorfkill.c 113 gpiorfkill_enable(struct gpiorfkill_softc *sc, int enable)
115 sc->sc_state = enable;
132 CTLFLAG_READWRITE, CTLTYPE_INT, "enable", NULL,
152 int error, enable; local
156 enable = sc->sc_state;
157 node.sysctl_data = &enable;
162 enable = !!enable;
163 gpiorfkill_enable(sc, enable);
  /src/external/apache2/llvm/dist/clang/lib/Basic/
OpenCLOptions.cpp 73 void OpenCLOptions::enable(llvm::StringRef Ext, bool V) { function in class:clang::OpenCLOptions
  /src/lib/libcurses/
keymap.h 66 bool enable; /* true if the key is active */ member in struct:key_entry
  /src/sys/arch/bebox/stand/boot/
pci.c 78 * to enable memory and I/O accesses.
84 u_char enable = 0; local
87 enable |= PCI_COMMAND_IO_ENABLE;
89 enable |= PCI_COMMAND_MEM_ENABLE;
91 enable |= PCI_COMMAND_MASTER_ENABLE;
94 *ppci = enable;
125 if ((pslot->regs[CMD] & 0x03)) { /* did firmware enable it ? */
  /src/sys/arch/prep/stand/boot/
pci.c 80 * to enable memory and I/O accesses.
86 u_char enable = 0; local
89 enable |= PCI_COMMAND_IO_ENABLE;
91 enable |= PCI_COMMAND_MEM_ENABLE;
93 enable |= PCI_COMMAND_MASTER_ENABLE;
96 *ppci = enable;
142 ppci[4] = 0x0003; /* enable memory and IO Access */
  /src/sys/arch/x86/include/
pci_machdep_common.h 72 uint8_t enable; member in struct:x86_pci_tag_u::__anon2224
  /src/sys/dev/acpi/
acpi_wakedev.c 200 acpi_wakedev_power_set(struct acpi_devnode *ad, bool enable)
210 (void)acpi_power_res(aw->aw_power[i], ad->ad_handle, enable);
332 const bool enable = ad->ad_wakedev->aw_enable; local
347 * 1: enable
350 * 1: enable 1: S1 1: D0 or D1
357 obj[0].Integer.Value = enable;
371 rv = acpi_eval_set_integer(ad->ad_handle, "_PSW", enable);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_crc.c 111 bool enable = amdgpu_dm_is_valid_crc_source(source); local
114 /* Configuration will be deferred to stream enable. */
120 /* Enable CRTC CRC generation if necessary. */
123 stream_state, enable, enable)) {
153 bool enable = false; local
188 enable = amdgpu_dm_is_valid_crc_source(source);
199 * CRTC | XXXX | Enable CRTC CRC, no dither
200 * DPRX | XXXX | Enable DPRX CRC, need 'aux', no dither
201 * CRTC DITHER | XXXX | Enable CRTC CRC, set dithe
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.h 56 * @lock: Lock protecting enable mask and ref count handling.
64 * @enable: Bitmask of all currently enabled events.
75 u64 enable; member in struct:i915_pmu
87 * Array indices are mapped in the same way as bits in the @enable field

Completed in 24 milliseconds

1 2 3 4 5 6 7 8