/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | sky2.c | 47 * that are organized into three (receive, transmit, status) different rings 1657 * On dual port PCI-X card, there is an problem where status in sky2_hw_up() 2092 /* Force any delayed status interrupt and NAPI */ in sky2_hw_down() 2309 netif_info(sky2, intr, sky2->netdev, "phy interrupt status 0x%x 0x%x\n", in sky2_phy_intr() 2556 u16 length, u32 status) in sky2_receive() 2561 u16 count = (status & GMR_FS_LEN) >> 16; in sky2_receive() 2564 "rx slot %u status 0x%x len %d\n", in sky2_receive() 2565 sky2->rx_next, status, length); in sky2_receive() 2573 /* This chip has hardware problems that generates bogus status. in sky2_receive() 2582 if (status in sky2_receive() 2555 sky2_receive(struct net_device *dev, u16 length, u32 status) sky2_receive() argument 2656 sky2_rx_checksum(struct sky2_port *sky2, u32 status) sky2_rx_checksum() argument 2693 sky2_rx_hash(struct sky2_port *sky2, u32 status) sky2_rx_hash() argument 2718 u32 status; sky2_status_intr() local 2802 sky2_hw_error(struct sky2_hw *hw, unsigned port, u32 status) sky2_hw_error() argument 2845 u32 status = sky2_read32(hw, B0_HWE_ISRC); sky2_hw_intr() local 2893 u8 status = sky2_read8(hw, SK_REG(port, GMAC_IRQ_SRC)); sky2_mac_intr() local 2993 sky2_err_intr(struct sky2_hw *hw, u32 status) sky2_err_intr() argument 3023 u32 status = sky2_read32(hw, B0_Y2_SP_EISR); sky2_poll() local 3056 u32 status; sky2_intr() local 3231 u16 status; sky2_reset() local 4698 u32 status = sky2_read32(hw, B0_Y2_SP_ISRC2); sky2_test_intr() local [all...] |
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/ |
H A D | pmbus_core.c | 64 /* Macros for converting between sensor index and register/page/status mask */ 200 int status; in _pmbus_write_byte() local 203 status = info->write_byte(client, page, value); in _pmbus_write_byte() 204 if (status != -ENODATA) in _pmbus_write_byte() 205 return status; in _pmbus_write_byte() 254 int status; in _pmbus_write_word_data() local 257 status = info->write_word_data(client, page, reg, word); in _pmbus_write_word_data() 258 if (status != -ENODATA) in _pmbus_write_word_data() 259 return status; in _pmbus_write_word_data() 332 int status; in _pmbus_read_word_data() local 403 int status; _pmbus_read_byte_data() local 493 int status, status2; pmbus_check_status_cml() local 521 int status; pmbus_check_status_register() local 559 int status; pmbus_get_status() local 885 int ret, status; pmbus_get_boolean() local [all...] |
/kernel/linux/linux-5.10/net/sunrpc/ |
H A D | clnt.c | 1166 int status; in rpc_call_sync() local 1178 status = task->tk_status; in rpc_call_sync() 1180 return status; in rpc_call_sync() 1626 rpc_call_rpcerror(struct rpc_task *task, int status) in rpc_call_rpcerror() argument 1628 __rpc_call_rpcerror(task, status, status); in rpc_call_rpcerror() 1672 int status = task->tk_status; in call_reserveresult() local 1676 * a request slot or else an error status. in call_reserveresult() 1679 if (status >= 0) { in call_reserveresult() 1689 switch (status) { in call_reserveresult() 1730 int status = task->tk_status; call_refreshresult() local 1772 int status; call_allocate() local 1951 int status = -EIO; call_bind_status() local 2062 int status = task->tk_status; call_connect_status() local 2307 int status; call_status() local 2804 int status = -EADDRINUSE; rpc_clnt_setup_test_and_add_xprt() local [all...] |
/kernel/linux/linux-6.6/include/net/bluetooth/ |
H A D | hci_core.h | 786 void (*connect_cfm_cb) (struct hci_conn *conn, u8 status); 787 void (*security_cfm_cb) (struct hci_conn *conn, u8 status); 1453 void hci_sco_setup(struct hci_conn *conn, __u8 status); 1506 void hci_conn_failed(struct hci_conn *conn, u8 status); 1952 void (*connect_cfm) (struct hci_conn *conn, __u8 status); 1953 void (*disconn_cfm) (struct hci_conn *conn, __u8 status); 1954 void (*security_cfm) (struct hci_conn *conn, __u8 status, 1956 void (*key_change_cfm) (struct hci_conn *conn, __u8 status); 1957 void (*role_switch_cfm) (struct hci_conn *conn, __u8 status, __u8 role); 1960 static inline void hci_connect_cfm(struct hci_conn *conn, __u8 status) in hci_connect_cfm() argument 1990 hci_auth_cfm(struct hci_conn *conn, __u8 status) hci_auth_cfm() argument 2011 hci_encrypt_cfm(struct hci_conn *conn, __u8 status) hci_encrypt_cfm() argument 2051 hci_key_change_cfm(struct hci_conn *conn, __u8 status) hci_key_change_cfm() argument 2063 hci_role_switch_cfm(struct hci_conn *conn, __u8 status, __u8 role) hci_role_switch_cfm() argument [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 135 GLint status; in CheckProgram() local 136 glGetProgramiv(program, GL_LINK_STATUS, &status); in CheckProgram() 138 if (status == GL_FALSE) in CheckProgram() 199 return status == GL_TRUE ? true : false; in CheckProgram() 251 bool status = true; in ColorEqual() local 253 status = false; in ColorEqual() 255 status = false; in ColorEqual() 257 status = false; in ColorEqual() 259 if (!status) in ColorEqual() 265 return status; in ColorEqual() 310 bool status = true; ValidateWindow4Quads() local 611 bool status = true; Check() local 689 bool status = true; Check() local 715 bool status = true; CheckIndexed() local 2871 bool status = true; Run() local 2954 bool status = true; Run() local 4025 bool status = true; Run() local 4115 bool status = true; Run() local 5781 bool status = true; Run() local 6347 bool status = true; Run() local 8098 bool status = true; Run() local 8342 GLint status; Compile() local 8401 GLint status; Link() local 8421 GLint status; Link() local 8440 GLint status; Link() local [all...] |
/kernel/linux/linux-5.10/drivers/mtd/nand/spi/ |
H A D | core.c | 46 static int spinand_read_status(struct spinand_device *spinand, u8 *status) in spinand_read_status() argument 48 return spinand_read_reg_op(spinand, REG_STATUS, status); in spinand_read_status() 347 u8 status; in spinand_wait() local 351 ret = spinand_read_status(spinand, &status); in spinand_wait() 355 if (!(status & STATUS_BUSY)) in spinand_wait() 363 ret = spinand_read_status(spinand, &status); in spinand_wait() 369 *s = status; in spinand_wait() 371 return status & STATUS_BUSY ? -ETIMEDOUT : 0; in spinand_wait() 405 static int spinand_check_ecc_status(struct spinand_device *spinand, u8 status) in spinand_check_ecc_status() argument 410 return spinand->eccinfo.get_status(spinand, status); in spinand_check_ecc_status() 438 u8 status; spinand_read_page() local 462 u8 status; spinand_write_page() local 647 u8 status; spinand_erase() local [all...] |
/kernel/linux/linux-5.10/drivers/macintosh/ |
H A D | smu.c | 219 /* Now complete the command. Write status last in order as we lost in smu_db_intr() 225 cmd->status = rc; in smu_db_intr() 273 cmd->status = 1; in smu_queue_cmd() 345 while(cmd->status == 1) in smu_spinwait_cmd() 724 /* Update status and mark no pending i2c command with lock in smu_i2c_complete_command() 731 cmd->status = fail ? -EIO : 0; in smu_i2c_complete_command() 775 DPRINTK("SMU: i2c compl. stage=%d status=%x pdata[0]=%x rlen: %x\n", in smu_i2c_low_completion() 776 cmd->stage, scmd->status, cmd->pdata[0], scmd->reply_len); in smu_i2c_low_completion() 778 /* Check for possible status */ in smu_i2c_low_completion() 779 if (scmd->status < in smu_i2c_low_completion() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 62 int status; /* status of transmission */ member 378 static bool nwl_dsi_read_packet(struct nwl_dsi *dsi, u32 status) in nwl_dsi_read_packet() argument 389 xfer->status = 0; in nwl_dsi_read_packet() 392 if (!(status & NWL_DSI_RX_PKT_HDR_RCVD)) in nwl_dsi_read_packet() 398 xfer->status = err; in nwl_dsi_read_packet() 407 xfer->status = -EINVAL; in nwl_dsi_read_packet() 427 xfer->status = xfer->rx_len; in nwl_dsi_read_packet() 433 xfer->status = -EPROTO; in nwl_dsi_read_packet() 441 xfer->status in nwl_dsi_read_packet() 493 nwl_dsi_finish_transmission(struct nwl_dsi *dsi, u32 status) nwl_dsi_finish_transmission() argument [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 525 wc->status = IB_WC_LOC_LEN_ERR; in mlx4_ib_handle_error_cqe() 528 wc->status = IB_WC_LOC_QP_OP_ERR; in mlx4_ib_handle_error_cqe() 531 wc->status = IB_WC_LOC_PROT_ERR; in mlx4_ib_handle_error_cqe() 534 wc->status = IB_WC_WR_FLUSH_ERR; in mlx4_ib_handle_error_cqe() 537 wc->status = IB_WC_MW_BIND_ERR; in mlx4_ib_handle_error_cqe() 540 wc->status = IB_WC_BAD_RESP_ERR; in mlx4_ib_handle_error_cqe() 543 wc->status = IB_WC_LOC_ACCESS_ERR; in mlx4_ib_handle_error_cqe() 546 wc->status = IB_WC_REM_INV_REQ_ERR; in mlx4_ib_handle_error_cqe() 549 wc->status = IB_WC_REM_ACCESS_ERR; in mlx4_ib_handle_error_cqe() 552 wc->status in mlx4_ib_handle_error_cqe() 571 mlx4_ib_ipoib_csum_ok(__be16 status, u8 badfcs_enc, __be16 checksum) mlx4_ib_ipoib_csum_ok() argument [all...] |
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 412 static void max3420_nuke(struct max3420_ep *ep, int status); 542 u16 status = 0; in max3420_getstatus() local 546 /* Get device status */ in max3420_getstatus() 547 status = udc->gadget.is_selfpowered << USB_DEVICE_SELF_POWERED; in max3420_getstatus() 548 status |= (udc->remote_wkp << USB_DEVICE_REMOTE_WAKEUP); in max3420_getstatus() 564 status = 1 << USB_ENDPOINT_HALT; in max3420_getstatus() 570 status = cpu_to_le16(status); in max3420_getstatus() 571 spi_wr_buf(udc, MAX3420_REG_EP0FIFO, &status, 2); in max3420_getstatus() 654 /* Requests with no data phase, status phas in max3420_handle_setup() 670 max3420_req_done(struct max3420_req *req, int status) max3420_req_done() argument 959 max3420_nuke(struct max3420_ep *ep, int status) max3420_nuke() argument [all...] |
/kernel/linux/linux-5.10/tools/include/nolibc/ |
H A D | nolibc.h | 268 time_t st_ctime; /* time of last status change */ 271 #define WEXITSTATUS(status) (((status) & 0xff00) >> 8) 272 #define WIFEXITED(status) (((status) & 0x7f) == 0) 439 "call main\n" // main() returns the status code, we'll exit with it. 627 "call main\n" // main() returns the status code in %eax 813 "bl main\n" // main() returns the status code, we'll exit with it. 1009 "bl main\n" // main() returns the status code, we'll exit with it. 1212 "jal main\n" // main() returns the status cod 1466 sys_exit(int status) sys_exit() argument 1759 sys_wait4(pid_t pid, int *status, int options, struct rusage *rusage) sys_wait4() argument 1765 sys_waitpid(pid_t pid, int *status, int options) sys_waitpid() argument 1771 sys_wait(int *status) sys_wait() argument 1801 exit(int status) exit() argument 2241 wait4(pid_t pid, int *status, int options, struct rusage *rusage) wait4() argument 2253 waitpid(pid_t pid, int *status, int options) waitpid() argument 2265 wait(int *status) wait() argument [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/comm/ |
H A D | transport.c | 437 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_cipher() 438 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_cipher() 442 hmdfs_err("encypt callback NULL status %d", connect->status); in tcp_recvbuffer_cipher() 483 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_tls() 484 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_tls() 488 hmdfs_err("callback NULL status %d", connect->status); in tcp_recvbuffer_tls() 536 if (tcp->connect->status == CONNECT_STAT_WORKING && in tcp_receive_from_sock() 543 if (tcp->connect->status in tcp_receive_from_sock() 1142 alloc_conn_tcp(struct hmdfs_peer *node, int socket_fd, uint8_t *master_key, uint8_t status, struct socket *socket) alloc_conn_tcp() argument 1196 hmdfs_get_conn_tcp(struct hmdfs_peer *node, int fd, uint8_t *master_key, uint8_t status) hmdfs_get_conn_tcp() argument [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | gntdev.c | 361 if (map->map_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages() 371 if (map->kmap_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages() 392 if (map->unmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done() 396 WARN_ON(map->unmap_ops[offset+i].status && in __unmap_grant_pages_done() 400 map->unmap_ops[offset+i].status); in __unmap_grant_pages_done() 403 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done() 407 WARN_ON(map->kunmap_ops[offset+i].status && in __unmap_grant_pages_done() 411 map->kunmap_ops[offset+i].status); in __unmap_grant_pages_done() 783 s16 __user *status[GNTDEV_COPY_BATCH]; member 824 * For each completed op, update the status i in gntdev_copy() 828 s16 status = batch->ops[i].status; gntdev_copy() local 848 gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, struct gntdev_grant_copy_segment *seg, s16 __user *status) gntdev_grant_copy_seg() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | cb_pcidas.c | 80 #define PCIDAS_CTRL_DAHFI BIT(5) /* dac half full status / clear */ 81 #define PCIDAS_CTRL_EOAI BIT(6) /* end of acq. int status / clear */ 82 #define PCIDAS_CTRL_INT_CLR BIT(7) /* int status / clear */ 83 #define PCIDAS_CTRL_EOBI BIT(9) /* end of burst int status */ 84 #define PCIDAS_CTRL_ADHFI BIT(10) /* half-full int status */ 85 #define PCIDAS_CTRL_ADNEI BIT(11) /* fifo not empty int status (latch) */ 86 #define PCIDAS_CTRL_ADNE BIT(12) /* fifo not empty status (realtime) */ 89 #define PCIDAS_CTRL_DAEMI BIT(14) /* dac fifo empty int status / clear */ 132 #define PCIDAS_AO_REG 0x08 /* dac control and status register */ 316 unsigned int status; in cb_pcidas_ai_eoc() local 474 unsigned int status; cb_pcidas_eeprom_ready() local 1104 cb_pcidas_ao_interrupt(struct comedi_device *dev, unsigned int status) cb_pcidas_ao_interrupt() argument 1137 cb_pcidas_ai_interrupt(struct comedi_device *dev, unsigned int status) cb_pcidas_ai_interrupt() argument 1209 unsigned int status; cb_pcidas_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/accel/ivpu/ |
H A D | ivpu_hw_40xx.c | 250 ivpu_err(vdev, "Timed out waiting for PLL ready status\n"); in ivpu_pll_drive() 581 ivpu_err(vdev, "Timed out waiting for power island status\n"); in ivpu_boot_pwr_domain_enable() 1020 u32 status = REGV_RD32(VPU_40XX_HOST_SS_ICB_STATUS_0) & ICB_0_IRQ_MASK; in ivpu_hw_40xx_irqv_handler() local 1023 if (!status) in ivpu_hw_40xx_irqv_handler() 1026 REGV_WR32(VPU_40XX_HOST_SS_ICB_CLEAR_0, status); in ivpu_hw_40xx_irqv_handler() 1028 if (REG_TEST_FLD(VPU_40XX_HOST_SS_ICB_STATUS_0, MMU_IRQ_0_INT, status)) in ivpu_hw_40xx_irqv_handler() 1031 if (REG_TEST_FLD(VPU_40XX_HOST_SS_ICB_STATUS_0, HOST_IPC_FIFO_INT, status)) in ivpu_hw_40xx_irqv_handler() 1034 if (REG_TEST_FLD(VPU_40XX_HOST_SS_ICB_STATUS_0, MMU_IRQ_1_INT, status)) in ivpu_hw_40xx_irqv_handler() 1037 if (REG_TEST_FLD(VPU_40XX_HOST_SS_ICB_STATUS_0, MMU_IRQ_2_INT, status)) in ivpu_hw_40xx_irqv_handler() 1040 if (REG_TEST_FLD(VPU_40XX_HOST_SS_ICB_STATUS_0, CPU_INT_REDIRECT_0_INT, status)) in ivpu_hw_40xx_irqv_handler() 1056 u32 status = REGB_RD32(VPU_40XX_BUTTRESS_INTERRUPT_STAT) & BUTTRESS_IRQ_MASK; ivpu_hw_40xx_irqb_handler() local [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/comm/ |
H A D | transport.c | 437 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_cipher() 438 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_cipher() 442 hmdfs_err("encypt callback NULL status %d", connect->status); in tcp_recvbuffer_cipher() 483 if (connect_recv_callback[connect->status]) { in tcp_recvbuffer_tls() 484 connect_recv_callback[connect->status](connect, recv, outdata, in tcp_recvbuffer_tls() 488 hmdfs_err("callback NULL status %d", connect->status); in tcp_recvbuffer_tls() 536 if (tcp->connect->status == CONNECT_STAT_WORKING && in tcp_receive_from_sock() 543 if (tcp->connect->status in tcp_receive_from_sock() 1142 alloc_conn_tcp(struct hmdfs_peer *node, int socket_fd, uint8_t *master_key, uint8_t status, struct socket *socket) alloc_conn_tcp() argument 1196 hmdfs_get_conn_tcp(struct hmdfs_peer *node, int fd, uint8_t *master_key, uint8_t status) hmdfs_get_conn_tcp() argument [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | gntdev.c | 371 if (map->map_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages() 381 if (map->kmap_ops[i].status == GNTST_okay) { in gntdev_map_grant_pages() 402 if (map->unmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done() 406 WARN_ON(map->unmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done() 410 map->unmap_ops[offset+i].status); in __unmap_grant_pages_done() 413 if (map->kunmap_ops[offset + i].status == GNTST_okay && in __unmap_grant_pages_done() 417 WARN_ON(map->kunmap_ops[offset + i].status != GNTST_okay && in __unmap_grant_pages_done() 421 map->kunmap_ops[offset+i].status); in __unmap_grant_pages_done() 793 s16 __user *status[GNTDEV_COPY_BATCH]; member 834 * For each completed op, update the status i in gntdev_copy() 838 s16 status = batch->ops[i].status; gntdev_copy() local 858 gntdev_grant_copy_seg(struct gntdev_copy_batch *batch, struct gntdev_grant_copy_segment *seg, s16 __user *status) gntdev_grant_copy_seg() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | mvebu-uart.c | 262 static void mvebu_uart_rx_chars(struct uart_port *port, unsigned int status) in mvebu_uart_rx_chars() argument 270 if (status & STAT_RX_RDY(port)) { in mvebu_uart_rx_chars() 276 if (status & STAT_PAR_ERR) in mvebu_uart_rx_chars() 284 if (IS_EXTENDED(port) && (status & STAT_BRK_ERR)) { in mvebu_uart_rx_chars() 290 if (status & STAT_BRK_DET) { in mvebu_uart_rx_chars() 292 status &= ~(STAT_FRM_ERR | STAT_PAR_ERR); in mvebu_uart_rx_chars() 297 if (status & STAT_OVR_ERR) in mvebu_uart_rx_chars() 300 if (status & STAT_FRM_ERR) in mvebu_uart_rx_chars() 306 if (status & port->ignore_status_mask & STAT_PAR_ERR) in mvebu_uart_rx_chars() 307 status in mvebu_uart_rx_chars() 335 mvebu_uart_tx_chars(struct uart_port *port, unsigned int status) mvebu_uart_tx_chars() argument [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | max3420_udc.c | 410 static void max3420_nuke(struct max3420_ep *ep, int status); 538 u16 status = 0; in max3420_getstatus() local 542 /* Get device status */ in max3420_getstatus() 543 status = udc->gadget.is_selfpowered << USB_DEVICE_SELF_POWERED; in max3420_getstatus() 544 status |= (udc->remote_wkp << USB_DEVICE_REMOTE_WAKEUP); in max3420_getstatus() 560 status = 1 << USB_ENDPOINT_HALT; in max3420_getstatus() 566 status = cpu_to_le16(status); in max3420_getstatus() 567 spi_wr_buf(udc, MAX3420_REG_EP0FIFO, &status, 2); in max3420_getstatus() 650 /* Requests with no data phase, status phas in max3420_handle_setup() 666 max3420_req_done(struct max3420_req *req, int status) max3420_req_done() argument 955 max3420_nuke(struct max3420_ep *ep, int status) max3420_nuke() argument [all...] |
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | cb_pcidas.c | 79 #define PCIDAS_CTRL_DAHFI BIT(5) /* dac half full status / clear */ 80 #define PCIDAS_CTRL_EOAI BIT(6) /* end of acq. int status / clear */ 81 #define PCIDAS_CTRL_INT_CLR BIT(7) /* int status / clear */ 82 #define PCIDAS_CTRL_EOBI BIT(9) /* end of burst int status */ 83 #define PCIDAS_CTRL_ADHFI BIT(10) /* half-full int status */ 84 #define PCIDAS_CTRL_ADNEI BIT(11) /* fifo not empty int status (latch) */ 85 #define PCIDAS_CTRL_ADNE BIT(12) /* fifo not empty status (realtime) */ 88 #define PCIDAS_CTRL_DAEMI BIT(14) /* dac fifo empty int status / clear */ 131 #define PCIDAS_AO_REG 0x08 /* dac control and status register */ 315 unsigned int status; in cb_pcidas_ai_eoc() local 473 unsigned int status; cb_pcidas_eeprom_ready() local 1103 cb_pcidas_ao_interrupt(struct comedi_device *dev, unsigned int status) cb_pcidas_ao_interrupt() argument 1136 cb_pcidas_ai_interrupt(struct comedi_device *dev, unsigned int status) cb_pcidas_ai_interrupt() argument 1208 unsigned int status; cb_pcidas_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
H A D | nwl-dsi.c | 57 int status; /* status of transmission */ member 365 static bool nwl_dsi_read_packet(struct nwl_dsi *dsi, u32 status) in nwl_dsi_read_packet() argument 376 xfer->status = 0; in nwl_dsi_read_packet() 379 if (!(status & NWL_DSI_RX_PKT_HDR_RCVD)) in nwl_dsi_read_packet() 385 xfer->status = err; in nwl_dsi_read_packet() 394 xfer->status = -EINVAL; in nwl_dsi_read_packet() 414 xfer->status = xfer->rx_len; in nwl_dsi_read_packet() 420 xfer->status = -EPROTO; in nwl_dsi_read_packet() 428 xfer->status in nwl_dsi_read_packet() 480 nwl_dsi_finish_transmission(struct nwl_dsi *dsi, u32 status) nwl_dsi_finish_transmission() argument [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A D | cq.c | 525 wc->status = IB_WC_LOC_LEN_ERR; in mlx4_ib_handle_error_cqe() 528 wc->status = IB_WC_LOC_QP_OP_ERR; in mlx4_ib_handle_error_cqe() 531 wc->status = IB_WC_LOC_PROT_ERR; in mlx4_ib_handle_error_cqe() 534 wc->status = IB_WC_WR_FLUSH_ERR; in mlx4_ib_handle_error_cqe() 537 wc->status = IB_WC_MW_BIND_ERR; in mlx4_ib_handle_error_cqe() 540 wc->status = IB_WC_BAD_RESP_ERR; in mlx4_ib_handle_error_cqe() 543 wc->status = IB_WC_LOC_ACCESS_ERR; in mlx4_ib_handle_error_cqe() 546 wc->status = IB_WC_REM_INV_REQ_ERR; in mlx4_ib_handle_error_cqe() 549 wc->status = IB_WC_REM_ACCESS_ERR; in mlx4_ib_handle_error_cqe() 552 wc->status in mlx4_ib_handle_error_cqe() 571 mlx4_ib_ipoib_csum_ok(__be16 status, u8 badfcs_enc, __be16 checksum) mlx4_ib_ipoib_csum_ok() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gf100.c | 247 gf100_engn_status(struct nvkm_engn *engn, struct gf100_engn_status *status) in gf100_engn_status() argument 251 status->busy = (stat & 0x10000000); in gf100_engn_status() 252 status->save = (stat & 0x00100000); in gf100_engn_status() 253 status->unk0 = (stat & 0x00004000); in gf100_engn_status() 254 status->unk1 = (stat & 0x00001000); in gf100_engn_status() 255 status->chid = (stat & 0x0000007f); in gf100_engn_status() 258 stat, status->busy, status->save, status->unk0, status in gf100_engn_status() 264 struct gf100_engn_status status; gf100_engn_cxid() local 278 struct gf100_engn_status status; gf100_engn_chsw() local [all...] |
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
H A D | pio.c | 86 * Handy status bit combinations 199 /* Disable all IRQs but allow all status bits */ in hci_pio_init() 216 DBG("status = %#x/%#x", in hci_pio_cleanup() 474 u32 status); 614 DBG("status = %#x/%#x", in hci_pio_queue_xfer() 689 DBG("n=%d status=%#x/%#x", n, in hci_pio_dequeue_xfer() 700 u32 status) in hci_pio_err() 713 if (status & STAT_PROG_ERRORS) { in hci_pio_err() 719 status & STAT_PROG_ERRORS, in hci_pio_err() 736 DBG("status in hci_pio_err() 699 hci_pio_err(struct i3c_hci *hci, struct hci_pio_data *pio, u32 status) hci_pio_err() argument 985 u32 status; hci_pio_irq_handler() local [all...] |
/kernel/linux/linux-6.6/drivers/macintosh/ |
H A D | smu.c | 220 /* Now complete the command. Write status last in order as we lost in smu_db_intr() 226 cmd->status = rc; in smu_db_intr() 274 cmd->status = 1; in smu_queue_cmd() 346 while(cmd->status == 1) in smu_spinwait_cmd() 723 /* Update status and mark no pending i2c command with lock in smu_i2c_complete_command() 730 cmd->status = fail ? -EIO : 0; in smu_i2c_complete_command() 774 DPRINTK("SMU: i2c compl. stage=%d status=%x pdata[0]=%x rlen: %x\n", in smu_i2c_low_completion() 775 cmd->stage, scmd->status, cmd->pdata[0], scmd->reply_len); in smu_i2c_low_completion() 777 /* Check for possible status */ in smu_i2c_low_completion() 778 if (scmd->status < in smu_i2c_low_completion() [all...] |