| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0146-kern-misc-Add-function-to-check-printf-format-agains.patch | 61 -parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 63 + * Parse printf() fmt0 string into args arguments. 65 + * The parsed arguments are either used by a printf() function to format the fmt0 71 + * fmt0 to limit exposure to possible errors in printf() handling. It also 75 + * The max_args allows to set a maximum number of accepted arguments. If the fmt0 80 +parse_printf_arg_fmt (const char *fmt0, struct printf_args *args, 85 @@ -660,7 +678,12 @@ parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 99 @@ -691,9 +714,19 @@ parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 119 @@ -701,6 +734,9 @@ parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 129 @@ -791,6 +827,8 @@ parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) [all …]
|
| H A D | 0144-kern-misc-Split-parse_printf_args-into-format-parsin.patch | 27 -parse_printf_args (const char *fmt0, struct printf_args *args, 29 +parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 33 @@ -789,6 +788,14 @@ parse_printf_args (const char *fmt0, struct printf_args *args, 40 +parse_printf_args (const char *fmt0, struct printf_args *args, va_list args_in) 44 + parse_printf_arg_fmt (fmt0, args);
|
| H A D | 0145-kern-misc-Add-STRING-type-for-internal-printf-format.patch | 37 @@ -776,12 +777,14 @@ parse_printf_arg_fmt (const char *fmt0, struct printf_args *args) 53 @@ -816,6 +819,12 @@ parse_printf_args (const char *fmt0, struct printf_args *args, va_list args_in)
|
| H A D | 0005-calloc-Use-calloc-at-most-places.patch | 779 @@ -690,7 +690,7 @@ parse_printf_args (const char *fmt0, struct printf_args *args,
|
| /OK3568_Linux_fs/kernel/arch/s390/pci/ |
| H A D | pci_irq.c | 45 fib.fmt0.isc = PCI_ISC; in zpci_set_airq() 46 fib.fmt0.sum = 1; /* enable summary notifications */ in zpci_set_airq() 47 fib.fmt0.noi = airq_iv_end(zdev->aibv); in zpci_set_airq() 48 fib.fmt0.aibv = (unsigned long) zdev->aibv->vector; in zpci_set_airq() 49 fib.fmt0.aibvo = 0; /* each zdev has its own interrupt vector */ in zpci_set_airq() 50 fib.fmt0.aisb = (unsigned long) zpci_sbv->vector + (zdev->aisb/64)*8; in zpci_set_airq() 51 fib.fmt0.aisbo = zdev->aisb & 63; in zpci_set_airq()
|
| H A D | pci_debug.c | 108 &zdev->fmb->fmt0.dma_rbytes); in pci_perf_show()
|
| /OK3568_Linux_fs/kernel/drivers/thermal/st/ |
| H A D | stm_thermal.c | 99 int t0, fmt0, ramp_coeff; member 255 sensor->fmt0 = ADJUST * (readl_relaxed(sensor->base + in stm_thermal_read_factory_settings() 262 if (!sensor->fmt0 || !sensor->ramp_coeff) { in stm_thermal_read_factory_settings() 268 __func__, sensor->t0, sensor->fmt0, sensor->ramp_coeff); in stm_thermal_read_factory_settings() 280 sensor->fmt0; in stm_thermal_calculate_threshold() 375 *temp = (freqM - sensor->fmt0) * 1000 / sensor->ramp_coeff + sensor->t0; in stm_thermal_get_temp()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | davinci_spi.c | 112 dv_reg fmt0; /* 0x50 */ member 274 (mode << SPIFMT_PHASE_SHIFT), &ds->regs->fmt0); in __davinci_spi_claim_bus()
|
| /OK3568_Linux_fs/kernel/arch/s390/include/asm/ |
| H A D | pci_insn.h | 93 struct zpci_fib_fmt0 fmt0; member
|
| H A D | pci.h | 77 struct zpci_fmb_fmt0 fmt0; member
|
| /OK3568_Linux_fs/kernel/drivers/platform/x86/ |
| H A D | thinkpad_acpi.c | 569 char *fmt0 = fmt; in acpi_evalf() local 642 method, fmt0, acpi_format_exception(status)); in acpi_evalf()
|