Searched refs:set (Results 51 - 75 of 430) sorted by relevance

1234567891011>>

/drivers/video/console/
H A Dfbcon_cw.c222 cursor.set = 0;
240 cursor.set |= FB_CUR_SETIMAGE;
260 cursor.set |= FB_CUR_SETCMAP;
268 cursor.set |= FB_CUR_SETSIZE;
279 cursor.set |= FB_CUR_SETPOS;
285 cursor.set |= FB_CUR_SETHOT;
288 if (cursor.set & FB_CUR_SETSIZE ||
310 cursor.set |= FB_CUR_SETSHAPE;
H A Dfbcon_ud.c269 cursor.set = 0;
287 cursor.set |= FB_CUR_SETIMAGE;
307 cursor.set |= FB_CUR_SETCMAP;
315 cursor.set |= FB_CUR_SETSIZE;
326 cursor.set |= FB_CUR_SETPOS;
332 cursor.set |= FB_CUR_SETHOT;
335 if (cursor.set & FB_CUR_SETSIZE ||
350 cursor.set |= FB_CUR_SETSHAPE;
/drivers/media/video/gspca/stv06xx/
H A Dstv06xx_vv6410.c59 .set = vv6410_set_hflip,
73 .set = vv6410_set_vflip,
87 .set = vv6410_set_analog_gain,
101 .set = vv6410_set_exposure,
/drivers/net/ethernet/cisco/enic/
H A Denic.h55 /* enic port profile set flags */
63 u32 set; member in struct:enic_port_profile
H A Denic_pp.c85 if (!(pp->set & ENIC_SET_NAME) || !strlen(pp->name))
117 if (pp->set & ENIC_SET_INSTANCE) {
124 if (pp->set & ENIC_SET_HOST) {
/drivers/net/irda/
H A Dirtty-sir.c141 * This function can be used by dongles etc. to set or reset the status
148 int set = 0; local
155 set |= TIOCM_RTS;
159 set |= TIOCM_DTR;
170 priv->tty->ops->tiocmset(priv->tty, set, clear);
/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h41 bool set; /* indicates if timer is active */ member in struct:brcms_timer
/drivers/pnp/
H A Dmanager.c27 pnp_dbg(&dev->dev, " io %d already set to %#llx-%#llx "
70 pnp_dbg(&dev->dev, " mem %d already set to %#llx-%#llx "
128 pnp_dbg(&dev->dev, " irq %d already set to %d flags %#lx\n",
187 pnp_dbg(&dev->dev, " dma %d already set to %d flags %#lx\n",
234 * @set: the dependent function number
236 static int pnp_assign_resources(struct pnp_dev *dev, int set) argument
243 pnp_dbg(&dev->dev, "pnp_assign_resources, try dependent set %d\n", set);
249 pnp_option_set(option) != set)
325 if (dev->protocol->set(de
[all...]
/drivers/tty/hvc/
H A Dhvc_console.h77 /* tiocmget/set implementation */
79 int (*tiocmset)(struct hvc_struct *hp, unsigned int set, unsigned int clear);
H A Dhvc_opal.c138 static int hvc_opal_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, argument
143 pr_devel("HVSI@%x: Set modem control, set=%x,clr=%x\n",
144 hp->vtermno, set, clear);
146 if (set & TIOCM_DTR)
H A Dhvc_vio.c207 static int hvterm_hvsi_tiocmset(struct hvc_struct *hp, unsigned int set, argument
212 pr_devel("HVSI@%x: Set modem control, set=%x,clr=%x\n",
213 pv->termno, set, clear);
215 if (set & TIOCM_DTR)
/drivers/usb/serial/
H A Dmetro-usb.c113 /* Continue trying to read if set. */
217 "%s - set modem ctrl=0x%x failed, error code=%d\n",
303 unsigned int set, unsigned int clear)
311 dev_dbg(tty->dev, "%s - set=%d, clear=%d\n", __func__, set, clear);
317 if (set & TIOCM_RTS)
319 if (set & TIOCM_DTR)
302 metrousb_tiocmset(struct tty_struct *tty, unsigned int set, unsigned int clear) argument
/drivers/uwb/
H A Dallocator.c88 * Find the best column set for a given availability, interval, num safe mas and
95 * set 1 -> { 8 }
97 * set 1 -> { 4 }
98 * set 2 -> { 12 }
100 * set 1 -> { 2 }
101 * set 2 -> { 6 }
102 * set 3 -> { 10 }
103 * set 4 -> { 14 }
105 * set 1 -> { 1 }
106 * set
143 int deep, set, col, start_col_deep, col_start_set; local
[all...]
/drivers/video/aty/
H A Dmach64_cursor.c87 /* set position */
88 if (cursor->set & FB_CUR_SETPOS) {
123 if (cursor->set & FB_CUR_SETCMAP) {
142 if (cursor->set & (FB_CUR_SETSHAPE | FB_CUR_SETIMAGE)) {
/drivers/tty/ipwireless/
H A Dtty.c205 * This may sleep if ->low_latency is set
340 static int set_control_lines(struct ipw_tty *tty, unsigned int set, argument
345 if (set & TIOCM_RTS) {
356 if (set & TIOCM_DTR) {
404 unsigned int set, unsigned int clear)
415 return set_control_lines(tty, set, clear);
403 ipw_tiocmset(struct tty_struct *linux_tty, unsigned int set, unsigned int clear) argument
/drivers/media/video/gspca/m5602/
H A Dm5602_mt9m111.c65 .set = mt9m111_set_vflip,
79 .set = mt9m111_set_hflip,
94 .set = mt9m111_set_gain,
108 .set = mt9m111_set_auto_white_balance,
123 .set = mt9m111_set_green_balance,
138 .set = mt9m111_set_blue_balance,
153 .set = mt9m111_set_red_balance,
H A Dm5602_s5k4aa.c156 .set = s5k4aa_set_vflip,
170 .set = s5k4aa_set_hflip,
185 .set = s5k4aa_set_gain,
200 .set = s5k4aa_set_exposure,
214 .set = s5k4aa_set_noise,
228 .set = s5k4aa_set_brightness,
/drivers/staging/media/easycap/
H A Deasycap_ioctl.c45 u16 reg, set; local
138 set = 0x00;
142 set = 0x95;
148 rc = write_saa(peasycap->pusb_device, reg, set);
150 SAM("ERROR: failed to set SAA register "
151 "0x%02X to 0x%02X for JP standard\n", reg, set);
163 set = 0x48;
169 rc = write_saa(peasycap->pusb_device, reg, set);
171 SAM("ERROR: failed to set SAA register 0x%02X to 0x%02X "
172 "for JP standard\n", reg, set);
[all...]
/drivers/media/video/ivtv/
H A Divtv-ioctl.c63 static u16 select_service_from_set(int field, int line, u16 set, int is_pal) argument
68 set = set & valid_set;
69 if (set == 0 || !valid_service_line(field, line, is_pal)) {
73 if (line == 21 && (set & V4L2_SLICED_CAPTION_525))
77 if (line == 16 && field == 0 && (set & V4L2_SLICED_VPS))
79 if (line == 23 && field == 0 && (set & V4L2_SLICED_WSS_625))
85 if ((1 << i) & set)
93 u16 set = fmt->service_set; local
99 fmt->service_lines[f][l] = select_service_from_set(f, l, set, is_pa
118 u16 set = 0; local
1209 int set = itv->is_50hz ? V4L2_SLICED_VBI_625 : V4L2_SLICED_VBI_525; local
[all...]
/drivers/net/ethernet/micrel/
H A Dksz884x.c1245 * @intr_set: Current interrup set.
1258 * @promiscuous: Counter to keep track of promiscuous mode set.
1259 * @all_multi: Counter to keep track of all multicast mode set.
1419 * @wol_enable: Wake-on-LAN enable set by ethtool.
1937 * This function checks whether the specified bits of the port register are set
1940 * Return 0 if the bits are not set.
1954 * port_cfg - set port register bits
1958 * @bits: The data bits to set.
1959 * @set: The flag indicating whether the bits are to be set o
1963 port_cfg(struct ksz_hw *hw, int port, int offset, u16 bits, int set) argument
2011 port_cfg_shift(struct ksz_hw *hw, int port, u32 addr, int shift, int set) argument
2108 sw_cfg(struct ksz_hw *hw, u32 addr, u16 bits, int set) argument
2122 port_cfg_broad_storm(struct ksz_hw *hw, int p, int set) argument
2280 port_cfg_back_pressure(struct ksz_hw *hw, int p, int set) argument
2286 port_cfg_force_flow_ctrl(struct ksz_hw *hw, int p, int set) argument
2306 port_cfg_dis_learn(struct ksz_hw *hw, int p, int set) argument
2312 port_cfg_rx(struct ksz_hw *hw, int p, int set) argument
2318 port_cfg_tx(struct ksz_hw *hw, int p, int set) argument
2324 sw_cfg_fast_aging(struct ksz_hw *hw, int set) argument
2364 port_cfg_dis_non_vid(struct ksz_hw *hw, int p, int set) argument
2370 port_cfg_in_filter(struct ksz_hw *hw, int p, int set) argument
2390 port_cfg_mirror_sniffer(struct ksz_hw *hw, int p, int set) argument
2396 port_cfg_mirror_rx(struct ksz_hw *hw, int p, int set) argument
2402 port_cfg_mirror_tx(struct ksz_hw *hw, int p, int set) argument
2408 sw_cfg_mirror_rx_tx(struct ksz_hw *hw, int set) argument
2425 sw_cfg_unk_def_deliver(struct ksz_hw *hw, int set) argument
2437 sw_cfg_unk_def_port(struct ksz_hw *hw, int port, int set) argument
2449 port_cfg_diffserv(struct ksz_hw *hw, int p, int set) argument
2455 port_cfg_802_1p(struct ksz_hw *hw, int p, int set) argument
2461 port_cfg_replace_vid(struct ksz_hw *hw, int p, int set) argument
2467 port_cfg_prio(struct ksz_hw *hw, int p, int set) argument
2527 sw_cfg_replace_null_vid(struct ksz_hw *hw, int set) argument
2543 sw_cfg_replace_vid(struct ksz_hw *hw, int port, int set) argument
3523 hw_cfg_wol_pme(struct ksz_hw *hw, int set) argument
3548 hw_cfg_wol(struct ksz_hw *hw, u16 frame, int set) argument
[all...]
/drivers/staging/crystalhd/
H A Dcrystalhd_lnx.c112 static inline int crystalhd_user_data(unsigned long ud, void *dr, int size, int set) argument
121 if (set)
197 unsigned long ua, int set)
207 rc = crystalhd_user_data(ua, &io->udata, sizeof(io->udata), set);
209 BCMLOG_ERR("failed to %s iodata\n", (set ? "set" : "get"));
218 if (set)
195 chd_dec_proc_user_data(struct crystalhd_adp *adp, struct crystalhd_ioctl_data *io, unsigned long ua, int set) argument
/drivers/media/video/gspca/
H A Dstv0680.c53 static int stv_sndctrl(struct gspca_dev *gspca_dev, int set, u8 req, u16 val, argument
60 switch (set) {
85 set, req, ret);
/drivers/net/wireless/bcmdhd/
H A Dwldev_common.c51 struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set)
61 ioc.set = set;
358 WLDEV_ERROR(("%s: set country failed due to Disassoc error %d\n",
369 WLDEV_ERROR(("%s: set country for %s as %s rev %d failed\n",
374 WLDEV_ERROR(("%s: set country for %s as %s rev %d\n",
50 wldev_ioctl( struct net_device *dev, u32 cmd, void *arg, u32 len, u32 set) argument
/drivers/staging/sbe-2t3e3/
H A Dctrl.c294 void t3e3_if_config(struct channel *sc, u32 cmd, char *set, argument
297 t3e3_param_t *param = (t3e3_param_t *)set;
298 u32 *data = (u32 *)set;
/drivers/gpio/
H A Dgpio-tps65910.c96 tps65910->gpio.set = tps65910_gpio_set;

Completed in 572 milliseconds

1234567891011>>