Searched refs:reconfig (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A DMakefile5 obj-y := lpar.o hvCall.o nvram.o reconfig.o \
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_init.c474 int adf_dev_down(struct adf_accel_dev *accel_dev, bool reconfig) argument
483 if (reconfig) {
/linux-master/drivers/media/platform/qcom/venus/
H A Dvdec.c256 !inst->reconfig)
271 ret = wait_event_timeout(inst->reconf_wait, inst->reconfig,
277 !inst->reconfig)
1043 if (inst->reconfig)
1096 inst->reconfig = false;
1131 inst->reconfig = false;
1549 inst->reconfig = true;
H A Dcore.h418 * @reconfig: a flag raised by decoder when the stream resolution changed
489 bool reconfig; member in struct:venus_inst
/linux-master/sound/pci/hda/
H A Dhda_sysfs.c213 CODEC_ACTION_STORE(reconfig); variable
407 static DEVICE_ATTR_WO(reconfig);
/linux-master/drivers/net/ethernet/atheros/atlx/
H A Datl2.c1150 int reconfig = 0; local
1176 reconfig = 1;
1180 reconfig = 1;
1184 reconfig = 1;
1188 reconfig = 1;
1192 if (reconfig == 0) {
H A Datl1.c1284 int reconfig = 0; local
1309 reconfig = 1;
1313 reconfig = 1;
1317 reconfig = 1;
1321 reconfig = 1;
1325 reconfig = 1;
1330 if (!reconfig) {
/linux-master/tools/perf/
H A Dbuiltin-daemon.c178 pr_debug("reconfig: found new session %s\n", name);
180 /* Trigger reconfig to start it. */
184 pr_debug("reconfig: found current session %s\n", name);
197 pr_debug("reconfig: session %s is changed\n", name);
206 * trigger reconfig for the session.
301 pr_debug("reconfig: started\n");
344 pr_info("reconfig: ruining session [%s:%d]: %s\n",
996 pr_info("reconfig: session '%s' killed\n", session->name);
1005 pr_info("reconfig: session '%s' killed\n", session->name);
1327 bool reconfig local
[all...]
/linux-master/sound/soc/codecs/
H A Darizona.c1790 bool reconfig; local
1845 reconfig = arizona_aif_cfg_changed(component, base, bclk, lrclk, frame);
1847 if (reconfig) {
1865 if (reconfig) {
1886 if (reconfig) {
H A Dmadera.c3115 int reconfig; local
3172 reconfig = madera_aif_cfg_changed(component, base, bclk, lrclk, frame);
3173 if (reconfig < 0)
3174 return reconfig;
3176 if (reconfig) {
3193 if (reconfig) {
3211 if (reconfig) {
/linux-master/lib/
H A DMakefile233 of-reconfig-notifier-error-inject.o

Completed in 222 milliseconds