Home
last modified time | relevance | path

Searched defs:db (Results 1 – 22 of 22) sorted by relevance

/device/board/isoftstone/zhiyuan/kernel/driver/drivers/emac/
Dsun4i-emac.c263 struct emac_board_info *db = netdev_priv(dev); in emac_update_speed() local
276 struct emac_board_info *db = netdev_priv(dev); in emac_update_duplex() local
289 struct emac_board_info *db = netdev_priv(dev); in emac_handle_link_change() local
328 struct emac_board_info *db = netdev_priv(dev); in emac_mdio_probe() local
353 struct emac_board_info *db = netdev_priv(dev); in emac_mdio_remove() local
359 static void emac_reset(struct emac_board_info *db) in emac_reset()
390 struct emac_board_info *db = netdev_priv(dev); in emac_get_msglevel() local
397 struct emac_board_info *db = netdev_priv(dev); in emac_set_msglevel() local
413 struct emac_board_info *db = netdev_priv(ndev); in emac_setup() local
456 struct emac_board_info *db = netdev_priv(ndev); in emac_set_rx_mode() local
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c245 … uint16_t offset, void *result, btgatt_db_element_t *db) in btc_gattc_fill_gatt_db_conversion()
319 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_service() local
360 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_all_char() local
388 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_all_descr() local
418 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_char_by_uuid() local
451 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_descr_by_uuid() local
486 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_descr_by_char_handle() local
520 btgatt_db_element_t *db = NULL; in btc_ble_gattc_get_include_service() local
566 esp_gattc_db_elem_t *db, uint16_t *count) in btc_ble_gattc_get_db()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_api.c342 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetServiceWithUUID()
348 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllChar()
363 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetAllDescriptor()
378 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetCharByUUID()
394 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByUUID()
409 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetDescrByCharHandle()
424 tBT_UUID *incl_uuid, btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetIncludeService()
463 btgatt_db_element_t **db, UINT16 *count) in BTA_GATTC_GetGattDb()
Dbta_gattc_cache.c1742 btgatt_db_element_t **db, in bta_gattc_get_gatt_db_impl()
1891 …gatt_db(UINT16 conn_id, UINT16 start_handle, UINT16 end_handle, btgatt_db_element_t **db, UINT16 *… in bta_gattc_get_gatt_db()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
Ddrm_edid.c3759 static int do_cea_modes(struct drm_connector *connector, const u8 *db, u8 len) in do_cea_modes()
3913 static int do_hdmi_vsdb_modes(struct drm_connector *connector, const u8 *db, u8 len, const u8 *vide… in do_hdmi_vsdb_modes()
4055 static int cea_db_payload_len(const u8 *db) in cea_db_payload_len()
4060 static int cea_db_extended_tag(const u8 *db) in cea_db_extended_tag()
4065 static int cea_db_tag(const u8 *db) in cea_db_tag()
4125 static bool cea_db_is_hdmi_vsdb(const u8 *db) in cea_db_is_hdmi_vsdb()
4142 static bool cea_db_is_hdmi_forum_vsdb(const u8 *db) in cea_db_is_hdmi_forum_vsdb()
4159 static bool cea_db_is_vcdb(const u8 *db) in cea_db_is_vcdb()
4176 static bool cea_db_is_y420cmdb(const u8 *db) in cea_db_is_y420cmdb()
4193 static bool cea_db_is_y420vdb(const u8 *db) in cea_db_is_y420vdb()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/
Drtw_br_ext.c413 struct nat25_network_db_entry *db; in __nat25_db_network_lookup_and_replace() local
487 struct nat25_network_db_entry *db; in __nat25_db_network_insert() local
530 struct nat25_network_db_entry *db; in __nat25_db_print() local
1560 struct nat25_network_db_entry *db; in scdb_findEntry() local
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
Drockchip_drm_drv.c309 static int cea_db_tag(const u8 *db) in cea_db_tag()
314 static int cea_db_payload_len(const u8 *db) in cea_db_payload_len()
325 static bool cea_db_is_hdmi_next_hdr_block(const u8 *db) in cea_db_is_hdmi_next_hdr_block()
342 static bool cea_db_is_hdmi_forum_vsdb(const u8 *db) in cea_db_is_hdmi_forum_vsdb()
832 const u8 *db = &edid_ext[i]; in rockchip_drm_parse_cea_ext() local
865 const u8 *db = &edid_ext[i]; in rockchip_drm_parse_next_hdr() local
Ddw-dp.c230 u8 db[32]; member
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/
Dlistbox.c66 HIGV_HANDLE db = 0; in LISTBOX_WIN_Onshow() local
/device/soc/rockchip/common/sdk_linux/drivers/irqchip/
Dirq-gic-v4.c220 int its_make_vpe_non_resident(struct its_vpe *vpe, bool db) in its_make_vpe_non_resident()
Dirq-gic-v3-its.c550 static void its_encode_db(struct its_cmd_block *cmd, bool db) in its_encode_db()
791 u32 db; in its_build_vmapti_cmd() local
813 u32 db; in its_build_vmovi_cmd() local
/device/soc/rockchip/common/sdk_linux/drivers/pci/controller/
Drockchip-pcie-dma.h82 union db { union
/device/soc/rockchip/common/vendor/drivers/pci/
Drockchip-pcie-dma.h81 union db { union
/device/soc/esp/esp32/components/bt/host/bluedroid/api/
Desp_gattc_api.c335 esp_gattc_db_elem_t *db, uint16_t *count) in esp_ble_gattc_get_db()
/device/soc/rockchip/rk3588/kernel/drivers/pci/controller/
Drockchip-pcie-dma.h84 union db { union
/device/soc/rockchip/rk3588/kernel/include/linux/
Drockchip-pcie-dma.h84 union db { union
/device/soc/hpmicro/sdk/hpm_sdk/drivers/inc/
Dhpm_enet_drv.h171 uint32_t db: 1; /**< * Deferred Bit*/ member
/device/board/hisilicon/hispark_phoenix/peripherals/bluetooth/rtkbt/code/libbt-vendor/src/
Dhci_h5.c889 const uint8_t c0 = 0xc0, db = 0xdb; in h5_unslip_one_byte() local
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Dhci_h5.c634 const uint8_t c0 = 0xc0, db = 0xdb; in h5_unslip_one_byte() local
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
Ddw-dp.c231 u8 db[32]; member
/device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/
Ddw-dp.c240 u8 db[32]; member
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h623 tls_btgatt_db_element_t *db; member