Searched defs:set (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/drivers/pwm/
H A Dpwm-tipwmss.h31 extern u16 pwmss_submodule_state_change(struct device *dev, int set);
33 static inline u16 pwmss_submodule_state_change(struct device *dev, int set) argument
H A Dpwm-tipwmss.c36 u16 pwmss_submodule_state_change(struct device *dev, int set) argument
43 val |= set;
/drivers/gpu/drm/nouveau/core/include/subdev/
H A Dgpio.h31 int (*set)(struct nouveau_gpio *, int idx, u8 tag, u8 line, int state); member in struct:nouveau_gpio
H A Dvolt.h18 int (*set)(struct nouveau_volt *, u32 uv); member in struct:nouveau_volt
/drivers/staging/lustre/lustre/libcfs/
H A Dfail.c50 int __cfs_fail_check_set(__u32 id, __u32 value, int set) argument
75 if (set == CFS_FAIL_LOC_VALUE) {
94 if ((set == CFS_FAIL_LOC_ORSET || set == CFS_FAIL_LOC_RESET) &&
97 /* Lost race to set CFS_FAILED_BIT. */
105 switch (set) {
116 LASSERTF(0, "called with bad set %u\n", set);
124 int __cfs_fail_timeout_set(__u32 id, __u32 value, int ms, int set) argument
128 ret = __cfs_fail_check_set(id, value, set);
[all...]
/drivers/misc/mic/host/
H A Dmic_smpt.h26 * @set: Set the value for a particular SMPT entry.
30 void (*set)(struct mic_device *mdev, dma_addr_t dma_addr, u8 index); member in struct:mic_smpt_ops
/drivers/net/wireless/brcm80211/brcmfmac/
H A Dvendor.h51 * @set: get or set request(optional)
58 uint set; member in struct:brcmf_vndr_dcmd_hdr
H A Dfwil.c18 * are located to set and get variables to and from the firmware.
37 brcmf_fil_cmd_data(struct brcmf_if *ifp, u32 cmd, void *data, u32 len, bool set) argument
49 if (set)
/drivers/clk/
H A Dclk-gate.c35 * set2dis = 1 -> clear bit -> set = 0
36 * set2dis = 0 -> set bit -> set = 1
39 * set2dis = 1 -> set bit -> set = 1
40 * set2dis = 0 -> clear bit -> set = 0
47 int set = gate->flags & CLK_GATE_SET_TO_DISABLE ? 1 : 0; local
51 set ^= enable;
58 if (set)
63 if (set)
[all...]
/drivers/extcon/
H A Dextcon-palmas.c82 unsigned int set, id_src; local
86 PALMAS_USB_ID_INT_LATCH_SET, &set);
90 if ((set & PALMAS_USB_ID_INT_SRC_ID_GND) &&
98 } else if ((set & PALMAS_USB_ID_INT_SRC_ID_FLOAT) &&
107 (!(set & PALMAS_USB_ID_INT_SRC_ID_GND))) {
/drivers/media/pci/bt8xx/
H A Dbttv-audio-hook.c55 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
59 if (set) {
76 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
84 if (set) {
136 * input/output sound connection, so both must be set for output mode.
143 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
147 if (set) {
165 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
169 if (set) {
186 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
215 terratv_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
235 winfast2000_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
268 pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
299 fv2000s_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
329 windvr_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
357 adtvk503_audio(struct bttv *btv, struct v4l2_tuner *t, int set) argument
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dar9003_wow.c43 /* set rx disable bit */
67 /* set the transmit buffer */
112 u32 set, clr; local
120 /* set the registers for pattern */
128 /* set the registers for mask */
135 /* set the pattern length to be matched
159 set = (pattern_len & AR_WOW_LENGTH_MAX) <<
162 REG_RMW(ah, AR_WOW_LENGTH1, set, clr);
165 set = (pattern_len & AR_WOW_LENGTH_MAX) <<
168 REG_RMW(ah, AR_WOW_LENGTH2, set, cl
245 u32 set, clr; local
[all...]
/drivers/staging/lustre/lustre/lov/
H A Dlov_merge.c150 struct lov_stripe_md *lsm, int stripeno, int *set)
154 if (*set) {
185 *set += 1;
149 lov_merge_attrs(struct obdo *tgt, struct obdo *src, u64 valid, struct lov_stripe_md *lsm, int stripeno, int *set) argument
/drivers/staging/unisys/uislib/
H A Duisqueue.c38 unsigned long long set)
46 j = cmpxchg((__force unsigned long long *)tgt, i, i | set);
56 unsigned long long set)
64 j = cmpxchg((__force unsigned long long *)tgt, i, i & set);
37 uisqueue_interlocked_or(unsigned long long __iomem *tgt, unsigned long long set) argument
55 uisqueue_interlocked_and(unsigned long long __iomem *tgt, unsigned long long set) argument
/drivers/atm/
H A DuPD98402.c62 const char *set; local
67 set = sonet;
70 set = sdh;
76 PUT(set[0],C11T);
77 PUT(set[1],C12T);
78 PUT(set[2],C13T);
79 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] <<
/drivers/gpio/
H A Dgpio-syscon.c40 * set: HW specific callback to assigns output value
50 void (*set)(struct gpio_chip *chip, member in struct:syscon_gpio_data
130 priv->data->set(chip, offset, val);
171 .set = keystone_gpio_set,
236 priv->chip.set = priv->data->set ? : syscon_gpio_set;
/drivers/irqchip/
H A Dirq-sirfsoc.c37 unsigned int set = IRQ_LEVEL; local
40 handle_level_irq, clr, set, IRQ_GC_INIT_MASK_CACHE);
/drivers/media/usb/gspca/
H A Dstv0680.c49 static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val, argument
56 switch (set) {
81 set, req, ret);
/drivers/media/usb/tm6000/
H A Dtm6000-stds.c27 MODULE_PARM_DESC(tm6010_a_mode, "set tm6010 sif audio mode");
348 /* set mono or stereo */
459 static int tm6000_load_std(struct tm6000_core *dev, struct tm6000_reg_settings *set) argument
464 for (i = 0; set[i].req; i++) {
465 rc = tm6000_set_reg(dev, set[i].req, set[i].reg, set[i].value);
469 rc, set[i].req, set[i].reg, set[
[all...]
/drivers/net/phy/
H A Dbroadcom.c172 * Here, bit 0 _disables_ CLK125 when set.
173 * This bit is set by default.
178 /* Here, bit 0 _enables_ CLK125 when set */
289 * Select 1000BASE-X register set (primary SerDes)
373 /* Then we can set up the delay. */
401 static int brcm_phy_setbits(struct phy_device *phydev, int reg, int set) argument
409 return phy_write(phydev, reg, val | set);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h43 bool set; /* indicates if timer is active */ member in struct:brcms_timer
/drivers/pnp/
H A Dmanager.c28 /* when the resource already exists, set its resource bits from rule */
43 pnp_dbg(&dev->dev, " io %d already set to %#llx-%#llx "
86 pnp_dbg(&dev->dev, " mem %d already set to %#llx-%#llx "
145 pnp_dbg(&dev->dev, " irq %d already set to %d flags %#lx\n",
204 pnp_dbg(&dev->dev, " dma %d already set to %d flags %#lx\n",
255 * @set: the dependent function number
257 static int pnp_assign_resources(struct pnp_dev *dev, int set) argument
264 pnp_dbg(&dev->dev, "pnp_assign_resources, try dependent set %d\n", set);
270 pnp_option_set(option) != set)
[all...]
/drivers/s390/cio/
H A Didset.c25 struct idset *set; local
27 set = vmalloc(sizeof(struct idset) + bitmap_size(num_ssid, num_id));
28 if (set) {
29 set->num_ssid = num_ssid;
30 set->num_id = num_id;
31 memset(set->bitmap, 0, bitmap_size(num_ssid, num_id));
33 return set;
36 void idset_free(struct idset *set) argument
38 vfree(set);
41 void idset_clear(struct idset *set) argument
46 idset_fill(struct idset *set) argument
51 idset_add(struct idset *set, int ssid, int id) argument
56 idset_del(struct idset *set, int ssid, int id) argument
61 idset_contains(struct idset *set, int ssid, int id) argument
66 idset_get_first(struct idset *set, int *ssid, int *id) argument
83 idset_sch_add(struct idset *set, struct subchannel_id schid) argument
88 idset_sch_del(struct idset *set, struct subchannel_id schid) argument
94 idset_sch_del_subseq(struct idset *set, struct subchannel_id schid) argument
101 idset_sch_contains(struct idset *set, struct subchannel_id schid) argument
106 idset_sch_get_first(struct idset *set, struct subchannel_id *schid) argument
121 idset_is_empty(struct idset *set) argument
[all...]
/drivers/s390/scsi/
H A Dzfcp_ccw.c141 * the SCSI stack, that the QDIO queues will be set up and that the
177 * @set: Status flags to set.
183 static int zfcp_ccw_offline_sync(struct ccw_device *cdev, int set, char *tag) argument
190 zfcp_erp_set_adapter_status(adapter, set);
/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_fail.h45 int __cfs_fail_check_set(__u32 id, __u32 value, int set);
46 int __cfs_fail_timeout_set(__u32 id, __u32 value, int ms, int set);
78 int set, int quiet)
83 (ret = __cfs_fail_check_set(id, value, set)))) {
123 static inline int cfs_fail_timeout_set(__u32 id, __u32 value, int ms, int set) argument
126 return __cfs_fail_timeout_set(id, value, ms, set);
77 cfs_fail_check_set(__u32 id, __u32 value, int set, int quiet) argument

Completed in 6355 milliseconds

1234567891011>>