Home
last modified time | relevance | path

Searched refs:get (Results 1 – 25 of 146) sorted by relevance

123456

/drivers/misc/sgi-xp/
Dxpc_sn2.c1638 ch_sn2->local_GP->get = 0; in xpc_teardown_msg_structures_sn2()
1640 ch_sn2->remote_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1642 ch_sn2->w_local_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1644 ch_sn2->w_remote_GP.get = 0; in xpc_teardown_msg_structures_sn2()
1669 s64 get = ch->sn.sn2.w_remote_GP.get - 1; in xpc_notify_senders_sn2() local
1671 while (++get < put && atomic_read(&ch->n_to_notify) > 0) { in xpc_notify_senders_sn2()
1673 notify = &ch->sn.sn2.notify_queue[get % ch->local_nentries]; in xpc_notify_senders_sn2()
1694 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2()
1701 (void *)notify, get, ch->partid, ch->number); in xpc_notify_senders_sn2()
1720 s64 get; in xpc_clear_local_msgqueue_flags_sn2() local
[all …]
/drivers/s390/char/
Dtape_char.c424 struct mtget get; in tapechar_ioctl() local
426 memset(&get, 0, sizeof(get)); in tapechar_ioctl()
427 get.mt_type = MT_ISUNKNOWN; in tapechar_ioctl()
428 get.mt_resid = 0 /* device->devstat.rescnt */; in tapechar_ioctl()
429 get.mt_dsreg = device->tape_state; in tapechar_ioctl()
431 get.mt_gstat = 0; in tapechar_ioctl()
432 get.mt_erreg = 0; in tapechar_ioctl()
433 get.mt_fileno = 0; in tapechar_ioctl()
434 get.mt_gstat = device->tape_generic_status; in tapechar_ioctl()
443 get.mt_gstat |= GMT_BOT(~0); in tapechar_ioctl()
[all …]
/drivers/hwmon/
DKconfig35 If you say yes here you get support for the sensor part of the first
50 If you say yes here you get support for the sensor part of the
64 If you say yes here you get support for the Analog Devices
74 If you say yes here you get support for the Analog Devices
84 If you say yes here you get support for the National Semiconductor
100 If you say yes here you get support for Analog Devices ADM1021
113 If you say yes here you get support for Analog Devices ADM1025
124 If you say yes here you get support for Analog Devices ADM1026
134 If you say yes here you get support for Analog Devices ADM1029
145 If you say yes here you get support for Analog Devices ADM1031
[all …]
/drivers/rtc/
DKconfig125 If you say yes here you get support for the
144 If you say yes here you get support for various compatible RTC
162 If you say yes here you get support for Dallas Semiconductor
172 If you say yes here you get support for the
181 If you say yes here you will get support for the
190 If you say yes here you get support for the
199 If you say yes here you get support for the
208 If you say yes here you get support for the
217 If you say yes here you get support for the
227 If you say yes here you get support for the Philips PCF8583
[all …]
/drivers/media/video/gspca/stv06xx/
Dstv06xx_pb0100.h154 .get = pb0100_get_gain
168 .get = pb0100_get_red_balance
182 .get = pb0100_get_blue_balance
196 .get = pb0100_get_exposure
210 .get = pb0100_get_autogain
224 .get = pb0100_get_autogain_target
238 .get = pb0100_get_natural
Dstv06xx_vv6410.h214 .get = vv6410_get_hflip
226 .get = vv6410_get_vflip
238 .get = vv6410_get_analog_gain
/drivers/i2c/chips/
DKconfig13 If you say yes here you get support for Dallas Semiconductor
24 If you say yes here you get support for Philips PCF8574 and
41 If you say yes here you get support for Philips PCF8575 chip.
58 If you say yes here you get support for the Philips PCA9539
72 If you say yes here you get support for Philips PCF8591 chips.
84 If you say yes here you get support for the Maxim MAX6875
99 If you say yes here you get support for the Taos TSL2550
109 If you say yes here you get support for the Philips PCA963X
/drivers/media/video/gspca/m5602/
Dm5602_ov9650.h176 .get = ov9650_get_exposure
189 .get = ov9650_get_gain
201 .get = ov9650_get_red_balance
213 .get = ov9650_get_blue_balance
225 .get = ov9650_get_hflip
237 .get = ov9650_get_vflip
249 .get = ov9650_get_auto_white_balance
261 .get = ov9650_get_auto_gain
Dm5602_po1030.h168 .get = po1030_get_gain
181 .get = po1030_get_exposure
194 .get = po1030_get_red_balance
207 .get = po1030_get_blue_balance
219 .get = po1030_get_hflip
231 .get = po1030_get_vflip
Dm5602_s5k4aa.h99 .get = s5k4aa_get_vflip
112 .get = s5k4aa_get_hflip
126 .get = s5k4aa_get_gain
139 .get = s5k4aa_get_exposure
Dm5602_s5k83a.h81 .get = s5k83a_get_brightness
95 .get = s5k83a_get_whiteness,
108 .get = s5k83a_get_gain
120 .get = s5k83a_get_hflip
132 .get = s5k83a_get_vflip
/drivers/net/usb/
Drndis_host.c228 struct rndis_query *get; in rndis_query() member
235 memset(u.get, 0, sizeof *u.get + in_len); in rndis_query()
236 u.get->msg_type = RNDIS_MSG_QUERY; in rndis_query()
237 u.get->msg_len = cpu_to_le32(sizeof *u.get + in_len); in rndis_query()
238 u.get->oid = oid; in rndis_query()
239 u.get->len = cpu_to_le32(in_len); in rndis_query()
240 u.get->offset = ccpu2(20); in rndis_query()
280 struct rndis_query *get; in generic_rndis_bind() member
/drivers/base/
Dmap.c25 kobj_probe_t *get; member
51 p->get = probe; in kobj_map()
117 probe = p->get; in kobj_lookup()
150 base->get = base_probe; in kobj_map_init()
/drivers/media/video/gspca/
Dt613.c93 .get = sd_getbrightness,
107 .get = sd_getcontrast,
121 .get = sd_getcolors,
136 .get = sd_getgamma,
152 .get = sd_getlowlight,
166 .get = sd_getflip
180 .get = sd_getfreq},
194 .get = sd_getwhitebalance
208 .get = sd_getsharpness,
222 .get = sd_geteffect
Dpac7311.c117 .get = sd_getbrightness,
133 .get = sd_getcontrast,
150 .get = sd_getcolors,
167 .get = sd_getgain,
183 .get = sd_getexposure,
197 .get = sd_getautogain,
211 .get = sd_gethflip,
225 .get = sd_getvflip,
Dspca561.c1026 .get = sd_getwhite,
1039 .get = sd_getexposure,
1052 .get = sd_getautogain,
1065 .get = sd_getgain,
1081 .get = sd_getwhite,
1094 .get = sd_getbrightness,
1107 .get = sd_getcontrast,
1120 .get = sd_getautogain,
Dspca501.c75 .get = sd_getbrightness,
89 .get = sd_getcontrast,
103 .get = sd_getcolors,
117 .get = sd_getblue_balance,
131 .get = sd_getred_balance,
/drivers/char/
Dser_a2232fw.ax163 =saveCD ldx CDHead ; get write index ;
183 lda SoftFlow\1 ; get XON/XOFF flag ;
185 lda Param\1 ; get parameter ;
192 lda InHead\1 ; get write index ;
195 lda Command\1 ; get Command reg value ;
204 lda OutHead\1 ; get head ;
222 ldx InHead\1 ; get write pointer ;
223 lda #CTL_EVENT ; get type of byte ;
235 ldx InHead\1 ; get write index ;
275 lda obuf\1,x ; get a char from buffer ;
/drivers/staging/rspiusb/
DTODO3 It needs lots of work to get it into the main drivers/usb/ subdirectory:
9 - get it to build properly
/drivers/misc/eeprom/
DKconfig7 Enable this driver to get read/write support to most I2C EEPROMs,
33 Enable this driver to get read/write support to most SPI EEPROMs,
44 If you say yes here you get read-only access to the EEPROM data
/drivers/net/wireless/ath5k/
DKconfig27 Say Y, if and you will get debug options for ath5k.
33 You will get access to files under:
/drivers/staging/android/
Dlowmemorykiller.txt2 where processes with a range of oom_adj values will get killed. Specify the
15 and processes may not get killed until the normal oom killer is triggered.
/drivers/staging/agnx/
DTODO9 1: The RX get too much "CRC failed" pakets, it make the card work very unstable,
10 2: After running a while, the card will get infinity "RX Frame" and "Error"
/drivers/net/wan/
Ddlci.c230 static int dlci_config(struct net_device *dev, struct dlci_conf __user *conf, int get) in dlci_config() argument
241 if (!get) in dlci_config()
251 err = (*flp->dlci_conf)(dlp->slave, dev, get); in dlci_config()
255 if (get) in dlci_config()
/drivers/gpio/
Dgpiolib.c905 if (!chip || !chip->get || !chip->direction_input) in gpio_direction_input()
1037 return chip->get ? chip->get(chip, gpio - chip->base) : 0; in __gpio_get_value()
1109 return chip->get ? chip->get(chip, gpio - chip->base) : 0; in gpio_get_value_cansleep()
1141 chip->get in gpiolib_dbg_show()
1142 ? (chip->get(chip, i) ? "hi" : "lo") in gpiolib_dbg_show()

123456