Searched refs:verify (Results 1 - 25 of 30) sorted by relevance

12

/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c203 /* First, verify that the master reports correct status */
619 .verify = NULL,
628 .verify = NULL,
637 .verify = NULL,
646 .verify = NULL,
655 .verify = NULL,
664 .verify = NULL,
673 .verify = NULL,
682 .verify = NULL,
691 .verify
[all...]
/drivers/cpufreq/
H A Ddb8500-cpufreq.c154 .verify = db8500_cpufreq_verify_speed,
H A Dsc520_freq.c145 .verify = sc520_freq_verify,
H A Delanfreq.c272 .verify = elanfreq_verify,
H A Dpowernow-k6.c204 .verify = powernow_k6_verify,
H A Dcpufreq-nforce2.c380 .verify = nforce2_verify,
H A Dexynos-cpufreq.c236 .verify = exynos_verify_speed,
H A Dlongrun.c121 * @policy: the policy to verify
284 .verify = longrun_verify_policy,
H A Dmaple-cpufreq.c197 .verify = maple_cpufreq_verify,
H A Domap-cpufreq.c278 .verify = omap_verify_speed,
H A Dp4-clockmod.c283 .verify = cpufreq_p4_verify,
H A Ds3c64xx-cpufreq.c265 .verify = s3c64xx_cpufreq_verify_speed,
H A Dspeedstep-ich.c384 .verify = speedstep_verify,
H A Dspeedstep-smi.c373 .verify = speedstep_verify,
H A Dgx-suspmod.c448 .verify = cpufreq_gx_verify,
H A Dcpufreq.c945 * to accept all calls to ->verify and ->setpolicy for this CPU
1243 /* verify no discrepancy between actual and
1326 * restored. It will verify that the current freq is in sync with
1660 /* verify the cpu speed can be set within this limit */
1661 ret = cpufreq_driver->verify(policy);
1673 /* verify the cpu speed can be set within this limit,
1675 ret = cpufreq_driver->verify(policy);
1838 if (!driver_data || !driver_data->verify || !driver_data->init ||
H A De_powersaver.c431 .verify = eps_verify,
H A Ds3c2416-cpufreq.c530 .verify = s3c2416_cpufreq_verify_speed,
H A Ds5pv210-cpufreq.c609 .verify = s5pv210_verify_speed,
H A Dspeedstep-centrino.c592 .verify = centrino_verify,
H A Dacpi-cpufreq.c725 .verify = acpi_cpufreq_verify,
/drivers/staging/iio/Documentation/
H A Diio_utils.h462 /* verify the next character is not a colon */
490 inline int _write_sysfs_int(char *filename, char *basedir, int val, int verify) argument
507 if (verify) {
538 int _write_sysfs_string(char *filename, char *basedir, char *val, int verify) argument
556 if (verify) {
559 printf("could not open file to verify\n");
582 * write_sysfs_string_and_verify() - string write, readback and verify
/drivers/staging/tidspbridge/dynload/
H A Dcload.c313 * Loads the DOFF header and verify record. Deals with any byte-order
323 /* Read the header and the verify record as one. If we don't get it
354 * Verify checksum of header and verify record
358 ~dload_checksum(&dlthis->verify,
360 DL_ERROR(err_checksum, "header or verify record");
455 dlthis->verify.dv_scn_rec_checksum) {
622 /* read in the strings and verify them */
633 dlthis->verify.dv_str_tab_checksum)) {
645 dlthis->verify.dv_str_tab_checksum)) {
740 checks = dlthis->verify
[all...]
H A Ddload_internal.h278 struct doff_verify_rec_t verify; /* Verify record */ member in struct:dload_state
/drivers/input/touchscreen/
H A Dad7877.c691 u16 verify; local
768 verify = ad7877_read(spi, AD7877_REG_SEQ1);
770 if (verify != AD7877_MM_SEQUENCE){

Completed in 276 milliseconds

12