/kernel/linux/linux-6.6/include/rdma/ |
H A D | ib_sa.h | 416 void (*callback)(int status, struct sa_path_rec *resp, 423 int (*callback)(int status, 446 * join operation later fails. (The callback status is non-zero.) 448 * If the join operation fails; status will be non-zero, with the following 461 int (*callback)(int status, 523 void (*callback)(int status,
|
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_vt220.c | 158 if (request->status == SCLP_REQ_FAILED) { in sclp_vt220_callback() 179 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback() 189 vt220_request->sclp_req.status = SCLP_REQ_FILLED; in sclp_vt220_callback() 208 request->sclp_req.status = SCLP_REQ_FILLED; in __sclp_vt220_emit()
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | 21285.c | 120 unsigned int status, rxs, max_count = 256; in serial21285_rx_chars() local 123 status = *CSR_UARTFLG; in serial21285_rx_chars() 124 while (!(status & 0x10) && max_count--) { in serial21285_rx_chars() 148 status = *CSR_UARTFLG; in serial21285_rx_chars() 283 * Which character status flags are we interested in? in serial21285_set_termios() 290 * Which character status flags should we ignore? in serial21285_set_termios()
|
/kernel/linux/linux-6.6/drivers/remoteproc/ |
H A D | qcom_common.c | 54 * @status : Subsystem toc init status 56 * @encryption_status: Encryption status for this subsystem 62 __le32 status; member 72 * @status : Global Minidump init status 74 * @enabled : Minidump enable status 78 __le32 status; member 157 if (IS_ERR(toc) || !toc->status) { in qcom_minidump() 167 * is initialized in memory and encryption status i in qcom_minidump() [all...] |
/kernel/linux/linux-6.6/drivers/rtc/ |
H A D | rtc-s35390a.c | 215 char buf[7], status; in s35390a_rtc_set_time() local 222 if (s35390a_read_status(s35390a, &status) == 1) in s35390a_rtc_set_time() 244 char buf[7], status; in s35390a_rtc_read_time() local 247 if (s35390a_read_status(s35390a, &status) == 1) in s35390a_rtc_read_time()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A D | spi-sun4i.c | 352 u32 status = sun4i_spi_read(sspi, SUN4I_INT_STA_REG); in sun4i_spi_handler() local 355 if (status & SUN4I_INT_CTL_TC) { in sun4i_spi_handler() 363 if (status & SUN4I_INT_CTL_RF_F34) { in sun4i_spi_handler() 371 if (status & SUN4I_INT_CTL_TF_E34) { in sun4i_spi_handler()
|
/kernel/linux/linux-6.6/drivers/soc/qcom/ |
H A D | smp2p.c | 224 u32 status; in qcom_smp2p_notify_in() local 251 status = val ^ entry->last_value; in qcom_smp2p_notify_in() 255 if (!status) in qcom_smp2p_notify_in() 259 if (!(status & BIT(i))) in qcom_smp2p_notify_in()
|
/kernel/linux/linux-6.6/drivers/pnp/pnpbios/ |
H A D | core.c | 146 int status; in pnp_dock_thread() local 156 status = pnp_bios_dock_station_info(&now); in pnp_dock_thread() 158 switch (status) { in pnp_dock_thread() 171 pnpbios_print_status("pnp_dock_thread", status); in pnp_dock_thread()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-pxa27x.c | 548 int status; in ohci_hcd_pxa27x_drv_resume() local 554 status = pxa27x_start_hc(pxa_ohci, dev); in ohci_hcd_pxa27x_drv_resume() 555 if (status < 0) in ohci_hcd_pxa27x_drv_resume() 556 return status; in ohci_hcd_pxa27x_drv_resume()
|
H A D | ohci-omap.c | 113 int status = otg_set_host(hcd->usb_phy->otg, in ohci_omap_reset() local 115 dev_dbg(hcd->self.controller, "init %s phy, status %d\n", in ohci_omap_reset() 116 hcd->usb_phy->label, status); in ohci_omap_reset() 117 if (status) { in ohci_omap_reset() 119 return status; in ohci_omap_reset()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | trace.h | 231 __field(int, status) 245 __entry->status = req->status; 249 TP_printk("%s: req %p length %d/%d sgs %d/%d stream %d %s%s%s status %d --> %d", 255 __entry->status, __entry->ret
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | chaoskey.c | 317 int status = urb->status; in chaos_read_callback() local 319 usb_dbg(dev->interface, "callback status (%d)", status); in chaos_read_callback() 321 if (status == 0) in chaos_read_callback()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 493 int status = 0; in webcam_config_bind() local 499 status = usb_add_function(c, f_uvc); in webcam_config_bind() 500 if (status < 0) in webcam_config_bind() 503 return status; in webcam_config_bind()
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | twl-regulator.c | 78 int status; in twlreg_read() local 80 status = twl_i2c_read_u8(slave_subgp, in twlreg_read() 82 return (status < 0) ? status : value; in twlreg_read()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | grvga.c | 29 u32 status; /* 0x00 */ member 181 &par->regs->status); in grvga_set_par() 483 __raw_writel(__raw_readl(&par->regs->status) | 1, /* Enable framebuffer */ in grvga_probe() 484 &par->regs->status); in grvga_probe()
|
H A D | goldfishfb.c | 52 u32 status; in goldfish_fb_interrupt() local 55 status = readl(fb->reg_base + FB_INT_STATUS); in goldfish_fb_interrupt() 56 if (status & FB_INT_BASE_UPDATE_DONE) { in goldfish_fb_interrupt() 61 return status ? IRQ_HANDLED : IRQ_NONE; in goldfish_fb_interrupt()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc-compat.c | 226 static void print_irq_status(u32 status) in print_irq_status() argument 228 if ((status & dispc_compat.irq_error_mask) == 0) in print_irq_status() 231 #define PIS(x) (status & DISPC_IRQ_##x) ? (#x " ") : "" in print_irq_status() 234 status, in print_irq_status()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | kobil_sct.c | 269 int status = urb->status; in kobil_read_int_callback() local 271 if (status) { in kobil_read_int_callback() 272 dev_dbg(&port->dev, "%s - Read int status not zero: %d\n", __func__, status); in kobil_read_int_callback()
|
/kernel/linux/linux-6.6/drivers/vdpa/alibaba/ |
H A D | eni_vdpa.c | 211 static void eni_vdpa_set_status(struct vdpa_device *vdpa, u8 status) in eni_vdpa_set_status() argument 217 if (status & VIRTIO_CONFIG_S_DRIVER_OK && in eni_vdpa_set_status() 222 vp_legacy_set_status(ldev, status); in eni_vdpa_set_status() 224 if (!(status & VIRTIO_CONFIG_S_DRIVER_OK) && in eni_vdpa_set_status()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | ps3flash.c | 291 u64 tag, status; in ps3flash_interrupt() local 293 res = lv1_storage_get_async_status(dev->sbd.dev_id, &tag, &status); in ps3flash_interrupt() 301 dev_err(&dev->sbd.core, "%s:%u: res=%d status=0x%llx\n", in ps3flash_interrupt() 302 __func__, __LINE__, res, status); in ps3flash_interrupt() 304 dev->lv1_status = status; in ps3flash_interrupt()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | vexpress-config.c | 162 u32 command, status; in vexpress_syscfg_exec() local 201 status = readl(syscfg->base + SYS_CFGSTAT); in vexpress_syscfg_exec() 202 if (status & SYS_CFGSTAT_ERR) in vexpress_syscfg_exec() 207 } while (--tries && !(status & SYS_CFGSTAT_COMPLETE)); in vexpress_syscfg_exec()
|
/kernel/linux/linux-6.6/drivers/char/agp/ |
H A D | uninorth-agp.c | 230 u32 command, scratch, status; in uninorth_agp_enable() local 235 &status); in uninorth_agp_enable() 237 command = agp_collect_device_status(bridge, mode, status); in uninorth_agp_enable() 275 agp_device_command(command, (status & AGPSTAT_MODE_3_0) != 0); in uninorth_agp_enable()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | bpa10x.c | 51 BT_DBG("%s urb %p status %d count %d", hdev->name, in bpa10x_tx_complete() 52 urb, urb->status, urb->actual_length); in bpa10x_tx_complete() 57 if (!urb->status) in bpa10x_tx_complete() 90 BT_DBG("%s urb %p status %d count %d", hdev->name, in bpa10x_rx_complete() 91 urb, urb->status, urb->actual_length); in bpa10x_rx_complete() 96 if (urb->status == 0) { in bpa10x_rx_complete()
|
/kernel/linux/linux-6.6/drivers/char/ipmi/ |
H A D | kcs_bmc_cdev_ipmi.c | 38 * BMC is waiting error status request from system software. 40 * BMC is waiting for idle status afer error from system software. 263 u8 status; in kcs_bmc_ipmi_event() local 272 status = kcs_bmc_read_status(client->dev); in kcs_bmc_ipmi_event() 273 if (status & KCS_STATUS_IBF) { in kcs_bmc_ipmi_event() 274 if (status & KCS_STATUS_CMD_DAT) in kcs_bmc_ipmi_event()
|
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/ |
H A D | nitrox_reqmgr.c | 237 atomic_set(&sr->status, REQ_BACKLOG); in backlog_list_add() 301 atomic_set(&sr->status, REQ_POSTED); in post_se_instr() 403 atomic_set(&sr->status, REQ_NOT_POSTED); in nitrox_process_se_request() 553 if (atomic_read(&sr->status) != REQ_POSTED) in process_response_list()
|