Home
last modified time | relevance | path

Searched refs:interface (Results 1 – 25 of 147) sorted by relevance

123456

/device/soc/beken/bk7235/liteos_m/third_party_adapter/lwip_intf_v2_1/lwip-2.1.2/port/
Dnet.c86 struct interface { struct
94 static struct interface g_mlan = {{0}}; argument
95 static struct interface g_uap = {{0}};
386 struct interface *if_handle = (struct interface *)intrfc_handle; in net_interface_up()
392 struct interface *if_handle = (struct interface *)intrfc_handle; in net_interface_down()
399 struct interface *if_handle = (struct interface *)intrfc_handle; in net_interface_dhcp_stop()
554 struct interface *if_handle = (struct interface *)intrfc_handle; in net_configure_address()
629 struct interface *if_handle = (struct interface *)intrfc_handle; in net_get_if_addr()
647 struct interface *if_handle = (struct interface *)intrfc_handle; in net_get_if_macaddr()
657 struct interface *if_handle = (struct interface *)intrfc_handle; in net_get_if_ipv6_addr()
[all …]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/csf/
Dmali_kbase_csf_firmware.c184 struct kbase_csf_firmware_interface *interface = in setup_shared_iface_static_region() local
189 if (!interface) in setup_shared_iface_static_region()
193 interface->num_pages, KBASE_REG_ZONE_MCU_SHARED); in setup_shared_iface_static_region()
197 interface->virtual, interface->num_pages, 1); in setup_shared_iface_static_region()
429 struct kbase_csf_firmware_interface *interface; in reload_fw_data_sections() local
453 list_for_each_entry(interface, &kbdev->csf.firmware_interfaces, node) { in reload_fw_data_sections()
455 if ((interface->flags & CSF_FIRMWARE_ENTRY_EXECUTE) || in reload_fw_data_sections()
456 !(interface->flags & CSF_FIRMWARE_ENTRY_WRITE)) in reload_fw_data_sections()
459 load_fw_image_section(kbdev, firmware->data, interface->phys, in reload_fw_data_sections()
460 interface->num_pages, interface->flags, in reload_fw_data_sections()
[all …]
Dmali_kbase_csf_firmware_no_mali.c149 struct dummy_firmware_interface *interface = NULL; in invent_memory_setup_entry() local
153 interface = kzalloc(sizeof(*interface), GFP_KERNEL); in invent_memory_setup_entry()
154 if (!interface) in invent_memory_setup_entry()
157 kbdev->csf.shared_interface = interface; in invent_memory_setup_entry()
158 list_add(&interface->node, &kbdev->csf.firmware_interfaces); in invent_memory_setup_entry()
221 struct dummy_firmware_interface *interface = kbdev->csf.shared_interface; in invent_capabilities() local
225 iface->input = interface->global_input; in invent_capabilities()
226 iface->output = interface->global_output; in invent_capabilities()
240 iface->group_num = ARRAY_SIZE(interface->csg); in invent_capabilities()
252 &interface->csg[gid]); in invent_capabilities()
[all …]
/device/soc/esp/esp32/components/tcpip_adapter/
Dtcpip_adapter_compat.c78 static inline esp_netif_t * netif_from_if(tcpip_adapter_if_t interface) in netif_from_if() argument
80 if (interface < TCPIP_ADAPTER_IF_MAX) { in netif_from_if()
81 if (s_esp_netifs[interface] == NULL) { in netif_from_if()
82 s_esp_netifs[interface] = esp_netif_get_handle_from_ifkey(s_netif_keyif[interface]); in netif_from_if()
83 if (s_esp_netifs[interface] == NULL && s_tcpip_adapter_compat) { in netif_from_if()
85 if (interface == TCPIP_ADAPTER_IF_STA) { in netif_from_if()
87 s_esp_netifs[interface] = esp_netif_get_handle_from_ifkey("WIFI_STA_DEF"); in netif_from_if()
88 } else if (interface == TCPIP_ADAPTER_IF_AP) { in netif_from_if()
90 s_esp_netifs[interface] = esp_netif_get_handle_from_ifkey("WIFI_AP_DEF"); in netif_from_if()
94 return s_esp_netifs[interface]; in netif_from_if()
/device/soc/chipsea/cst85/liteos_m/sdk/bsp/driver/ticker/
Dticker_api.c41 ticker->interface->init(); in initialize()
43 const ticker_info_t *info = ticker->interface->get_info(); in initialize()
69 ticker->queue->tick_last_read = ticker->interface->read(); in initialize()
133 uint32_t ticker_time = ticker->interface->read(); in update_present_time()
257 ticker->interface->fire_interrupt(); in schedule_interrupt()
267 ticker->interface->set_interrupt(match_tick); in schedule_interrupt()
268 timestamp_t cur_tick = ticker->interface->read(); in schedule_interrupt()
271 ticker->interface->fire_interrupt(); in schedule_interrupt()
276 ticker->interface->set_interrupt(match_tick); in schedule_interrupt()
293 ticker->interface->clear_interrupt(); in ticker_irq_handler()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/vin/modules/sensor/nvp6324/
Dmipi_dev_nvp6324.c148 , param->ch_param[i].interface); in vd_set_all()
159 video_val[i].interface = param->ch_param[i].interface; in vd_set_all()
161 video_val[i].interface = DISABLE; in vd_set_all()
167 if (video_val[i].interface == DISABLE) { in vd_set_all()
207 video_val.interface = MIPI; in set_default_video_fmt()
407 sVideoall.ch_param[ch].interface = YUV_422; in nvp6324_init()
Djaguar1_video.h31 unsigned char interface; member
42 unsigned char interface; member
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/cif/
DKconfig16 prompt "rockchip camera sensor interface work mode"
21 bool "interface works in pingpong mode"
24 bool "interface works in oneframe mode"
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/cif/
DKconfig16 prompt "rockchip camera sensor interface work mode"
21 bool "interface works in pingpong mode"
24 bool "interface works in oneframe mode"
/device/board/isoftstone/yangfan/kernel/src/driv/media/cif/
DKconfig16 prompt "rockchip camera sensor interface work mode"
21 bool "interface works in pingpong mode"
24 bool "interface works in oneframe mode"
/device/soc/rockchip/rk3568/hardware/display/
DBUILD.gn38 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
39 "${root_path}/drivers/interface/display/buffer",
74 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
139 "${root_path}/drivers/interface/display/composer",
141 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
186 "${root_path}/drivers/interface/display/composer",
189 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
/device/soc/amlogic/a311d/hardware/display/
DBUILD.gn36 "//drivers/interface/display/composer/hdifd_parcelable",
37 "//drivers/interface/display/buffer",
73 "//drivers/interface/display/composer/hdifd_parcelable",
131 "//drivers/interface/display/composer",
134 "//drivers/interface/display/composer/hdifd_parcelable",
180 "//drivers/interface/display/composer",
183 "//drivers/interface/display/composer/hdifd_parcelable",
/device/soc/rockchip/rk3588/hardware/display/
DBUILD.gn38 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
39 "${root_path}/drivers/interface/display/buffer",
74 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
139 "${root_path}/drivers/interface/display/composer",
141 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
186 "${root_path}/drivers/interface/display/composer",
189 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
/device/soc/rockchip/rk3566/hardware/display/
DBUILD.gn38 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
39 "${root_path}/drivers/interface/display/buffer",
73 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
137 "${root_path}/drivers/interface/display/composer",
139 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
184 "${root_path}/drivers/interface/display/composer",
187 "${root_path}/drivers/interface/display/composer/hdifd_parcelable",
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/
DKconfig25 bool "SDIO bus interface support"
29 bool "PCIe bus interface support"
51 default to add wlan1 interface
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
DKconfig33 bool "SDIO bus interface support"
36 bool "PCIe bus interface support"
39 bool "USB bus interface support"
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
DKconfig36 bool "SDIO bus interface support"
39 bool "PCIe bus interface support"
42 bool "USB bus interface support"
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
DKconfig35 bool "SDIO bus interface support"
38 bool "PCIe bus interface support"
41 bool "USB bus interface support"
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
Dwayland_drm_auth_client.c43 … RegistryHandleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *interface, in RegistryHandleGlobal() argument
47 DISPLAY_DEBUGLOG("interface global : %{public}s", interface); in RegistryHandleGlobal()
48 if (strcmp(interface, wl_drm_auth_interface.name) == 0) { in RegistryHandleGlobal()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
Dwayland_drm_auth_client.c43 … RegistryHandleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *interface, in RegistryHandleGlobal() argument
47 DISPLAY_DEBUGLOG("interface global : %{public}s", interface); in RegistryHandleGlobal()
48 if (strcmp(interface, wl_drm_auth_interface.name) == 0) { in RegistryHandleGlobal()
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
Dwayland_drm_auth_client.c43 … RegistryHandleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *interface, in RegistryHandleGlobal() argument
47 DISPLAY_DEBUGLOG("interface global : %{public}s", interface); in RegistryHandleGlobal()
48 if (strcmp(interface, wl_drm_auth_interface.name) == 0) { in RegistryHandleGlobal()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
Dwayland_drm_auth_client.c43 … RegistryHandleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *interface, in RegistryHandleGlobal() argument
47 DISPLAY_DEBUGLOG("interface global : %{public}s", interface); in RegistryHandleGlobal()
48 if (strcmp(interface, wl_drm_auth_interface.name) == 0) { in RegistryHandleGlobal()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
Dwayland_drm_auth_client.c43 … RegistryHandleGlobal(void *data, struct wl_registry *registry, uint32_t id, const char *interface, in RegistryHandleGlobal() argument
47 DISPLAY_LOGD("interface global : %{public}s", interface); in RegistryHandleGlobal()
48 if (strcmp(interface, wl_drm_auth_interface.name) == 0) { in RegistryHandleGlobal()
/device/board/beken/
DREADME_zh.md11 > CIS DVP interface
62 5. BK7235拥有I2C、SPI、PWM、CAN、IrDA、TOUCH、SARADC、UART、JPEG encoder/decoder 、DVP camera interface等丰富的外设。
76 …| 提供操作外设的能力,包括:I2C、SPI、PWM、CAN、IrDA、TOUCH、SARADC、UART、JPEG encoder/decoder 、DVP camera interface等。|
/device/soc/rockchip/rk3588/kernel/drivers/mfd/
DKconfig14 through SPI interface. The device supports multiple sub-devices
23 If you say yes here you get support for the RK806 PM chips with SPI interface.

123456