/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 in function:auvitek_board_init 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 in function:writeapplepartmap 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/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/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
|
drm_bridge.h | 207 * This callback should enable the bridge. It is called right before 212 * &drm_encoder_helper_funcs.enable, &drm_encoder_helper_funcs.commit or 217 * not enable the display link feeding the next bridge in the chain (if 225 * @enable: 227 * This callback should enable the bridge. It is called right after 230 * bridge's @enable function. If the preceding element is a 232 * &drm_encoder_helper_funcs.enable, &drm_encoder_helper_funcs.commit or 237 * callback must enable the display link feeding the next bridge in the 240 * The @enable callback is optional. 242 void (*enable)(struct drm_bridge *bridge) member in struct:drm_bridge_funcs [all...] |
/src/usr.sbin/installboot/ |
bbinfo.c | 110 int enable; local in function:shared_bbinfo_clearboot 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 in function:shared_bbinfo_setboot 299 enable = 1; 300 rv = ioctl(params->fsfd, DIOCWLABEL, &enable); 302 warn("Cannot enable writes to the label sector") [all...] |
/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 in function:gpiorfkill_enable_helper 156 enable = sc->sc_state; 157 node.sysctl_data = &enable; 162 enable = !!enable; 163 gpiorfkill_enable(sc, enable);
|
/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 in function:enablePCI 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 in function:enablePCI 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::__anon603dddbb0108
|
/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 in function:amdgpu_dm_crtc_configure_crc_source 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 in function:amdgpu_dm_crtc_set_crc_source 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/radeon/ |
radeon_audio.h | 42 void (*enable)(struct radeon_device *rdev, member in struct:radeon_audio_basic_funcs
|
/src/tests/net/if_loop/ |
t_pr.c | 119 int mib[5], enable; local in function:enable_locsums 145 enable = 1; 146 if (rump_sys___sysctl(mib, 4, NULL, NULL, &enable, 147 sizeof(enable)) == -1)
|
/src/sys/sys/ |
rndsource.h | 80 void (*enable)(struct krndsource *, bool); /* unused */ member in struct:krndsource
|
/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 in function:acpi_wakedev_method 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/arch/arm/at91/ |
at91dbguvar.h | 84 int (*enable)(struct at91dbgu_softc *); member in struct:at91dbgu_softc
|
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_jpeg_v2_5.c | 331 /* enable JMI channel */ 335 /* enable System Interrupt for JRBC */ 378 /* enable anti hang mechanism */ 477 bool enable = (state == AMD_CG_STATE_GATE); local in function:jpeg_v2_5_set_clockgating_state 484 if (enable) {
|
/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
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/pm/ |
priv.h | 30 bool enable; member in struct:nvkm_specmux 45 bool enable; member in struct:nvkm_perfsrc
|