Searched refs:status (Results 276 - 300 of 3329) sorted by relevance

<<11121314151617181920>>

/drivers/net/wireless/ath/ath6kl/
H A Dinit.c285 int status; local
290 status = ath6kl_htc_conn_service(ar->htc_target, con_req, &response);
291 if (status) {
292 ath6kl_err("failed to connect to %s service status:%d\n",
293 desc, status);
294 return status;
418 int status; local
427 status = ath6kl_bmi_write_hi32(ar, hi_mbox_io_block_sz, blk_size);
428 if (status) {
439 status
539 int i, status; local
1421 int status = 0; local
[all...]
/drivers/gpio/
H A Dgpio-twl4030.c209 int status = 0; local
227 status = twl_i2c_write_u8(TWL4030_MODULE_LED, 0x7f, reg + 1);
228 if (status < 0)
232 status = twl_i2c_write_u8(TWL4030_MODULE_LED, 0x7f, reg);
233 if (status < 0)
237 status = twl_i2c_read_u8(TWL4030_MODULE_LED, &cached_leden,
239 if (status < 0)
242 status = twl_i2c_write_u8(TWL4030_MODULE_LED, cached_leden,
244 if (status < 0)
247 status
317 int status = 0; local
558 int status; local
575 int status; local
[all...]
/drivers/platform/x86/
H A Dacer-wmi.c155 u16 commun_devices; /* Communication type devices default status */
156 u16 devices; /* Other type devices default status */
645 acpi_status status; local
649 status = wmi_evaluate_method(AMW0_GUID1, 1, 1, &input, result);
651 return status;
768 acpi_status status = AE_OK; local
775 status = wmab_execute(&args, &out);
776 if (ACPI_FAILURE(status))
777 return status;
827 acpi_status status; local
919 acpi_status status; local
947 acpi_status status; local
1027 acpi_status status; local
1095 acpi_status status; local
1228 acpi_status status; local
1281 acpi_status status = AE_ERROR; local
1310 acpi_status status; local
1456 acpi_status status; local
1476 acpi_status status; local
1511 acpi_status status; local
1540 acpi_status status; local
1563 acpi_status status; local
1671 acpi_status status; local
1685 acpi_status status = set_u32(tmp, ACER_CAP_THREEG); local
1721 acpi_status status; local
1796 acpi_status status; local
1829 acpi_status status; local
1852 acpi_status status; local
1880 acpi_status status; local
1939 acpi_status status; local
1990 acpi_status status; local
[all...]
H A Dclassmate-laptop.c90 acpi_status status; local
102 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
103 return status;
110 acpi_status status; local
122 status = acpi_evaluate_object(handle, "ACMD", &input, NULL);
123 return status;
171 acpi_status status; local
183 status = acpi_evaluate_object(handle, "ACMD", &input, &output);
184 if (ACPI_SUCCESS(status)) {
193 return status;
200 acpi_status status; local
476 acpi_status status; local
491 acpi_status status; local
525 acpi_status status; local
549 acpi_status status; local
709 acpi_status status; local
805 acpi_status status; local
822 acpi_status status; local
837 acpi_status status; local
851 acpi_status status; local
877 acpi_status status; local
894 acpi_status status; local
909 acpi_status status; local
924 acpi_status status; local
[all...]
H A Dtoshiba_haps.c41 acpi_status status; local
43 status = acpi_evaluate_object(handle, "RSSS", NULL, NULL);
44 if (ACPI_FAILURE(status)) {
54 acpi_status status; local
56 status = acpi_execute_simple_method(handle, "PTLV", level);
57 if (ACPI_FAILURE(status)) {
156 acpi_status status; local
163 status = acpi_evaluate_integer(handle, "_STA", NULL,
165 if (ACPI_FAILURE(status) || !hdd_present) {
/drivers/dma/ioat/
H A Ddma.h226 u64 status; local
233 status = readl(chan->reg_base + IOAT_CHANSTS_OFFSET_HIGH(ver));
234 status <<= 32;
235 status |= status_lo;
237 return status;
245 u64 status; local
247 /* With IOAT v3.3 the status register is 64bit. */
249 status = readq(chan->reg_base + IOAT_CHANSTS_OFFSET(ver));
251 status = ioat_chansts_32(chan);
253 return status;
267 ioat_chansts_to_addr(u64 status) argument
310 is_ioat_active(unsigned long status) argument
315 is_ioat_idle(unsigned long status) argument
320 is_ioat_halted(unsigned long status) argument
325 is_ioat_suspended(unsigned long status) argument
[all...]
/drivers/gpu/drm/
H A Ddrm_probe_helper.c73 mode->status = MODE_NO_INTERLACE;
76 mode->status = MODE_NO_DBLESCAN;
79 mode->status = MODE_NO_STEREO;
118 mode->status = MODE_UNVERIFIED;
122 connector->status = connector_status_connected;
124 connector->status = connector_status_disconnected;
128 connector->status = connector->funcs->detect(connector, true);
137 if (connector->status == connector_status_disconnected) {
158 if (count == 0 && connector->status == connector_status_connected)
178 if (mode->status
[all...]
/drivers/pci/pcie/aer/
H A Daerdrv.c10 * handler will collect root port status and schedule a work.
138 /* Clear error status */
182 /* Clear Root's error status reg */
196 unsigned int status, id; local
210 /* Read error status */
211 pci_read_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, &status);
212 if (!(status & (PCI_ERR_ROOT_UNCOR_RCV|PCI_ERR_ROOT_COR_RCV))) {
217 /* Read error source and clear error status */
219 pci_write_config_dword(pdev->port, pos + PCI_ERR_ROOT_STATUS, status);
233 rpc->e_sources[rpc->prod_idx].status
305 int status; local
393 u32 status, mask; local
[all...]
/drivers/staging/ft1000/ft1000-usb/
H A Dft1000_hw.c286 int status = 0; local
289 status = ft1000_write_register(ft1000dev, HOST_INTF_BE,
291 status = ft1000_read_register(ft1000dev, &tempword,
296 status = ft1000_read_register(ft1000dev, &tempword,
299 status = ft1000_write_register(ft1000dev, tempword,
303 status = ft1000_read_register(ft1000dev, &tempword,
307 status = ft1000_write_register(ft1000dev, tempword,
309 status = ft1000_read_register(ft1000dev, &tempword,
313 status = ft1000_write_register(ft1000dev, tempword,
315 status
375 int status; local
952 int status; local
1058 int status; local
1147 int status; local
1490 int status; local
[all...]
/drivers/watchdog/
H A Dwdt_pci.c233 * @status: the new status.
235 * Extract the status information from a WDT watchdog device. There are
239 * we then map the bits onto the status ioctl flags.
242 static int wdtpci_get_status(int *status) argument
251 *status = 0;
253 *status |= WDIOF_EXTERN1;
255 *status |= WDIOF_EXTERN2;
258 *status |= WDIOF_OVERHEAT;
260 *status |
306 unsigned char status; local
397 int status; local
[all...]
/drivers/net/wireless/b43/
H A Dxmit.c416 * in the tx status easier. need the actual retry limit to
657 struct ieee80211_rx_status status; local
669 memset(&status, 0, sizeof(status));
691 status.flag |= RX_FLAG_FAILED_FCS_CRC;
694 status.flag |= RX_FLAG_FAILED_PLCP_CRC;
696 status.flag |= RX_FLAG_SHORTPRE;
739 status.flag |= RX_FLAG_DECRYPTED;
747 status.signal = max_t(__s8,
754 status
840 memcpy(IEEE80211_SKB_RXCB(skb), &status, sizeof(status)); local
851 b43_handle_txstatus(struct b43_wldev *dev, const struct b43_txstatus *status) argument
880 b43_fill_txstatus_report(struct b43_wldev *dev, struct ieee80211_tx_info *report, const struct b43_txstatus *status) argument
[all...]
/drivers/char/tpm/
H A Dtpm_i2c_stm_st33.c117 u8 status = 0; local
121 status = write8_reg(client, tpm_register, &data, 1);
122 if (status == 2)
123 status = i2c_master_recv(client, tpm_data, tpm_size);
124 return status;
169 * @return: the status of the interruption.
174 long status; local
181 status = wait_for_completion_interruptible_timeout(
184 if (status > 0)
188 return status;
194 int status = 2; local
252 u8 status; local
330 int burstcnt, status; local
371 u8 status; local
455 u32 status, i, size; local
571 tpm_st33_i2c_req_canceled(struct tpm_chip *chip, u8 status) argument
[all...]
/drivers/acpi/acpica/
H A Dnsrepair2.c171 * validate_status - Original status of earlier validation
190 acpi_status status; local
199 status = predefined->repair_function(info, return_object_ptr);
200 return (status);
254 acpi_status status; local
256 status = acpi_ns_check_sorted_list(info, return_object, 0, 2, 1,
260 return (status);
372 acpi_status status; local
382 status = acpi_ns_repair_HID(info, return_object_ptr);
383 return (status);
448 acpi_status status; local
685 acpi_status status; local
747 acpi_status status; local
[all...]
H A Dtbutils.c71 acpi_status status; local
80 status = acpi_get_table_by_index(ACPI_TABLE_INDEX_FACS,
84 return (status);
277 acpi_status status; local
347 status = acpi_tb_verify_checksum(table, length);
348 if (ACPI_FAILURE(status)) {
350 return_ACPI_STATUS(status);
381 status = acpi_tb_install_standard_table(address,
386 if (ACPI_SUCCESS(status) &&
H A Dexconvrt.c80 acpi_status status; local
127 status = acpi_ut_strtoul64((char *)pointer, flags, &result);
128 if (ACPI_FAILURE(status)) {
129 return_ACPI_STATUS(status);
581 acpi_status status = AE_OK; local
616 status = AE_TYPE;
632 status =
642 status =
652 status =
661 status
[all...]
/drivers/net/usb/
H A Dnet1080.c110 int status = usbnet_read_cmd(dev, req, local
115 if (status > 0)
116 status = 0;
117 if (!status)
119 return status;
237 static inline void nc_dump_status(struct usbnet *dev, u16 status) argument
240 "net1080 %s-%s status 0x%x: this (%c) PKT=%d%s%s%s; other PKT=%d%s%s%s; unspec 0x%x\n",
242 status,
247 (status & STATUS_PORT_A) ? 'A' : 'B',
248 STATUS_PACKETS_THIS(status),
282 u16 usbctl, status, ttl; local
329 u16 status; local
[all...]
/drivers/platform/goldfish/
H A Dgoldfish_pipe.c82 #define CMD_POLL 3 /* poll read/write status */
84 /* List of bitflags returned in status of CMD_POLL command */
103 /* Possible status values used to signal errors - see goldfish_pipe_error_convert */
157 u32 status; local
164 status = readl(dev->base + PIPE_REG_STATUS);
166 return status;
184 static int goldfish_pipe_error_convert(int status) argument
186 switch (status) {
243 struct goldfish_pipe *pipe, int *status)
262 *status
241 access_with_param(struct goldfish_pipe_dev *dev, const int cmd, unsigned long address, unsigned long avail, struct goldfish_pipe *pipe, int *status) argument
305 int status, wakeBit; local
418 int status; local
508 int32_t status; local
[all...]
/drivers/acpi/
H A Dpci_slot.c79 acpi_status status; local
87 status = acpi_evaluate_integer(handle, "_STA", NULL, &sta);
88 if (ACPI_SUCCESS(status) && !(sta & ACPI_STA_DEVICE_PRESENT))
92 status = acpi_evaluate_integer(handle, "_ADR", NULL, &adr);
93 if (ACPI_FAILURE(status)) {
94 dbg("_ADR returned %d on %s\n", status, (char *)buffer.pointer);
99 status = acpi_evaluate_integer(handle, "_SUN", NULL, sun);
100 if (ACPI_FAILURE(status)) {
101 dbg("_SUN returned %d on %s\n", status, (char *)buffer.pointer);
/drivers/media/usb/dvb-usb/
H A Dvp7045-fe.c21 * via its registers. This is used for status information.
29 static int vp7045_fe_read_status(struct dvb_frontend* fe, fe_status_t *status) argument
36 *status = 0;
38 *status |= FE_HAS_CARRIER;
40 *status |= FE_HAS_VITERBI;
42 *status |= FE_HAS_LOCK;
44 *status |= FE_HAS_SYNC;
46 *status |= FE_HAS_SIGNAL;
48 if ((*status & (FE_HAS_CARRIER | FE_HAS_VITERBI | FE_HAS_SYNC)) !=
50 *status
[all...]
/drivers/staging/comedi/drivers/
H A Ddt2815.c73 unsigned int status; local
75 status = inb(dev->iobase + DT2815_STATUS);
76 if (status == context)
190 unsigned int status; local
193 status = inb(dev->iobase + DT2815_STATUS);
194 if (status == 4) {
202 } else if (status != 0x00) {
204 "unexpected status 0x%x (@t=%d)\n",
205 status, i);
206 if (status
[all...]
/drivers/media/usb/au0828/
H A Dau0828-core.c78 int status = -ENODEV; local
83 status = usb_control_msg(dev->usbdev,
90 status = min(status, 0);
92 if (status < 0) {
94 __func__, status);
99 return status;
105 int status = -ENODEV; local
108 status = usb_control_msg(dev->usbdev,
115 status
[all...]
/drivers/net/wireless/rsi/
H A Drsi_91x_pkt.c25 * Return: status: 0 on success, -1 on failure.
34 int status = -EINVAL; local
54 status = -ENOSPC;
101 status = adapter->host_intf_write_pkt(common->priv,
104 if (status)
110 rsi_indicate_tx_status(common->priv, skb, status);
111 return status;
120 * Return: status: 0 on success, -1 on failure.
132 int status = -E2BIG; local
149 status
[all...]
/drivers/staging/wlan-ng/
H A Dprism2mgmt.c308 msg->numbss.status = P80211ENUM_msgitem_status_data_ok;
344 msg->resultcode.status = P80211ENUM_msgitem_status_data_ok;
380 req->resultcode.status = P80211ENUM_msgitem_status_data_ok;
404 req->signal.status = P80211ENUM_msgitem_status_data_ok;
405 req->noise.status = P80211ENUM_msgitem_status_data_ok;
410 req->bssid.status = P80211ENUM_msgitem_status_data_ok;
415 req->ssid.status = P80211ENUM_msgitem_status_data_ok;
430 req->basicrate ## N .status = \
448 req->supprate ## N .status = \
463 req->beaconperiod.status
[all...]
/drivers/usb/gadget/function/
H A Du_serial.c363 int status = 0; local
397 status = usb_ep_queue(in, req, GFP_ATOMIC);
400 if (status) {
402 __func__, "queue", in->name, status);
416 return status;
433 int status; local
452 status = usb_ep_queue(out, req, GFP_ATOMIC);
455 if (status) {
457 __func__, "queue", out->name, status);
500 switch (req->status) {
670 int status; local
721 int status; local
893 int status; local
913 int status; local
992 int status = 0; local
1168 int status; local
1288 int status; local
[all...]
/drivers/usb/serial/
H A Dquatech2.c51 /* status bytes for the device */
53 #define QT2_LINE_STATUS 0x00 /* following 1 byte is line status */
54 #define QT2_MODEM_STATUS 0x01 /* following 1 byte is modem status */
224 int status; local
239 status = qt2_setregister(dev, port_priv->device_port, UART_MCR,
241 if (status < 0)
244 status);
245 return status;
275 int status; local
306 status
344 int status; local
650 int status; local
672 int status; local
702 int status; local
835 int status; local
961 int status; local
[all...]

Completed in 479 milliseconds

<<11121314151617181920>>