/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-class-fpga-manager | 49 * reconfig operation error - invalid operations detected by 53 * reconfig CRC error - CRC error detected by 55 * reconfig incompatible image - reconfiguration image is 57 * reconfig IP protocol error - protocol errors detected by 59 * reconfig fifo overflow error - FIFO overflow detected by
|
/Linux-v6.6/lib/ |
D | of-reconfig-notifier-error-inject.c | 10 MODULE_PARM_DESC(priority, "specify OF reconfig notifier priority"); 29 dir = notifier_err_inject_init("OF-reconfig", in err_inject_init() 50 MODULE_DESCRIPTION("OF reconfig notifier error injection module");
|
/Linux-v6.6/Documentation/fault-injection/ |
D | notifier-error-inject.rst | 11 * powerpc pSeries reconfig notifier 51 powerpc pSeries reconfig notifier error injection module 55 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/actions/<notifier event>/error 57 Possible pSeries reconfig notifier events to be failed are:
|
/Linux-v6.6/tools/perf/ |
D | builtin-daemon.c | 40 * RECONFIG - session is pending for reconfiguration, 52 * RECONFIG - session needs to be changed 62 * RECONFIG - session is killed and re-run with new config 69 RECONFIG, enumerator 178 pr_debug("reconfig: found new session %s\n", name); in session_config() 180 /* Trigger reconfig to start it. */ in session_config() 181 session->state = RECONFIG; in session_config() 184 pr_debug("reconfig: found current session %s\n", name); in session_config() 197 pr_debug("reconfig: session %s is changed\n", name); in session_config() 206 * trigger reconfig for the session. in session_config() [all …]
|
/Linux-v6.6/Documentation/devicetree/bindings/fpga/ |
D | xlnx,pr-decoupler.yaml | 7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore 13 The Xilinx LogiCORE Partial Reconfig(PR) Decoupler manages one or more
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_xsk.c | 136 /* Reconfig/swap */ in nfp_net_xsk_setup_pool() 169 * if reconfig is in progress or interface down. in nfp_net_xsk_wakeup()
|
D | nfp_net.h | 578 * @reconfig_posted: Pending reconfig bits coming from async sources 580 * @reconfig_sync_present: Some thread is performing synchronous reconfig 581 * @reconfig_timer: Timer for async reading of reconfig results 610 * @mbox_cmsg.wait_work: CCM mbox posted msg reconfig wait work
|
D | nfp_net_common.c | 78 /* Firmware reconfig 80 * Firmware reconfig may take a while so we have two versions of it - 113 nn_err(nn, "Reconfig error (status: 0x%08x update: 0x%08x ctrl: 0x%08x)\n", in nfp_net_reconfig_check_done() 118 nn_err(nn, "Reconfig timeout (status: 0x%08x update: 0x%08x ctrl: 0x%08x)\n", in nfp_net_reconfig_check_done() 172 /* Read reconfig status and report errors */ in nfp_net_reconfig_timer() 182 * nfp_net_reconfig_post() - Post async reconfig request 255 * Write the update word to the BAR and ping the reconfig queue. The 910 * perform the required reconfig. We do a bit of byte swapping dance because 2015 /* We need RX reconfig to remap the buffers (BIDIR vs FROM_DEV) */ in nfp_net_xdp_setup_drv()
|
/Linux-v6.6/arch/powerpc/platforms/pseries/ |
D | pmem.c | 50 /* NB: The of reconfig notifier creates platform device from the node */ in pmem_drc_add_node() 161 * reconfig notifier to handle the hot-add/remove cases too. in pseries_pmem_init()
|
D | Makefile | 5 obj-y := lpar.o hvCall.o nvram.o reconfig.o \
|
/Linux-v6.6/drivers/fpga/ |
D | of-fpga-region.c | 336 * of_fpga_region_notify - reconfig notifier for dynamic DT changes 339 * @arg: reconfig data 450 * Creates the fpga_region class and registers a reconfig notifier.
|
D | fpga-mgr.c | 642 len += sprintf(buf + len, "reconfig operation error\n"); in status_show() 644 len += sprintf(buf + len, "reconfig CRC error\n"); in status_show() 646 len += sprintf(buf + len, "reconfig incompatible image\n"); in status_show() 648 len += sprintf(buf + len, "reconfig IP protocol error\n"); in status_show() 650 len += sprintf(buf + len, "reconfig fifo overflow error\n"); in status_show()
|
D | Kconfig | 125 being reprogrammed during partial reconfig.
|
D | zynq-fpga.c | 276 /* don't globally reset PL if we're doing partial reconfig */ in zynq_fpga_ops_write_init() 510 /* for the partial reconfig case we didn't touch the level shifters */ in zynq_fpga_ops_write_complete()
|
/Linux-v6.6/drivers/media/platform/qcom/venus/ |
D | vdec.c | 256 !inst->reconfig) in vdec_check_src_change() 271 ret = wait_event_timeout(inst->reconf_wait, inst->reconfig, in vdec_check_src_change() 277 !inst->reconfig) in vdec_check_src_change() 1043 if (inst->reconfig) in vdec_start_capture() 1096 inst->reconfig = false; in vdec_start_capture() 1131 inst->reconfig = false; in vdec_start_output() 1549 inst->reconfig = true; in vdec_event_change()
|
D | core.h | 419 * @reconfig: a flag raised by decoder when the stream resolution changed 491 bool reconfig; member
|
/Linux-v6.6/drivers/crypto/intel/qat/qat_common/ |
D | adf_init.c | 434 int adf_dev_down(struct adf_accel_dev *accel_dev, bool reconfig) in adf_dev_down() argument 450 if (reconfig) { in adf_dev_down()
|
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
D | nfp_nsp.h | 192 * @ports.override_changed: is media reconfig pending?
|
/Linux-v6.6/sound/pci/hda/ |
D | hda_sysfs.c | 213 CODEC_ACTION_STORE(reconfig); 407 static DEVICE_ATTR_WO(reconfig);
|
/Linux-v6.6/drivers/net/ethernet/intel/ice/ |
D | ice_dcb_lib.c | 272 * ice_dcb_ena_dis_vsi - disable certain VSIs for DCB config/reconfig 479 * ice_dcb_need_recfg - Check if DCB needs reconfig 494 /* If Priority Table has changed reconfig is needed */ in ice_dcb_need_recfg()
|
/Linux-v6.6/fs/ |
D | Kconfig | 72 # ndctl create-namespace --force --reconfig=namespace0.0 \
|
/Linux-v6.6/Documentation/sound/hd-audio/ |
D | notes.rst | 421 reconfig 436 # echo 1 > /sys/class/sound/hwC0D0/reconfig 762 configuration via hwdep sysfs file if hda-reconfig option is enabled.
|
/Linux-v6.6/sound/soc/codecs/ |
D | arizona.c | 1790 bool reconfig; in arizona_hw_params() local 1845 reconfig = arizona_aif_cfg_changed(component, base, bclk, lrclk, frame); in arizona_hw_params() 1847 if (reconfig) { in arizona_hw_params() 1865 if (reconfig) { in arizona_hw_params() 1886 if (reconfig) { in arizona_hw_params()
|
/Linux-v6.6/drivers/net/ethernet/atheros/atlx/ |
D | atl2.c | 1150 int reconfig = 0; in atl2_check_link() local 1176 reconfig = 1; in atl2_check_link() 1180 reconfig = 1; in atl2_check_link() 1184 reconfig = 1; in atl2_check_link() 1188 reconfig = 1; in atl2_check_link() 1192 if (reconfig == 0) { in atl2_check_link()
|
/Linux-v6.6/drivers/usb/musb/ |
D | musbhsdma.c | 335 "=> reconfig 0" : "=> complete"); in dma_controller_irq()
|