Searched refs:backend (Results 51 - 62 of 62) sorted by relevance

123

/linux-master/drivers/target/
H A Dtarget_core_device.c688 dev = hba->backend->ops->alloc_device(hba, name);
711 dev->transport = hba->backend->ops;
855 * by backend modules during configuration. We do not want
1024 hba->backend->ops->set_configfs_dev_params(dev, buf, sizeof(buf));
H A Dtarget_core_configfs.c871 pr_err("DIF protection not supported by backend: %s\n",
926 pr_err("DIF protection format not supported by backend %s\n",
969 pr_warn("DIF protection not supported by backend, ignoring\n");
1308 * interpreter. Any backend using spc_parse_cdb should be using
3356 struct target_backend *tb = hba->backend;
3481 hba->hba_id, hba->backend->ops->name,
3503 if (hba->backend->ops->pmode_enable_hba == NULL)
3517 ret = hba->backend->ops->pmode_enable_hba(hba, mode_flag);
H A Dtarget_core_sbc.c316 * translated into block discard requests within backend code.
323 pr_err("Got WRITE_SAME w/ UNMAP=1, but backend device"
585 * confuse backend drivers that depend on this value matching the
701 * configured to allow export PROTECT=1 feature bit with backend
906 dev->se_hba->backend->ops->name,
974 pr_err("Got UNMAP, but backend device has"
/linux-master/drivers/vhost/
H A Dnet.c236 /* No zero copy backend? Nothing to count. */
1459 /* special case to disable backend */
1672 struct vhost_vring_file backend; local
1678 if (copy_from_user(&backend, argp, sizeof backend))
1680 return vhost_net_set_backend(n, backend.index, backend.fd);
/linux-master/drivers/iio/
H A Dindustrialio-backend.c6 * can be "linked" against one or multiple backend devices. All the IIO and
14 * | (Frontend/IIO) | Serial Data (eg: LVDS) | |(backend) |---------| |------| | |
27 * the industrialio-backend.c is only left with the really generic stuff. Then,
32 #define dev_fmt(fmt) "iio-backend: " fmt
45 #include <linux/iio/backend.h>
70 * Helper macros to call backend ops. Makes sure the option is supported.
117 * iio_backend_chan_enable - Enable a backend channel
131 * iio_backend_chan_disable - Disable a backend channel
150 * devm_iio_backend_enable - Device managed backend enable
151 * @dev: Consumer device for the backend
[all...]
/linux-master/drivers/iio/dac/
H A Dad9739a.c23 #include <linux/iio/backend.h>
319 * backend device.
321 * of it has nothing to do with the backend. The backend will only
H A Dadi-axi-dac.c27 #include <linux/iio/backend.h>
/linux-master/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu7_powertune.c1092 struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend);
1110 struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend);
1127 struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend);
1149 struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend);
1196 struct smu7_hwmgr *data = (struct smu7_hwmgr *)(hwmgr->backend);
/linux-master/include/target/
H A Dtarget_core_base.h73 /* Use a model alias based on the configfs backend device name */
547 /* backend private data */
914 struct target_backend *backend; member in struct:se_hba
/linux-master/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h770 void *backend; member in struct:pp_hwmgr
/linux-master/drivers/iio/adc/
H A Dad9467.c24 #include <linux/iio/backend.h>
136 * calibration is done at the backend level. For the ADI axi-adc:
740 * if we don't get the backend using the normal API's, use the legacy
743 * on the backend list of registered devices. This is done so we don't
/linux-master/arch/x86/events/
H A Dcore.c1916 EVENT_ATTR(stalled-cycles-backend, STALLED_CYCLES_BACKEND );

Completed in 223 milliseconds

123