Searched refs:standard (Results 1 - 25 of 60) sorted by last modified time

123

/linux-master/scripts/
H A DMakefile.build217 is-standard-object = $(if $(filter-out y%, $(OBJECT_FILES_NON_STANDARD_$(target-stem).o)$(OBJECT_FILES_NON_STANDARD)n),y)
219 $(obj)/%.o: objtool-enabled = $(if $(is-standard-object),$(if $(delay-objtool),$(is-single-obj-m),y))
H A Dkernel-doc47 and print formatted documentation to standard output.
H A Dsphinx-pre-install1015 # Determine the system type. There's no standard unique way that would
H A Dcheckpatch.pl145 When FILE is - read standard input.
3031 "Non-standard signature: $sign_off\n" . $herecurr);
3034 "Non-standard signature: '$sign_off' - perhaps '$suggested_signature'?\n" . $herecurr) &&
4892 # ENOTSUPP is not a standard error code and should be avoided in new patches.
6355 # check for non-standard and hex prefixed decimal printf formats
6364 "\%L$1 is non-standard C, use %ll$1\n" . $herecurr);
6370 "%Z$1 is non-standard C, use %z$1\n" . $herecurr);
7443 "#define of '$1' is wrong - use Kconfig variables or standard guards instead\n" . $herecurr);
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu13/
H A Dsmu_v13_0_6_ppt.c775 pstate_table->gfxclk_pstate.standard =
777 pstate_table->uclk_pstate.standard =
779 pstate_table->socclk_pstate.standard =
782 pstate_table->gfxclk_pstate.standard =
784 pstate_table->uclk_pstate.standard =
786 pstate_table->socclk_pstate.standard =
H A Dsmu_v13_0_0_ppt.c2264 pstate_table->gfxclk_pstate.standard = driver_clocks.BaseClockAc;
2266 pstate_table->gfxclk_pstate.standard = gfx_table->max;
2267 pstate_table->uclk_pstate.standard = mem_table->max;
2268 pstate_table->socclk_pstate.standard = soc_table->min;
2269 pstate_table->vclk_pstate.standard = vclk_table->min;
2270 pstate_table->dclk_pstate.standard = dclk_table->min;
2271 pstate_table->fclk_pstate.standard = fclk_table->min;
H A Dsmu_v13_0_7_ppt.c2248 pstate_table->gfxclk_pstate.standard = driver_clocks.BaseClockAc;
2250 pstate_table->gfxclk_pstate.standard = gfx_table->max;
2251 pstate_table->uclk_pstate.standard = mem_table->max;
2252 pstate_table->socclk_pstate.standard = soc_table->min;
2253 pstate_table->vclk_pstate.standard = vclk_table->min;
2254 pstate_table->dclk_pstate.standard = dclk_table->min;
2255 pstate_table->fclk_pstate.standard = fclk_table->min;
H A Dsmu_v13_0.c1758 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard;
1759 mclk_min = mclk_max = pstate_table->uclk_pstate.standard;
1760 socclk_min = socclk_max = pstate_table->socclk_pstate.standard;
1761 vclk_min = vclk_max = pstate_table->vclk_pstate.standard;
1762 dclk_min = dclk_max = pstate_table->dclk_pstate.standard;
1763 fclk_min = fclk_max = pstate_table->fclk_pstate.standard;
H A Daldebaran_ppt.c532 pstate_table->gfxclk_pstate.standard =
534 pstate_table->uclk_pstate.standard =
536 pstate_table->socclk_pstate.standard =
539 pstate_table->gfxclk_pstate.standard =
541 pstate_table->uclk_pstate.standard =
543 pstate_table->socclk_pstate.standard =
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1139 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard;
1140 mclk_min = mclk_max = pstate_table->uclk_pstate.standard;
1141 socclk_min = socclk_max = pstate_table->socclk_pstate.standard;
1142 vclk_min = vclk_max = pstate_table->vclk_pstate.standard;
1143 dclk_min = dclk_max = pstate_table->dclk_pstate.standard;
1144 fclk_min = fclk_max = pstate_table->fclk_pstate.standard;
/linux-master/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h444 uint32_t standard; member in struct:pstates_clk_freq
/linux-master/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c2919 *((uint32_t *)data) = pstate_table->gfxclk_pstate.standard * 100;
2923 *((uint32_t *)data) = pstate_table->uclk_pstate.standard * 100;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_def.h1986 uint8_t standard; member in struct:__anon155::__anon156
1995 to.id.standard = (uint8_t)from; \
/linux-master/net/wireless/
H A Dwext-core.c30 * Meta-data about all the standard Wireless Extension request we
263 * Meta-data about all the additional standard Wireless Extension events
723 /* Try as a standard command */
726 return handlers->standard[index];
929 dev->wireless_handlers->standard[0])
931 return dev->wireless_handlers->standard[0](dev, NULL,
948 wext_ioctl_func standard,
965 return standard(dev, iwr, cmd, info,
970 return standard(dev, iwr, cmd, info,
983 return standard(de
945 wireless_process_ioctl(struct net *net, struct iwreq *iwr, unsigned int cmd, struct iw_request_info *info, wext_ioctl_func standard, wext_ioctl_func private) argument
1004 wext_ioctl_dispatch(struct net *net, struct iwreq *iwr, unsigned int cmd, struct iw_request_info *info, wext_ioctl_func standard, wext_ioctl_func private) argument
[all...]
/linux-master/scripts/package/
H A Dkernel.spec36 building most standard programs and are also needed for rebuilding the
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c863 .standard = r8192_wx_handlers,
/linux-master/drivers/gpu/drm/amd/pm/swsmu/smu11/
H A Dsienna_cichlid_ppt.c1513 pstate_table->gfxclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_GFXCLK;
1514 pstate_table->uclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_MEMCLK;
1515 pstate_table->socclk_pstate.standard = SIENNA_CICHLID_UMD_PSTATE_PROFILING_SOCCLK;
1518 pstate_table->gfxclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_GFXCLK;
1519 pstate_table->uclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_MEMCLK;
1520 pstate_table->socclk_pstate.standard = DIMGREY_CAVEFISH_UMD_PSTATE_PROFILING_SOCCLK;
1523 pstate_table->gfxclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_GFXCLK;
1524 pstate_table->uclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_MEMCLK;
1525 pstate_table->socclk_pstate.standard = BEIGE_GOBY_UMD_PSTATE_PROFILING_SOCCLK;
H A Dnavi10_ppt.c1769 pstate_table->gfxclk_pstate.standard =
1771 pstate_table->uclk_pstate.standard =
1773 pstate_table->socclk_pstate.standard =
1776 pstate_table->gfxclk_pstate.standard =
1778 pstate_table->uclk_pstate.standard =
1780 pstate_table->socclk_pstate.standard =
H A Darcturus_ppt.c554 pstate_table->gfxclk_pstate.standard =
556 pstate_table->uclk_pstate.standard =
558 pstate_table->socclk_pstate.standard =
561 pstate_table->gfxclk_pstate.standard =
563 pstate_table->uclk_pstate.standard =
565 pstate_table->socclk_pstate.standard =
H A Dsmu_v11_0.c1878 sclk_min = sclk_max = pstate_table->gfxclk_pstate.standard;
1879 mclk_min = mclk_max = pstate_table->uclk_pstate.standard;
1880 socclk_min = socclk_max = pstate_table->socclk_pstate.standard;
/linux-master/drivers/media/usb/go7007/
H A Dgo7007-driver.c723 go->standard = GO7007_STD_NTSC;
729 go->standard = GO7007_STD_OTHER;
/linux-master/drivers/media/pci/ttpci/
H A Dbudget-av.c1512 static struct saa7146_standard standard[] = { variable in typeref:struct:saa7146_standard
1528 .stds = &standard[0],
1529 .num_stds = ARRAY_SIZE(standard),
/linux-master/drivers/media/i2c/
H A Dtvp514x.c62 * struct tvp514x_std_info - Structure to store standard information
66 * @standard: v4l2 standard structure information
72 struct v4l2_standard standard; member in struct:tvp514x_std_info
89 * @current_std: Current standard
237 .standard = {
250 .standard = {
258 /* Standard: need to add for additional standard */
379 * tvp514x_query_current_std() : Query the current standard detected by TVP5146/47
382 * Returns the current standard detecte
[all...]
H A Dmsp3400-driver.c75 module_param_named(standard, msp_standard, int, 0644);
83 MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
443 "detected standard: %s(0x%08Lx)\n",
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c2267 .standard = r8711_handlers,

Completed in 661 milliseconds

123