Searched refs:use (Results 1 - 18 of 18) sorted by relevance

/drivers/target/iscsi/
H A Discsi_target_parameters.h20 u8 use; member in struct:iscsi_param
163 * struct iscsi_param->use
169 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY)
170 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY)
171 #define IS_USE_ALL(p) ((p)->use & USE_ALL)
173 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY)
H A Discsi_target_parameters.c148 u16 type_range, u8 use)
174 param->use = use;
638 new_param->use = param->use;
146 iscsi_set_default_param(struct iscsi_param_list *param_list, char *name, char *value, u8 phase, u8 scope, u8 sender, u16 type_range, u8 use) argument
/drivers/scsi/
H A Dsr.h40 unsigned use:1; /* is this device still supportable */ member in struct:scsi_cd
50 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
53 /* We hold gendisk and scsi_device references on probe and use
H A Dsr.c702 cd->use = 1;
786 * certain UDF media. If last_written is larger, use
964 * called on last put, you should always use the scsi_cd_get()
/drivers/usb/class/
H A Dcdc-acm.h69 int use; member in struct:acm_wb
H A Dcdc-acm.c179 if (!wb->use) {
180 wb->use = 1;
197 n -= acm->wb[i].use;
207 wb->use = 0;
637 wb->use = 0;
692 wb->use = 0;
704 wb->use = 0;
1213 /* a popular other OS doesn't use it */
/drivers/staging/media/omap4iss/
H A Diss.h150 int omap4iss_pipeline_pm_use(struct media_entity *entity, int use);
H A Diss.c370 * To achieve this use the entity use_count field to track the number of users.
377 * close() handlers of video device nodes. It increments or decrements the use
381 * callback updates the use count of all entities in the source and sink sides
394 int use = 0; local
400 use += entity->use_count;
403 return use;
411 * Change the entity use count by @change. If the entity is a subdev update its
412 * power state by calling the core::s_power operation when the use count goes
446 * Walk the pipeline to update the use count and the power state of all non-node
480 * omap4iss_pipeline_pm_use - Update the use coun
491 omap4iss_pipeline_pm_use(struct media_entity *entity, int use) argument
[all...]
/drivers/char/ipmi/
H A Dipmi_watchdog.c81 #define WDOG_SET_TIMER_USE(byte, use) \
82 byte = ((byte) & 0xf8) | ((use) & 0x7)
91 #define WDOG_SET_PRETIMEOUT_ACT(byte, use) \
92 byte = ((byte) & 0x8f) | (((use) & 0x7) << 4)
106 #define WDOG_SET_TIMEOUT_ACT(byte, use) \
107 byte = ((byte) & 0xf8) | ((use) & 0x7)
286 MODULE_PARM_DESC(ifnum_to_use, "The interface number to use for the watchdog "
348 * We use a mutex to make sure that only one thing can send a set
563 * We use a mutex to make sure that only one thing can send a
/drivers/media/platform/omap3isp/
H A Disp.h248 int omap3isp_pipeline_pm_use(struct media_entity *entity, int use);
H A Disp.c651 * To achieve this use the entity use_count field to track the number of users.
658 * close() handlers of video device nodes. It increments or decrements the use
662 * callback updates the use count of all entities in the source and sink sides
675 int use = 0; local
681 use += entity->use_count;
684 return use;
692 * Change the entity use count by @change. If the entity is a subdev update its
693 * power state by calling the core::s_power operation when the use count goes
726 * Walk the pipeline to update the use count and the power state of all non-node
760 * omap3isp_pipeline_pm_use - Update the use coun
771 omap3isp_pipeline_pm_use(struct media_entity *entity, int use) argument
[all...]
/drivers/usb/gadget/
H A Dconfigfs.c808 bool use; local
813 ret = strtobool(page, &use);
815 gi->use_os_desc = use;
824 __CONFIGFS_ATTR(use, S_IRUGO | S_IWUSR,
/drivers/base/power/
H A Druntime.c1342 * @use: New value for use_autosuspend.
1347 void __pm_runtime_use_autosuspend(struct device *dev, bool use) argument
1354 dev->power.use_autosuspend = use;
/drivers/tty/serial/
H A Dvr41xx_siu.c96 void vr41xx_use_irda(irda_use_t use) argument
107 if (use == FIR_USE_IRDA)
/drivers/acpi/
H A Dosl.c1146 * parameters we can't use the approach some kernel code uses of
1651 " for this device, you should use it instead of"
/drivers/video/fbdev/
H A Dgbefb.c65 #error GBE Framebuffer cannot use more than 8MB of memory
755 I guess this is not so important as one can use 640x480 8bit or
/drivers/net/wireless/b43/
H A Dphy_n.c4008 * Groups 1..4 use BPSK (group per coding rate)
4009 * Groups 5..8 use QPSK (group per coding rate)
4010 * Groups 9..12 use 16-QAM (group per coding rate)
4011 * Groups 13..16 use 64-QAM (group per coding rate)
5249 /* TODO use some definitions */
5343 /* TODO use some definitions */
5662 u8 use; local
5745 use = 1;
5750 use = 1;
5755 use
[all...]
/drivers/isdn/icn/
H A Dicn.c721 #warning TODO test headroom or use skb->nb to flag ACK
822 "icn: (%s) ports 0x%03x-0x%03x in use.\n",
836 "icn: memory at 0x%08lx in use.\n", dev.memaddr);
1139 "icn: (%s) ports 0x%03x-0x%03x in use.\n",
1172 "icn: memory at 0x%08lx in use.\n",
1202 "icn: (%s) ports 0x%03x-0x%03x in use.\n",

Completed in 393 milliseconds