Home
last modified time | relevance | path

Searched refs:functions (Results 1 - 14 of 14) sorted by relevance

/device/soc/hisilicon/hi3861v100/sdk_liteos/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/make_scripts/
H A Dconfig.mk61 CCFLAGS := -mabi=ilp32 -march=rv32imc -falign-functions=2 -msave-restore -fno-optimize-strlen -freorder-blocks-algorithm=simple -fno-schedule-insns -fno-inline-small-functions -fno-inline-functions-called-once -mtune=size -fno-strict-aliasing -msmall-data-limit=0 -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -std=c99 -Os -ffunction-sections -fdata-sections -fno-exceptions -fno-short-enums -fno-common -Wall -Wundef -DLOS_COMPILE_LDM -fstack-protector-strong -freg-struct-return -fvisibility=hidden -pipe
/device/soc/rockchip/common/sdk_linux/drivers/pinctrl/
H A Dpinctrl-rk805.c47 * @fun_mask: functions select mask value, when set is gpio;
70 const struct rk805_pin_function *functions; member
422 return pci->functions[function].name; in rk805_pinctrl_get_func_name()
430 *groups = pci->functions[function].groups; in rk805_pinctrl_get_func_groups()
431 *num_groups = pci->functions[function].ngroups; in rk805_pinctrl_get_func_groups()
487 int mux = pci->functions[function].mux_option; in rk805_pinctrl_set_mux()
657 pci->functions = rk805_pin_functions; in rk805_pinctrl_probe()
672 pci->functions = rk816_pin_functions; in rk805_pinctrl_probe()
688 pci->functions = rk817_pin_functions; in rk805_pinctrl_probe()
H A Dpinctrl-rockchip.h261 struct rockchip_pmx_func *functions; member
H A Dpinctrl-rockchip.c2914 return info->functions[selector].name; in rockchip_pmx_get_func_name()
2922 *groups = info->functions[selector].groups; in rockchip_pmx_get_groups()
2923 *num_groups = info->functions[selector].ngroups; in rockchip_pmx_get_groups()
2936 dev_dbg(info->dev, "enable function %s group %s\n", info->functions[selector].name, info->groups[group].name); in rockchip_pmx_set()
3281 func = &info->functions[index]; in rockchip_pinctrl_parse_functions()
3322 info->functions = devm_kcalloc(dev, info->nfunctions, sizeof(struct rockchip_pmx_func), GFP_KERNEL); in rockchip_pinctrl_parse_dt()
3323 if (!info->functions) { in rockchip_pinctrl_parse_dt()
/device/soc/rockchip/rk3588/kernel/drivers/pinctrl/
H A Dpinctrl-rk806.c42 * @fun_mask: functions select mask value, when set is gpio;
66 const struct rk806_pin_function *functions; member
333 return pci->functions[function].name; in rk806_pinctrl_get_func_name()
343 *groups = pci->functions[function].groups; in rk806_pinctrl_get_func_groups()
344 *num_groups = pci->functions[function].ngroups; in rk806_pinctrl_get_func_groups()
375 int mux = pci->functions[function].mux_option; in rk806_pinctrl_set_mux()
514 pci->functions = rk806_pin_functions; in rk806_pinctrl_probe()
H A Dpinctrl-rockchip.h468 struct rockchip_pmx_func *functions; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk3 BOOT_CCFLAGS := -mabi=ilp32 -march=rv32imc -freorder-blocks-algorithm=simple -fno-schedule-insns -nostdinc -fno-aggressive-loop-optimizations -fno-builtin -fno-exceptions -fno-short-enums -mtune=size -msmall-data-limit=0 -Wall -Werror -Os -std=c99 -falign-functions=2 -fdata-sections -ffunction-sections -fno-common -fstack-protector-strong
/device/soc/rockchip/rk3588/kernel/include/linux/
H A Dpinctrl-rockchip.h468 struct rockchip_pmx_func *functions; member
/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dcomposite.h28 * functions within any single configuration, and (b) Multi-configuration
29 * devices, also supporting multiple functions but without necessarily
33 * link and mass storage functions is a composite device. Those functions
35 * the composite model the host can use both functions at the same time.
143 * @bind: Before the gadget can register, all of its functions bind() to the
160 * @suspend: Notifies functions when the host stops sending USB traffic.
161 * @resume: Notifies functions when the host restarts USB traffic.
204 /* REVISIT: bind() functions can be marked __init, which
282 * @bind() method is then used to initialize all the functions an
317 struct list_head functions; global() member
[all...]
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dcomposite.h28 * functions within any single configuration, and (b) Multi-configuration
29 * devices, also supporting multiple functions but without necessarily
33 * link and mass storage functions is a composite device. Those functions
35 * the composite model the host can use both functions at the same time.
143 * @bind: Before the gadget can register, all of its functions bind() to the
160 * @suspend: Notifies functions when the host stops sending USB traffic.
161 * @resume: Notifies functions when the host restarts USB traffic.
204 /* REVISIT: bind() functions can be marked __init, which
292 * @bind() method is then used to initialize all the functions an
328 struct list_head functions; global() member
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Ddbus.h400 * Porting: To support new bus, port these functions below
454 /* Availability of these functions varies (when present, they have two arguments) */
460 #error Two-argument functions needed
/device/soc/rockchip/common/sdk_linux/
H A DMakefile129 # Make's built-in functions such as $(abspath ...), $(realpath ...) cannot
763 # ipa clone creates specialized cloned functions
764 # partial inlining inlines only parts of functions
897 KBUILD_CFLAGS += $(call cc-option, -fno-inline-functions-called-once)
942 KBUILD_CFLAGS += -falign-functions=32

Completed in 19 milliseconds