| /drivers/ram/stm32mp1/ |
| A D | stm32mp1_tests.c | 31 sprintf(string, "invalid %d parameter %s", in get_bufsize() 36 sprintf(string, "invalid size %s (min=%d)", in get_bufsize() 41 sprintf(string, "unaligned size %s (min=%d)", in get_bufsize() 63 sprintf(string, "invalid %d parameter %s", in get_nb_loop() 84 sprintf(string, "invalid %d parameter %s", in get_addr() 93 sprintf(string, "unaligned address %s", in get_addr() 116 sprintf(string, "invalid %d parameter %s", in get_pattern() 442 sprintf(string, "address 0x%x", addr); in test_databus() 448 char *string, int argc, char *argv[]) in test_addressbus() argument 519 char *string, int argc, char *argv[]) in test_sso() argument [all …]
|
| A D | stm32mp1_interactive.c | 318 char string[50] = ""; in stm32mp1_ddr_subcmd() local 337 sprintf(string, "invalid argument %s", in stm32mp1_ddr_subcmd() 344 sprintf(string, "invalid nb of args %d, max %d", in stm32mp1_ddr_subcmd() 353 string, argc - 2, &argv[2]); in stm32mp1_ddr_subcmd() 356 printf("Result: %s [%s]\n", s_result[result], string); in stm32mp1_ddr_subcmd()
|
| A D | stm32mp1_tests.h | 20 char *string,
|
| A D | stm32mp1_ddr.h | 174 char *string); 181 char *string);
|
| A D | stm32mp1_ddr.c | 454 char *name, char *string) in stm32mp1_edit_reg() argument 468 if (strict_strtoul(string, 16, &value) < 0) { in stm32mp1_edit_reg() 469 printf("invalid value %s\n", string); in stm32mp1_edit_reg() 560 char *name, char *string) in stm32mp1_edit_param() argument 572 if (strict_strtoul(string, 16, &value) < 0) { in stm32mp1_edit_param() 573 printf("invalid value %s\n", string); in stm32mp1_edit_param()
|
| /drivers/bootcount/ |
| A D | Kconfig | 103 The wrapper device is to be specified with the compatible string 117 "u-boot,bootcount-i2c" compatible string. It requires a phandle 126 The wrapper device is to be specified with the compatible string 143 The wrapper device is to be specified with the compatible string 187 string "Alternative boot command when BOOTLIMIT is reached" 197 string "Interface on which to find boot counter filesystem" 205 string "Partition of the boot counter filesystem" 213 string "Path and filename of the FS filesystem based boot counter"
|
| /drivers/usb/gadget/ |
| A D | u_os_desc.h | 106 static inline int usb_ext_prop_put_unicode(u8 *buf, int pnl, const char *string, in usb_ext_prop_put_unicode() argument 112 result = utf8_to_utf16le(string, (__le16 *) usb_ext_prop_data_ptr(buf, pnl), in usb_ext_prop_put_unicode()
|
| A D | Kconfig | 49 string "Vendor name of the USB device" 278 string "USB Gadget Ethernet device mac address" 285 string "USB Gadget Ethernet host mac address"
|
| /drivers/video/zynqmp/ |
| A D | Kconfig | 8 compatible string and calling power domain driver.
|
| /drivers/fastboot/ |
| A D | Kconfig | 157 string "Target name for updating EMMC_BOOT1" 168 string "Target name for updating EMMC_BOOT2" 190 string "Target name for updating EMMC_USER" 201 string "Target name for updating GPT" 214 string "Target name for updating MBR"
|
| /drivers/soc/qcom/ |
| A D | Kconfig | 15 Command DB queries shared memory by key string for shared system
|
| /drivers/net/ |
| A D | gmac_rockchip.c | 57 const char *string; in gmac_rockchip_of_to_plat() local 59 string = dev_read_string(dev, "clock_in_out"); in gmac_rockchip_of_to_plat() 60 if (!strcmp(string, "input")) in gmac_rockchip_of_to_plat()
|
| /drivers/core/ |
| A D | read.c | 256 const char *string) in dev_read_stringlist_search() argument 258 return ofnode_stringlist_search(dev_ofnode(dev), property, string); in dev_read_stringlist_search()
|
| A D | of_access.c | 602 const char *string) in of_property_match_string() argument 624 log_debug("comparing %s with %s\n", string, p); in of_property_match_string() 625 if (strcmp(string, p) == 0) in of_property_match_string()
|
| A D | ofnode.c | 846 const char *string) in ofnode_stringlist_search() argument 850 property, string); in ofnode_stringlist_search() 856 string); in ofnode_stringlist_search()
|
| /drivers/dma/ |
| A D | Kconfig | 68 to record compatible string and calling power domain driver.
|
| /drivers/video/ |
| A D | Kconfig | 665 string "RESET pin of SSD2828" 669 The reset pin of SSD2828 chip. This takes a string in the format 712 string "SPI CS pin for LCD related config job" 718 different hardware setups. The option takes a string in the format 722 string "SPI SCLK pin for LCD related config job" 728 different hardware setups. The option takes a string in the format 732 string "SPI MOSI pin for LCD related config job" 738 different hardware setups. The option takes a string in the format 742 string "SPI MISO pin for LCD related config job (optional)" 751 option takes a string in the format understood by 'sunxi_name_to_gpio' [all …]
|
| /drivers/net/phy/ |
| A D | Kconfig | 100 string "Aquantia firmware partition" 106 string "Aquantia firmware filename"
|
| /drivers/pci/ |
| A D | Kconfig | 305 string "PCIe compatible of Kernel DT" 320 string "PCIe EP compatible of Kernel DT"
|
| /drivers/rtc/ |
| A D | Kconfig | 124 'rtc_emul_epoch' as a decimal string indicating seconds since
|
| /drivers/usb/host/ |
| A D | Kconfig | 378 string "Display name for the OHCI controller"
|
| /drivers/watchdog/ |
| A D | Kconfig | 331 string "Watchdog firmware image file"
|