Searched defs:use (Results 1 - 8 of 8) sorted by relevance

/drivers/scsi/
H A Dsr.h39 unsigned use:1; /* is this device still supportable */ member in struct:scsi_cd
49 bool ignore_get_event:1; /* GET_EVENT is unreliable, use TUR */
52 /* We hold gendisk and scsi_device references on probe and use
/drivers/base/power/
H A Druntime.c1255 * @use: New value for use_autosuspend.
1260 void __pm_runtime_use_autosuspend(struct device *dev, bool use) argument
1267 dev->power.use_autosuspend = use;
/drivers/usb/class/
H A Dcdc-acm.h69 int use; member in struct:acm_wb
/drivers/target/iscsi/
H A Discsi_target_parameters.c146 u16 type_range, u8 use)
176 param->use = use;
589 new_param->use = param->use;
144 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
H A Discsi_target_parameters.h18 u8 use; member in struct:iscsi_param
142 * struct iscsi_param->use
148 #define IS_USE_LEADING_ONLY(p) ((p)->use & USE_LEADING_ONLY)
149 #define IS_USE_INITIAL_ONLY(p) ((p)->use & USE_INITIAL_ONLY)
150 #define IS_USE_ALL(p) ((p)->use & USE_ALL)
152 #define SET_USE_INITIAL_ONLY(p) ((p)->use |= USE_INITIAL_ONLY)
/drivers/tty/serial/
H A Dvr41xx_siu.c96 void vr41xx_use_irda(irda_use_t use) argument
107 if (use == FIR_USE_IRDA)
/drivers/media/video/omap3isp/
H A Disp.c337 * Set the average pixel clock required by the sensor. The ISP will use the
537 * To achieve this use the entity use_count field to track the number of users.
544 * close() handlers of video device nodes. It increments or decrements the use
548 * callback updates the use count of all entities in the source and sink sides
561 int use = 0; local
567 use += entity->use_count;
570 return use;
578 * Change the entity use count by @change. If the entity is a subdev update its
579 * power state by calling the core::s_power operation when the use count goes
612 * Walk the pipeline to update the use coun
657 omap3isp_pipeline_pm_use(struct media_entity *entity, int use) argument
[all...]
/drivers/net/wireless/b43/
H A Dphy_n.c3271 /* TODO use some definitions */
3627 /* TODO use some definitions */
3700 /* TODO use some definitions */
3993 u8 use; local
4076 use = 1;
4081 use = 1;
4086 use = 2;
4095 if (use == 1)

Completed in 630 milliseconds