Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 13 of 13) sorted by relevance

/device/soc/esp/esp32/components/xtensa/include/xtensa/
Dxtruntime-frames.h35 #define STRUCT_FIELD(ctype,size,pre,name) pre##name: .space size argument
36 #define STRUCT_AFIELD(ctype,size,pre,name,n) pre##name: .if n ; .space (size)*(n) ; .endif argument
37 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) .balign align ; pre##name: .if n ; .space (siz… argument
41 #define STRUCT_FIELD(ctype,size,pre,name) ctype name; argument
42 #define STRUCT_AFIELD(ctype,size,pre,name,n) ctype name[n]; argument
43 #define STRUCT_AFIELD_A(ctype,size,align,pre,name,n) ctype name[n] __attribute__((aligned(align))); argument
Dxtensa_context.h70 #define STRUCT_FIELD(ctype,size,asname,name) asname: .space size argument
71 #define STRUCT_AFIELD(ctype,size,asname,name,n) asname: .space (size)*(n) argument
77 #define STRUCT_FIELD(ctype,size,asname,name) ctype name; argument
78 #define STRUCT_AFIELD(ctype,size,asname,name,n) ctype name[n]; argument
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/
Dtouch_fts.c182 struct ft_chip_t ctype[] = FTS_CHIP_TYPE_MAPPING; in fts_get_chip_types() local
183 uint32_t ctype_entries = sizeof(ctype) / sizeof(struct ft_chip_t); in fts_get_chip_types()
193 if ((id_h == ctype[i].chip_idh) && (id_l == ctype[i].chip_idl)) in fts_get_chip_types()
196ctype[i].rom_idh) && (id_l == ctype[i].rom_idl)) || ((id_h == ctype[i].pb_idh) && (id_l == ctype[i… in fts_get_chip_types()
205 ts_data->ic_info.ids = ctype[i]; in fts_get_chip_types()
/device/soc/esp/esp32/components/driver/
Dsdmmc_host.c453 SDMMC.ctype.card_width_8 &= ~mask; in sdmmc_host_set_bus_width()
454 SDMMC.ctype.card_width &= ~mask; in sdmmc_host_set_bus_width()
456 SDMMC.ctype.card_width_8 &= ~mask; in sdmmc_host_set_bus_width()
457 SDMMC.ctype.card_width |= mask; in sdmmc_host_set_bus_width()
461 SDMMC.ctype.card_width_8 |= mask; in sdmmc_host_set_bus_width()
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/
Drk_sdmmc.h326 u32 ctype; member
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/
Drk_sdmmc.h295 u32 ctype; member
Ddw_mmc.h510 u32 ctype; member
/device/soc/rockchip/common/vendor/drivers/mmc/host/
Drk_sdmmc.h295 u32 ctype; member
/device/soc/esp/esp32/components/soc/esp32/include/soc/
Dsdmmc_struct.h147 } ctype; member
/device/soc/winnermicro/wm800/board/include/bt/
Dwm_bt_def.h1219 uint8_t ctype; member
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/
Dioctl_cfg80211.c447 static const char *nl80211_channel_type_str(enum nl80211_channel_type ctype) in nl80211_channel_type_str() argument
449 switch (ctype) { in nl80211_channel_type_str()
480 …11_channel_type(struct ieee80211_channel *chan, enum nl80211_channel_type ctype, u8 *ht, u8 *ch, u… in rtw_get_chbw_from_nl80211_channel_type() argument
493 switch (ctype) { in rtw_get_chbw_from_nl80211_channel_type()
518 RTW_INFO("unsupported ctype:%s\n", nl80211_channel_type_str(ctype)); in rtw_get_chbw_from_nl80211_channel_type()
582 enum nl80211_channel_type ctype; in rtw_cfg80211_ch_switch_notify() local
592 ctype = rtw_chbw_to_nl80211_channel_type(ch, bw, offset, ht); in rtw_cfg80211_ch_switch_notify()
593 cfg80211_ch_switch_notify(adapter->pnetdev, freq, ctype); in rtw_cfg80211_ch_switch_notify()
/device/soc/bestechnic/bes2600/liteos_m/sdk/bsp/scripts/link/
Dbest2001.lds.S413 *:ctype.o(.text*)
691 *:ctype.o(.rodata*)
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
Dconfigure_llvm5271 test_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L" &&