Searched refs:set (Results 26 - 50 of 430) sorted by relevance

1234567891011>>

/drivers/input/keyboard/
H A Datkbd.c39 module_param_named(set, atkbd_set, int, 0);
40 MODULE_PARM_DESC(set, "Select keyboard code set (2 = default, 3 = PS/2 native)");
213 unsigned char set; member in struct:atkbd
235 /* Serializes reconnect(), attr->set() and event work */
269 ATKBD_DEFINE_ATTR(set); variable
345 * keeping kernel 2.4 compatibility for set 2
349 if (atkbd->set == 3) {
461 "Unknown key %s (%s set %d, code %#x on %s).\n",
464 atkbd->set, cod
[all...]
/drivers/net/usb/
H A Drndis_host.c226 * specified by @in_len. If @reply_len is not set to -1 then the reply
310 struct rndis_set *set; member in union:__anon3086
431 /* set a nonzero filter to enable data transfers */
432 memset(u.set, 0, sizeof *u.set);
433 u.set->msg_type = RNDIS_MSG_SET;
434 u.set->msg_len = cpu_to_le32(4 + sizeof *u.set);
435 u.set->oid = OID_GEN_CURRENT_PACKET_FILTER;
436 u.set
[all...]
/drivers/media/video/saa7134/
H A Dsaa6752hs.c270 /* set it and wait for it to be so */
322 /* set the bitrate mode */
326 /* set the video bitrate */
328 /* set the target bitrate */
331 /* set the max bitrate */
335 /* set the target bitrate (no max bitrate for CBR) */
340 /* set the audio encoding */
344 /* set the audio bitrate */
360 /* set the total bitrate */
421 struct v4l2_ext_control *ctrl, int set)
420 handle_ctrl(int has_ac3, struct saa6752hs_mpeg_params *params, struct v4l2_ext_control *ctrl, int set) argument
796 saa6752hs_do_ext_ctrls(struct v4l2_subdev *sd, struct v4l2_ext_controls *ctrls, int set) argument
[all...]
/drivers/gpio/
H A Dgpio-sa1100.c60 .set = sa1100_gpio_set,
H A Dgpio-lpc32xx.c374 .set = lpc32xx_gpio_set_value_p012,
389 .set = lpc32xx_gpio_set_value_p012,
404 .set = lpc32xx_gpio_set_value_p012,
419 .set = lpc32xx_gpio_set_value_p3,
445 .set = lpc32xx_gpo_set_value,
/drivers/net/wireless/b43/
H A Ddebugfs.c125 unsigned int routing, addr, mask, set; local
130 &routing, &addr, &mask, &set);
141 if ((mask > 0xFFFF) || (set > 0xFFFF))
149 val |= set;
201 unsigned int routing, addr, mask, set; local
206 &routing, &addr, &mask, &set);
217 if ((mask > 0xFFFFFFFF) || (set > 0xFFFFFFFF))
225 val |= set;
273 unsigned int addr, mask, set; local
277 res = sscanf(buf, "0x%X 0x%X 0x%X", &addr, &mask, &set);
337 unsigned int addr, mask, set; local
[all...]
/drivers/net/wireless/bcmdhd/
H A Ddhd_bus.h82 void *params, int plen, void *arg, int len, bool set);
H A Ddhd_proto.h78 void *params, int plen, void *arg, int len, bool set);
/drivers/net/wireless/bcmdhd/include/
H A Ddhdioctl.h47 bool set; /* get or set request (optional) */ member in struct:dhd_ioctl
/drivers/usb/serial/
H A Dusb-wwan.h20 unsigned int set, unsigned int clear);
H A Dssu100.c140 #define set_mctrl(dev, set) update_mctrl((dev), (set), 0)
144 static inline int update_mctrl(struct usb_device *dev, unsigned int set, argument
150 if (((set | clear) & (TIOCM_DTR | TIOCM_RTS)) == 0) {
151 dbg("%s - DTR|RTS not being set|cleared", __func__);
155 clear &= ~set; /* 'set' takes precedence over 'clear' */
157 if (set & TIOCM_DTR)
159 if (set & TIOCM_RTS)
196 dbg("%s - set prebuffe
519 ssu100_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
[all...]
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_pb0100.c63 .set = pb0100_set_gain,
77 .set = pb0100_set_red_balance,
91 .set = pb0100_set_blue_balance,
105 .set = pb0100_set_exposure,
119 .set = pb0100_set_autogain,
133 .set = pb0100_set_autogain_target,
147 .set = pb0100_set_natural,
/drivers/staging/mei/
H A Dmei-amt-version.c180 fd_set set; local
195 FD_ZERO(&set);
196 FD_SET(me->fd, &set);
197 rc = select(me->fd + 1 , &set, NULL, NULL, &tv);
198 if (rc > 0 && FD_ISSET(me->fd, &set)) {
/drivers/gpu/drm/radeon/
H A Dradeon_asic.c158 .set = &r100_irq_set,
232 .set = &r100_irq_set,
306 .set = &r100_irq_set,
380 .set = &r100_irq_set,
454 .set = &r100_irq_set,
528 .set = &r100_irq_set,
602 .set = &rs600_irq_set,
676 .set = &rs600_irq_set,
750 .set = &rs600_irq_set,
824 .set
[all...]
/drivers/media/video/cx18/
H A Dcx18-ioctl.c69 * For a (field, line, std) and inbound potential set of services for that line,
70 * return the first valid service of those passed in the incoming set for that
75 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) argument
80 set = set & valid_set;
81 if (set == 0 || !valid_service_line(field, line, is_pal))
84 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
87 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
89 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
95 if ((1 << i) & set)
107 u16 set = fmt->service_set; local
124 u16 set = 0; local
139 u16 set = 0; local
712 int set = cx->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525; local
[all...]
/drivers/media/dvb/frontends/
H A Ddvb-pll.c64 void (*set)(struct dvb_frontend *fe, u8 *buf); member in struct:dvb_pll_desc
106 .set = thomson_dtt759x_bw,
199 .set = tda665x_bw,
235 .set = tua6034_bw,
258 .set = tded4_bw,
380 .set = opera1_bw,
426 .set = samsung_dtos403ih102a_set,
567 if (desc->set)
568 desc->set(fe, buf);
574 // calculate the frequency we set i
[all...]
/drivers/media/video/gspca/m5602/
H A Dm5602_po1030.c72 .set = po1030_set_gain,
87 .set = po1030_set_exposure,
102 .set = po1030_set_red_balance,
117 .set = po1030_set_blue_balance,
131 .set = po1030_set_hflip,
145 .set = po1030_set_vflip,
159 .set = po1030_set_auto_white_balance,
173 .set = po1030_set_auto_exposure,
188 .set = po1030_set_green_balance,
H A Dm5602_ov7660.c51 .set = ov7660_set_gain,
67 .set = ov7660_set_auto_white_balance,
81 .set = ov7660_set_auto_gain,
95 .set = ov7660_set_auto_exposure,
109 .set = ov7660_set_hflip,
123 .set = ov7660_set_vflip,
/drivers/net/hyperv/
H A Drndis_filter.c81 struct rndis_set_request *set; local
99 set = &rndis_msg->msg.set_req;
100 set->req_id = atomic_inc_return(&dev->new_req_id);
531 struct rndis_set_request *set; local
547 /* Setup the rndis set */
548 set = &request->request_msg.msg.set_req;
549 set->oid = RNDIS_OID_GEN_CURRENT_PACKET_FILTER;
550 set->info_buflen = sizeof(u32);
551 set->info_buf_offset = sizeof(struct rndis_set_request);
553 memcpy((void *)(unsigned long)set
[all...]
/drivers/ide/
H A Dide-devsets.c166 return setting->set(drive, arg);
173 rq->special = setting->set;
/drivers/media/dvb/dvb-core/
H A Ddemux.h77 /* TS filter type for set() */
80 #define TS_PAYLOAD_ONLY 2 /* in case TS_PACKET is set, only send the TS
83 #define TS_DEMUX 8 /* in case TS_PACKET is set, send the TS to
129 int (*set) (struct dmx_ts_feed *feed, member in struct:dmx_ts_feed
163 int (*set) (struct dmx_section_feed* feed, member in struct:dmx_section_feed
/drivers/media/video/tm6000/
H A Dtm6000-stds.c27 MODULE_PARM_DESC(tm6010_a_mode, "set tm6010 sif audio mode");
349 /* set mono or stereo */
461 static int tm6000_load_std(struct tm6000_core *dev, struct tm6000_reg_settings *set) argument
466 for (i = 0; set[i].req; i++) {
467 rc = tm6000_set_reg(dev, set[i].req, set[i].reg, set[i].value);
471 rc, set[i].req, set[i].reg, set[
[all...]
/drivers/net/irda/
H A Dw83977af_ir.h56 #define UFR_RXTL 0x80 /* Rx FIFO threshold (set to 16) */
57 #define UFR_TXTL 0x20 /* Tx FIFO threshold (set to 17) */
193 static inline void switch_bank( int iobase, int set) argument
195 outb(set, iobase+SSR);
/drivers/video/console/
H A Dbitblit.c249 cursor.set = 0;
267 cursor.set |= FB_CUR_SETIMAGE;
287 cursor.set |= FB_CUR_SETCMAP;
295 cursor.set |= FB_CUR_SETPOS;
303 cursor.set |= FB_CUR_SETSIZE;
309 cursor.set |= FB_CUR_SETHOT;
312 if (cursor.set & FB_CUR_SETSIZE ||
327 cursor.set |= FB_CUR_SETSHAPE;
H A Dfbcon_ccw.c238 cursor.set = 0;
256 cursor.set |= FB_CUR_SETIMAGE;
276 cursor.set |= FB_CUR_SETCMAP;
284 cursor.set |= FB_CUR_SETSIZE;
295 cursor.set |= FB_CUR_SETPOS;
301 cursor.set |= FB_CUR_SETHOT;
304 if (cursor.set & FB_CUR_SETSIZE ||
326 cursor.set |= FB_CUR_SETSHAPE;

Completed in 3443 milliseconds

1234567891011>>