Home
last modified time | relevance | path

Searched refs:disable (Results 1 – 25 of 35) sorted by relevance

12

/components/legacy/usb/usbhost/core/
A Ddriver.c103 if(drv->disable != RT_NULL) in rt_usbh_class_driver_disable()
104 drv->disable(args); in rt_usbh_class_driver_disable()
A Dhub.c639 hub_driver.disable = rt_usbh_hub_disable; in rt_usbh_class_driver_hub()
/components/drivers/usb/cherryusb/class/vendor/net/
A Dusbh_rtl8152.h37 void (*disable)(struct usbh_rtl8152 *tp); member
/components/fal/
A DKconfig18 When this option is disable, it will auto find and load the partition table
/components/drivers/include/drivers/
A Dusb_device.h58 if(func->ops->disable != RT_NULL && \
62 func->ops->disable(func); \
169 rt_err_t (*disable)(struct ufunction* func); member
A Dregulator.h81 rt_err_t (*disable)(struct rt_regulator_node *reg); member
A Dclk.h126 void (*disable)(struct rt_clk *); member
A Dusb_host.h50 rt_err_t (*disable)(void* arg); member
/components/drivers/regulator/
A Dregulator-fixed.c88 .disable = regulator_fixed_disable,
A Dregulator.c283 if (reg_np->ops->disable) in regulator_disable()
285 err = reg_np->ops->disable(reg_np); in regulator_disable()
A Dregulator-gpio.c164 .disable = regulator_gpio_disable,
/components/drivers/misc/
A Drt_drv_pwm.c448 CMD_OPTIONS_NODE(PWM_LIST_DISABLE, disable, disable pwm channel)
/components/legacy/usb/usbhost/class/
A Dhid.c404 hid_driver.disable = rt_usbh_hid_disable; in rt_usbh_class_driver_hid()
A Dadk.c420 adk_driver.disable = rt_usbh_adk_disable; in rt_usbh_class_driver_adk()
A Dmass.c641 storage_driver.disable = rt_usbh_storage_disable; in rt_usbh_class_driver_storage()
/components/drivers/clk/
A Dclk.c537 if (clk->enable_count == 1 && clk_np->ops->disable) in clk_disable()
539 clk_np->ops->disable(clk); in clk_disable()
/components/utilities/
A DKconfig120 …output the asynchronous logs. The logs can output by other user thread when this option is disable.
/components/dfs/
A DKconfig82 bool "0: LFN disable"
/components/drivers/usb/cherryusb/
A DREADME.md81 CherryUSB Device Stack resource usage (GCC 10.2 with -O2, disable log):
120 CherryUSB Host Stack resource usage (GCC 10.2 with -O2, disable log):
/components/net/lwip/lwip-2.1.2/src/apps/http/makefsdata/
A Dtinydir.h52 # pragma warning (disable : 4996)
/components/net/lwip/lwip-2.0.3/doc/doxygen/
A Dlwip.Doxyfile98 # documentation (similar to Javadoc). Set to NO to disable this.
425 # Note: This will also disable the warnings about undocumented members that are
613 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
625 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
631 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
655 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
669 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
943 # it is also possible to disable source filtering for a specific pattern using
1006 # can opt to disable this feature.
1036 # specified. Set to NO to disable this.
[all …]
/components/net/lwip/lwip-2.1.2/doc/doxygen/
A Dlwip.Doxyfile98 # documentation (similar to Javadoc). Set to NO to disable this.
434 # Note: This will also disable the warnings about undocumented members that are
622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
664 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
678 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
954 # it is also possible to disable source filtering for a specific pattern using
1017 # can opt to disable this feature.
1047 # specified. Set to NO to disable this.
[all …]
A Dlwip.Doxyfile.cmake.in98 # documentation (similar to Javadoc). Set to NO to disable this.
434 # Note: This will also disable the warnings about undocumented members that are
622 # The GENERATE_TODOLIST tag can be used to enable (YES) or disable (NO) the todo
634 # The GENERATE_BUGLIST tag can be used to enable (YES) or disable (NO) the bug
640 # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or disable (NO)
664 # Set the SHOW_USED_FILES tag to NO to disable the list of files generated at
678 # Set the SHOW_NAMESPACES tag to NO to disable the generation of the Namespaces
954 # it is also possible to disable source filtering for a specific pattern using
1017 # can opt to disable this feature.
1047 # specified. Set to NO to disable this.
[all …]
/components/net/lwip/lwip-1.4.1/test/unit/tcp/
A Dtest_tcp.c8 #pragma warning(disable: 4307) /* we explicitly wrap around TCP seqnos */
/components/net/lwip/lwip-2.0.3/
A DUPGRADING88 (disable by setting LWIP_NO_STDINT_H=1 or LWIP_NO_INTTYPES_H=1 if your compiler

Completed in 36 milliseconds

12