/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...] |
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);
|
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
|
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
|
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
|
wsmousevar.h | 44 int (*enable)(void *); member in struct:wsmouse_accessops
|
wskbdvar.h | 48 int (*enable)(void *, int); member in struct:wskbd_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_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 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...] |
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
|
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);
|
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 */
|