Searched refs:enabled (Results 1 - 25 of 47) sorted by relevance

12

/include/linux/i2c/
H A Dads1015.h27 bool enabled; member in struct:ads1015_channel_data
/include/linux/usb/
H A Dphy_companion.h28 int (*set_vbus)(struct phy_companion *x, bool enabled);
H A Dotg.h29 int (*set_vbus)(struct usb_otg *otg, bool enabled);
53 otg_set_vbus(struct usb_otg *otg, bool enabled) argument
56 return otg->set_vbus(otg, enabled);
H A Dphy.h119 int (*set_wakeup)(struct usb_phy *x, bool enabled);
275 usb_phy_set_wakeup(struct usb_phy *x, bool enabled) argument
278 return x->set_wakeup(x, enabled);
/include/linux/
H A Djump_label.h61 atomic_t enabled; member in struct:static_key
73 atomic_t enabled; member in struct:static_key
88 return atomic_read(&key->enabled);
138 { .enabled = ATOMIC_INIT(1), \
141 { .enabled = ATOMIC_INIT(0), \
168 atomic_inc(&key->enabled);
174 atomic_dec(&key->enabled);
191 { .enabled = ATOMIC_INIT(1) })
193 { .enabled = ATOMIC_INIT(0) })
H A Drtc.h65 int (*alarm_irq_enable)(struct device *, unsigned int enabled);
79 int enabled; member in struct:rtc_timer
166 struct rtc_task *task, int enabled);
169 extern int rtc_update_irq_enable(struct rtc_device *rtc, unsigned int enabled);
170 extern int rtc_alarm_irq_enable(struct rtc_device *rtc, unsigned int enabled);
172 unsigned int enabled);
H A Di7300_idle.h19 unsigned int enabled; member in struct:fbd_ioat
24 * but it is not enabled by default and must be manually
25 * manually enabled with "forceload=1" because it is
70 if (!(fbd_ioat_list[i].enabled || enable_all))
H A Dvlynq.h71 int enabled; member in struct:vlynq_device
H A Dcpuidle.h68 unsigned int enabled:1; member in struct:cpuidle_device
/include/linux/mfd/abx500/
H A Dux500_chargalg.h33 * @enabled indicates if this charger is used or not
43 bool enabled; member in struct:ux500_charger
/include/net/sctp/
H A Dulpevent.h140 /* Is this event type enabled? */
148 /* Given an event subscription, is this event enabled? */
153 int enabled = 1; local
157 enabled = sctp_ulpevent_type_enabled(sn_type, mask);
159 return enabled;
/include/linux/regulator/
H A Dmachine.h33 * STATUS: Regulator can be enabled and disabled.
34 * DRMS: Dynamic Regulator Mode Switching is enabled for this regulator.
49 * state. One of enabled or disabled must be set for the
54 * @enabled: Enabled during suspend.
60 int enabled; /* is regulator enabled in this suspend state */ member in struct:regulator_state
83 * @boot_on: Set if the regulator is enabled when the system is initially
84 * started. If the regulator is not enabled by the hardware or
85 * bootloader then it will be enabled when the constraints are
138 unsigned boot_on:1; /* bootloader/firmware enabled regulato
[all...]
/include/kvm/
H A Darm_arch_timer.h28 /* Is the timer enabled */
29 bool enabled; member in struct:arch_timer_kvm
/include/linux/iio/
H A Dtrigger.h18 bool enabled; member in struct:iio_subirq
/include/uapi/linux/
H A Drtc.h37 unsigned char enabled; /* 0 = alarm disabled, 1 = alarm enabled */ member in struct:rtc_wkalrm
67 * any of the RTC drivers are enabled.
H A Domapfb.h139 __u8 enabled; member in struct:omapfb_plane_info
207 __u8 enabled; member in struct:omapfb_tearsync_info
H A Daudit.h72 #define AUDIT_GET_FEATURE 1019 /* Get which features are enabled */
400 __u32 enabled; /* 1 = enabled, 0 = disabled */ member in struct:audit_status
427 __u32 enabled; /* 1 = enabled, 0 = disabled */ member in struct:audit_tty_status
428 __u32 log_passwd; /* 1 = enabled, 0 = disabled */
/include/scsi/
H A Dfcoe_sysfs.h74 enum ctlr_enabled_state enabled; member in struct:fcoe_ctlr_device
/include/acpi/
H A Dactbl1.h457 u8 enabled; member in struct:acpi_hest_aer_common
530 u8 enabled; member in struct:acpi_hest_ia_machine_check
545 u8 enabled; member in struct:acpi_hest_ia_corrected
596 u8 enabled; member in struct:acpi_hest_generic
H A Dacpi_bus.h122 bool enabled:1; member in struct:acpi_hotplug_profile
191 u32 enabled:1; member in struct:acpi_device_status
/include/drm/
H A Ddrm_fb_helper.h75 bool *enabled, int width, int height);
H A Ddrm_agpsupport.h23 int enabled; member in struct:drm_agp_head
/include/video/
H A Dexynos_mipi_dsim.h214 * @data_lane: specifiec enabled data lane number.
250 * @enabled: indicate whether mipi controller got enabled or not.
258 unsigned int enabled; member in struct:mipi_dsim_platform_data
/include/net/irda/
H A Dirda_device.h165 int enabled; /* Powered on? */ member in struct:__anon1232
/include/uapi/video/
H A Dadf.h53 * @enabled: subscribe or unsubscribe
64 __u8 enabled; member in struct:adf_set_event

Completed in 948 milliseconds

12