Home
last modified time | relevance | path

Searched defs:enable (Results 1 – 25 of 27) sorted by relevance

12

/components/drivers/hwtimer/
A Dhwtimer-arm_arch.c30 static void mon_ptimer_ctrl(rt_bool_t enable) in mon_ptimer_ctrl()
35 static void hyp_s_ptimer_ctrl(rt_bool_t enable) in hyp_s_ptimer_ctrl()
42 static void hyp_ns_ptimer_ctrl(rt_bool_t enable) in hyp_ns_ptimer_ctrl()
47 static void hyp_s_vtimer_ctrl(rt_bool_t enable) in hyp_s_vtimer_ctrl()
54 static void hyp_ns_vtimer_ctrl(rt_bool_t enable) in hyp_ns_vtimer_ctrl()
61 static void os_ptimer_ctrl(rt_bool_t enable) in os_ptimer_ctrl()
66 static void os_vtimer_ctrl(rt_bool_t enable) in os_vtimer_ctrl()
/components/drivers/pci/
A Dpme.c68 enum rt_pci_power state, rt_bool_t enable) in rt_pci_enable_wake()
91 static void pci_pme_active(struct rt_pci_device *pdev, rt_bool_t enable) in pci_pme_active()
113 void rt_pci_pme_active(struct rt_pci_device *pdev, rt_bool_t enable) in rt_pci_pme_active()
A Dhost-bridge.c20 rt_bool_t enable; member
A Dpci.c226 static void pci_set_master(struct rt_pci_device *pdev, rt_bool_t enable) in pci_set_master()
265 void rt_pci_intx(struct rt_pci_device *pdev, rt_bool_t enable) in rt_pci_intx()
/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmsg_out.c60 u8_t enable; member
81 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable()
292 u8_t enable; in snmp_authfail_trap() local
/components/net/lwip/lwip-2.0.3/src/apps/snmp/
A Dsnmp_traps.c94 u8_t enable; member
107 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable()
133 snmp_set_auth_traps_enabled(u8_t enable) in snmp_set_auth_traps_enabled()
/components/net/lwip/lwip-2.1.2/src/apps/snmp/
A Dsnmp_traps.c99 u8_t enable; member
112 snmp_trap_dst_enable(u8_t dst_idx, u8_t enable) in snmp_trap_dst_enable()
140 snmp_set_auth_traps_enabled(u8_t enable) in snmp_set_auth_traps_enabled()
A Dsnmp_msg.c121 snmp_version_enable(u8_t version, u8_t enable) in snmp_version_enable()
139 snmp_v1_enable(u8_t enable) in snmp_v1_enable()
145 snmp_v2c_enable(u8_t enable) in snmp_v2c_enable()
151 snmp_v3_enable(u8_t enable) in snmp_v3_enable()
/components/utilities/ulog/backend/
A Dulog_be.h28 rt_bool_t enable; member
/components/drivers/wlan/
A Ddev_wlan.c449 int enable = 1; in rt_wlan_dev_enter_promisc() local
463 int enable = 0; in rt_wlan_dev_exit_promisc() local
653 int enable = 1; in rt_wlan_dev_enter_mgnt_filter() local
667 int enable = 0; in rt_wlan_dev_exit_mgnt_filter() local
A Ddev_wlan_mgnt.c1544 void rt_wlan_config_autoreconnect(rt_bool_t enable) in rt_wlan_config_autoreconnect()
1567 rt_bool_t enable = 0; in rt_wlan_get_autoreconnect_mode() local
/components/drivers/usb/cherryusb/port/nxp/
A Dusb_glue_mcx.c263 void USB_EhcihostPhyDisconnectDetectCmd(uint8_t controllerId, uint8_t enable) in USB_EhcihostPhyDisconnectDetectCmd()
283 void USB_PhyDeviceForceEnterFSMode(uint8_t controllerId, uint8_t enable) in USB_PhyDeviceForceEnterFSMode()
/components/drivers/include/drivers/
A Ddev_rtc.h99 rt_bool_t enable; /* 0 = alarm disabled, 1 = alarm enabled */ member
A Dregulator.h80 rt_err_t (*enable)(struct rt_regulator_node *reg); member
A Dclk.h125 rt_err_t (*enable)(struct rt_clk *); member
A Dusb_host.h49 rt_err_t (*enable)(void* arg); member
A Dusb_device.h168 rt_err_t (*enable)(struct ufunction* func); member
/components/drivers/sdio/sdhci/
A Dsdhci.c94 void rt_sdhci_data_irq_timeout(struct rt_sdhci_host *host, rt_bool_t enable) in rt_sdhci_data_irq_timeout()
263 static void sdhci_set_card_detection(struct rt_sdhci_host *host, rt_bool_t enable) in sdhci_set_card_detection()
717 static void sdhci_preset_value_enable(struct rt_sdhci_host *host, rt_bool_t enable) in sdhci_preset_value_enable()
969 static void rt_sdhci_enable_io_irq_nolock(struct rt_sdhci_host *host, int enable) in rt_sdhci_enable_io_irq_nolock()
1959 void rt_sdhci_enable_io_irq(struct rt_mmc_host *mmc, int enable) in rt_sdhci_enable_io_irq()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h36 int (*enable)(struct usbh_rtl8152 *tp); member
A Dusbh_rtl8152.c1355 static void r8152_aldps_en(struct usbh_rtl8152 *tp, bool enable) in r8152_aldps_en()
1365 static void r8152_power_cut_en(struct usbh_rtl8152 *tp, bool enable) in r8152_power_cut_en()
1407 static void rxdy_gated_en(struct usbh_rtl8152 *tp, bool enable) in rxdy_gated_en()
1424 static void rtl_eee_plus_en(struct usbh_rtl8152 *tp, bool enable) in rtl_eee_plus_en()
1517 static void rtl_rx_vlan_en(struct usbh_rtl8152 *tp, bool enable) in rtl_rx_vlan_en()
/components/net/lwip/lwip-2.1.2/test/unit/api/
A Dtest_sockets.c550 int s, ret, enable; in test_sockets_msgapi_cmsg() local
/components/drivers/pci/msi/
A Dmsi.c112 static void msi_write_enable(struct rt_pci_device *pdev, rt_bool_t enable) in msi_write_enable()
/components/drivers/pic/
A Dpic-gicv3.c296 static void gicv3_redist_enable(rt_bool_t enable) in gicv3_redist_enable()
/components/drivers/usb/cherryusb/port/dwc2/
A Dusb_hc_dwc2.c333 static inline void dwc2_chan_enable_csplit(struct usbh_bus *bus, uint8_t ch_num, bool enable) in dwc2_chan_enable_csplit()
/components/drivers/pci/host/dw/
A Dpcie-dw.h366 rt_inline void dw_pcie_dbi_ro_writable_enable(struct dw_pcie *pci, rt_bool_t enable) in dw_pcie_dbi_ro_writable_enable()

Completed in 73 milliseconds

12