/device/soc/esp/esp32/components/xtensa/include/xtensa/ |
D | xtruntime-frames.h | 35 #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
|
D | xtensa_context.h | 70 #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/ |
D | touch_fts.c | 182 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() 196 …ctype[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/ |
D | sdmmc_host.c | 453 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/ |
D | rk_sdmmc.h | 326 u32 ctype; member
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
D | rk_sdmmc.h | 295 u32 ctype; member
|
D | dw_mmc.h | 510 u32 ctype; member
|
/device/soc/rockchip/common/vendor/drivers/mmc/host/ |
D | rk_sdmmc.h | 295 u32 ctype; member
|
/device/soc/esp/esp32/components/soc/esp32/include/soc/ |
D | sdmmc_struct.h | 147 } ctype; member
|
/device/soc/winnermicro/wm800/board/include/bt/ |
D | wm_bt_def.h | 1219 uint8_t ctype; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/os_dep/linux/ |
D | ioctl_cfg80211.c | 447 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/ |
D | best2001.lds.S | 413 *:ctype.o(.text*) 691 *:ctype.o(.rodata*)
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
D | configure_llvm | 5271 test_cflags_cc -std=c11 ctype.h "__STDC_VERSION__ >= 201112L" &&
|