Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 162) sorted by relevance

1234567

/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_gpio_drv.h51 static inline uint8_t gpio_read_pin(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_read_pin()
63 static inline void gpio_toggle_pin(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_toggle_pin()
76 static inline void gpio_write_pin(GPIO_Type *ptr, uint32_t port, uint8_t pin, uint8_t high) in gpio_write_pin()
92 static inline void gpio_set_pin_input(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_set_pin_input()
104 static inline void gpio_set_pin_output(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_set_pin_output()
128 static inline bool gpio_check_pin_interrupt_flag(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_check_pin_interrupt_flag()
140 static inline void gpio_clear_pin_interrupt_flag(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_clear_pin_interrupt_flag()
154 static inline bool gpio_check_pin_interrupt_enabled(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_check_pin_interrupt_enabled()
166 static inline void gpio_enable_pin_interrupt(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_enable_pin_interrupt()
178 static inline void gpio_disable_pin_interrupt(GPIO_Type *ptr, uint32_t port, uint8_t pin) in gpio_disable_pin_interrupt()
[all …]
/device/soc/winnermicro/wm800/board/platform/drivers/uart/
Dwm_uart.c49 static void tls_uart_tx_enable(struct tls_uart_port *port) in tls_uart_tx_enable()
63 static void tls_uart_tx_chars(struct tls_uart_port *port) in tls_uart_tx_chars()
148 u32 tls_uart_get_baud_rate(struct tls_uart_port * port) in tls_uart_get_baud_rate()
156 static int tls_uart_set_baud_rate_inside(struct tls_uart_port *port, u32 baudrate) in tls_uart_set_baud_rate_inside()
178 static int tls_uart_set_parity_inside(struct tls_uart_port *port, TLS_UART_PMODE_T paritytype) in tls_uart_set_parity_inside()
199 static int tls_uart_set_data_bits(struct tls_uart_port *port, TLS_UART_CHSIZE_T charlength) in tls_uart_set_data_bits()
222 static int tls_uart_set_stop_bits_inside(struct tls_uart_port *port, TLS_UART_STOPBITS_T stopbits) in tls_uart_set_stop_bits_inside()
237 static TLS_UART_STATUS_T tls_uart_set_flow_ctrl(struct tls_uart_port * port, TLS_UART_FLOW_CTRL_MOD… in tls_uart_set_flow_ctrl()
261 struct tls_uart_port *port; in tls_uart_set_fc_status() local
274 void tls_uart_rx_disable(struct tls_uart_port *port) in tls_uart_rx_disable()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/uart/
Dsunxi-uart.c143 #define UART_TO_SPORT(port) ((struct sw_uart_port *)port) argument
145 static inline unsigned char serial_in(struct uart_port *port, int offs) in serial_in()
150 static inline void serial_out(struct uart_port *port, unsigned char value, int offs) in serial_out()
155 static inline bool sw_is_console_port(struct uart_port *port) in sw_is_console_port()
169 static inline void sw_uart_enable_ier_thri(struct uart_port *port) in sw_uart_enable_ier_thri()
180 static inline void sw_uart_disable_ier_thri(struct uart_port *port) in sw_uart_disable_ier_thri()
272 static void sw_uart_stop_tx(struct uart_port *port) in sw_uart_stop_tx()
284 static void sw_uart_start_tx(struct uart_port *port) in sw_uart_start_tx()
374 struct uart_port *port = &sw_uport->port; in sw_uart_force_lcr() local
397 struct uart_port *port = &sw_uport->port; in sw_uart_force_idle() local
[all …]
/device/soc/amlogic/a311d/soc/amlogic/uart/
Dmeson_uart.c91 struct uart_port port; member
101 static void meson_uart_set_mctrl(struct uart_port *port, unsigned int mctrl) in meson_uart_set_mctrl()
105 static unsigned int meson_uart_get_mctrl(struct uart_port *port) in meson_uart_get_mctrl()
110 static unsigned int meson_uart_tx_empty(struct uart_port *port) in meson_uart_tx_empty()
118 static void meson_uart_stop_tx(struct uart_port *port) in meson_uart_stop_tx()
129 static void meson_uart_stop_rx(struct uart_port *port) in meson_uart_stop_rx()
138 static void meson_uart_shutdown(struct uart_port *port) in meson_uart_shutdown()
158 static void meson_uart_start_tx(struct uart_port *port) in meson_uart_start_tx()
178 static void meson_transmit_chars(struct uart_port *port) in meson_transmit_chars()
218 static void meson_receive_chars(struct uart_port *port) in meson_receive_chars()
[all …]
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/
D8250_port.c684 int serial8250_em485_config(struct uart_port *port, struct serial_rs485 *rs485) in serial8250_em485_config()
1226 struct uart_port *port = &up->port; in autoconfig() local
1400 struct uart_port *port = &up->port; in autoconfig_irq() local
1455 static void serial8250_stop_rx(struct uart_port *port) in serial8250_stop_rx()
1576 static void serial8250_stop_tx(struct uart_port *port) in serial8250_stop_tx()
1593 static inline void __start_tx(struct uart_port *port) in __start_tx()
1655 static inline void start_tx_rs485(struct uart_port *port) in start_tx_rs485()
1706 static void serial8250_start_tx(struct uart_port *port) in serial8250_start_tx()
1724 static void serial8250_throttle(struct uart_port *port) in serial8250_throttle()
1729 static void serial8250_unthrottle(struct uart_port *port) in serial8250_unthrottle()
[all …]
D8250_core.c123 struct uart_port *port; in serial8250_interrupt() local
324 struct uart_port *port = &up->port; in univ8250_setup_irq() local
354 struct uart_port *port = &up->port; in univ8250_release_irq() local
368 struct uart_port *port = &up->port; in serial8250_request_rsa_resource() local
392 struct uart_port *port = &up->port; in serial8250_release_rsa_resource() local
435 void serial8250_set_isa_configurator(void (*v)(int port, struct uart_port *up, u32 *capabilities)) in serial8250_set_isa_configurator()
443 static void univ8250_config_port(struct uart_port *port, int flags) in univ8250_config_port()
472 static int univ8250_request_port(struct uart_port *port) in univ8250_request_port()
488 static void univ8250_release_port(struct uart_port *port) in univ8250_release_port()
533 struct uart_port *port = &up->port; in serial8250_isa_init_ports() local
[all …]
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/drivers/pwm/
Dhi_pwm.c32 hi_u32 hi_pwm_init(hi_pwm_port port) in hi_pwm_init()
82 hi_void pwm_deinit_clken(hi_pwm_port port) in pwm_deinit_clken()
100 hi_u32 hi_pwm_deinit(hi_pwm_port port) in hi_pwm_deinit()
136 static hi_void pwm_set_enable(hi_pwm_port port, hi_bool flag) in pwm_set_enable()
147 static hi_void pwm_set_freq(hi_pwm_port port, hi_u16 freq) in pwm_set_freq()
152 static hi_void pwm_set_duty(hi_pwm_port port, hi_u16 duty) in pwm_set_duty()
157 static hi_void pwm_take_effect(hi_pwm_port port) in pwm_take_effect()
162 hi_u32 hi_pwm_start(hi_pwm_port port, hi_u16 duty, hi_u16 freq) in hi_pwm_start()
184 hi_u32 hi_pwm_stop(hi_pwm_port port) in hi_pwm_stop()
204 hi_u32 pwm_check_port(hi_pwm_port port) in pwm_check_port()
/device/soc/rockchip/rk3568/hardware/omx_il/include/rockchip/
DRockchip_OMX_Macros.h60 #define CHECK_PORT_BEING_FLUSHED(port) \ argument
62 #define CHECK_PORT_BEING_DISABLED(port) \ argument
64 #define CHECK_PORT_BEING_FLUSHED_OR_DISABLED(port) \ argument
66 #define CHECK_PORT_ENABLED(port) \ argument
68 #define CHECK_PORT_POPULATED(port) \ argument
70 #define CHECK_PORT_TUNNELED(port) \ argument
72 #define CHECK_PORT_BUFFER_SUPPLIER(port) \ argument
/device/soc/hisilicon/common/platform/uart/
Duart_hi35xx.c34 static void UartDumperDump(struct UartPl011Port *port) in UartDumperDump()
64 static int32_t UartDumperCreate(struct UartPl011Port *port) in UartDumperCreate()
95 static inline void UartDumperDestroy(struct UartPl011Port *port) in UartDumperDestroy()
166 struct UartPl011Port *port = NULL; in Hi35xxSetBaud() local
222 struct UartPl011Port *port = NULL; in Hi35xxSetAttribute() local
278 struct UartPl011Port *port = NULL; in Hi35xxInit() local
398 static int32_t UartGetConfigFromHcs(struct UartPl011Port *port, const struct DeviceResourceNode *no… in UartGetConfigFromHcs()
449 struct UartPl011Port *port = NULL; in Hi35xxAttach() local
494 struct UartPl011Port *port = NULL; in Hi35xxDetach() local
Duart_pl011.c36 struct UartPl011Port *port = NULL; in Pl011Irq() local
68 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate()
157 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uin… in Pl011ConfigLCRH()
175 struct UartPl011Port *port = NULL; in Pl011ConfigIn() local
221 struct UartPl011Port *port = NULL; in Pl011StartUp() local
265 struct UartPl011Port *port = NULL; in Pl011ShutDown() local
304 struct UartPl011Port *port = NULL; in Pl011StartTx() local
323 struct UartPl011Port *port = NULL; in Pl011Config() local
/device/soc/asrmicro/asr582x/liteos_m/sdk/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c22 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
32 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
41 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
52 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/soc/beken/bk7235/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c21 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
29 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
37 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
58 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c27 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
35 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
40 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
59 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/qemu/drivers/uart/
Duart_pl011.c37 struct UartPl011Port *port = NULL; in Pl011Irq() local
69 static void Pl011ConfigBaudrate(const struct UartDriverData *udd, const struct UartPl011Port *port) in Pl011ConfigBaudrate()
158 static void Pl011ConfigLCRH(const struct UartDriverData *udd, const struct UartPl011Port *port, uin… in Pl011ConfigLCRH()
176 struct UartPl011Port *port = NULL; in Pl011ConfigIn() local
222 struct UartPl011Port *port = NULL; in Pl011StartUp() local
266 struct UartPl011Port *port = NULL; in Pl011ShutDown() local
305 struct UartPl011Port *port = NULL; in Pl011StartTx() local
324 struct UartPl011Port *port = NULL; in Pl011Config() local
/device/soc/rockchip/rk2206/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c36 unsigned int port; member
207 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
226 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
238 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
276 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/soc/goodix/gr551x/adapter/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c31 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
48 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
64 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
82 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/amvdec_ports/
Daml_vcodec_adapt.c124 static int enable_hardware(struct stream_port_s *port) in enable_hardware()
150 static int disable_hardware(struct stream_port_s *port) in disable_hardware()
238 static void audio_component_release(struct stream_port_s *port, in audio_component_release()
255 static int audio_component_init(struct stream_port_s *port, in audio_component_init()
288 static void video_component_release(struct stream_port_s *port, in video_component_release()
325 static int video_component_init(struct stream_port_s *port, in video_component_init()
408 static int vdec_ports_release(struct stream_port_s *port) in vdec_ports_release()
592 struct stream_port_s *port = &vdec->port; in video_decoder_release() local
615 struct stream_port_s *port = &ada_ctx->port; in vdec_vbuf_write() local
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/platform/hal/
Dhal_gpio_v1.c74 int bank = 0, port = 0; in hal_gpio_pin_get_dir() local
123 int bank = 0, port = 0; in hal_gpio_pin_set_dir() local
177 int bank = 0, port = 0; in hal_gpio_pin_set() local
223 int bank = 0, port = 0; in hal_gpio_pin_clr() local
269 int bank = 0, port = 0; in hal_gpio_pin_get_val() local
375 int bank = 0, port = 0; in hal_gpio_setup_irq() local
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/inc/
Dmpp_task_impl.h86 #define mpp_port_poll(port, timeout) _mpp_port_poll(__FUNCTION__, port, timeout) argument
87 #define mpp_port_dequeue(port, task) _mpp_port_dequeue(__FUNCTION__, port, task) argument
88 #define mpp_port_enqueue(port, task) _mpp_port_enqueue(__FUNCTION__, port, task) argument
89 #define mpp_port_awake(port) _mpp_port_awake(__FUNCTION__, port) argument
/device/board/openvalley/niobeu4/liteos_m/hals/iot_hardware/wifiiot_lite/
Dhal_iot_pwm.c78 unsigned int IoTPwmInit(unsigned int port) in IoTPwmInit()
94 unsigned int IoTPwmDeinit(unsigned int port) in IoTPwmDeinit()
109 unsigned int IoTPwmStart(unsigned int port, unsigned short duty, unsigned int freq) in IoTPwmStart()
162 unsigned int IoTPwmStop(unsigned int port) in IoTPwmStop()
/device/board/talkweb/niobe407/liteos_m/drivers/hdf_base_hal/src/
Dhdf_base_hal.c110 static bool GpioUseRegister(GPIO_PORT_MAP port, GPIO_PIN_MAP pin) in GpioUseRegister()
131 static bool GpioUseRemove(GPIO_PORT_MAP port, GPIO_PIN_MAP pin) in GpioUseRemove()
147 static unsigned int GetLLGpioClkMatch(GPIO_PORT_MAP port) in GetLLGpioClkMatch()
157 static unsigned int GetLLGpioPortMatch(GPIO_PORT_MAP port) in GetLLGpioPortMatch()
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/halmac/halmac_88xx/
Dhalmac_cfg_wmac_88xx.c46 cfg_mac_addr_88xx(struct halmac_adapter *adapter, u8 port, in cfg_mac_addr_88xx()
97 cfg_bssid_88xx(struct halmac_adapter *adapter, u8 port, in cfg_bssid_88xx()
147 cfg_transmitter_addr_88xx(struct halmac_adapter *adapter, u8 port, in cfg_transmitter_addr_88xx()
197 cfg_net_type_88xx(struct halmac_adapter *adapter, u8 port, in cfg_net_type_88xx()
256 cfg_tsf_rst_88xx(struct halmac_adapter *adapter, u8 port) in cfg_tsf_rst_88xx()
301 cfg_bcn_space_88xx(struct halmac_adapter *adapter, u8 port, u32 bcn_space) in cfg_bcn_space_88xx()
354 rw_bcn_ctrl_88xx(struct halmac_adapter *adapter, u8 port, u8 write_en, in rw_bcn_ctrl_88xx()
1165 get_mac_addr_88xx(struct halmac_adapter *adapter, u8 port, in get_mac_addr_88xx()
/device/board/isoftstone/yangfan/common/mqtt/mqttclient/src/arduino/
DWifiIPStack.h31 int connect(char* hostname, int port) in connect()
36 int connect(uint32_t hostname, int port) in connect()
DIPStack.h35 int connect(char* hostname, int port) in connect()
40 int connect(uint32_t hostname, int port) in connect()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Dcdn-dp-core.c137 static int cdn_dp_get_port_lanes(struct cdn_dp_port *port) in cdn_dp_get_port_lanes()
159 struct cdn_dp_port *port; in cdn_dp_connected_port() local
359 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy()
408 static int cdn_dp_disable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_disable_phy()
460 struct cdn_dp_port *port; in cdn_dp_enable() local
538 struct cdn_dp_port *port = cdn_dp_connected_port(dp); in cdn_dp_check_link_status() local
1079 struct cdn_dp_port *port; in cdn_dp_probe() local

1234567