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

1 2 3 4 5 6 7 8 91011>>

  /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...]
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);
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
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
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
wsmousevar.h 44 int (*enable)(void *); member in struct:wsmouse_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
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...]
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

Completed in 61 milliseconds

1 2 3 4 5 6 7 8 91011>>