Home
last modified time | relevance | path

Searched refs:string (Results 1 – 22 of 22) sorted by relevance

/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c31 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 Dstm32mp1_interactive.c318 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 Dstm32mp1_tests.h20 char *string,
A Dstm32mp1_ddr.h174 char *string);
181 char *string);
A Dstm32mp1_ddr.c454 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 DKconfig103 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 Du_os_desc.h106 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 DKconfig49 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 DKconfig8 compatible string and calling power domain driver.
/drivers/fastboot/
A DKconfig157 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 DKconfig15 Command DB queries shared memory by key string for shared system
/drivers/net/
A Dgmac_rockchip.c57 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 Dread.c256 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 Dof_access.c602 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 Dofnode.c846 const char *string) in ofnode_stringlist_search() argument
850 property, string); in ofnode_stringlist_search()
856 string); in ofnode_stringlist_search()
/drivers/dma/
A DKconfig68 to record compatible string and calling power domain driver.
/drivers/video/
A DKconfig665 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 DKconfig100 string "Aquantia firmware partition"
106 string "Aquantia firmware filename"
/drivers/pci/
A DKconfig305 string "PCIe compatible of Kernel DT"
320 string "PCIe EP compatible of Kernel DT"
/drivers/rtc/
A DKconfig124 'rtc_emul_epoch' as a decimal string indicating seconds since
/drivers/usb/host/
A DKconfig378 string "Display name for the OHCI controller"
/drivers/watchdog/
A DKconfig331 string "Watchdog firmware image file"

Completed in 66 milliseconds