Home
last modified time | relevance | path

Searched refs:status (Results 7726 - 7750 of 20023) sorted by relevance

1...<<301302303304305306307308309310>>...801

/kernel/linux/linux-5.10/drivers/input/misc/
H A Dcobalt_btns.c38 uint32_t status; in handle_buttons() local
41 status = ~readl(bdev->reg) >> 24; in handle_buttons()
44 if (status & (1U << i)) { in handle_buttons()
/kernel/linux/linux-5.10/drivers/input/serio/
H A Daltera_ps2.c34 unsigned int status; in altera_ps2_rxint() local
37 while ((status = readl(ps2if->base)) & 0xffff0000) { in altera_ps2_rxint()
38 serio_interrupt(ps2if->io, status & 0xff, 0); in altera_ps2_rxint()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_scdc_helper.c128 * drm_scdc_check_scrambling_status - what is status of scrambling?
131 * Reads the scrambler status over SCDC, and checks the
132 * scrambling status.
139 u8 status; in drm_scdc_get_scrambling_status() local
142 ret = drm_scdc_readb(adapter, SCDC_SCRAMBLER_STATUS, &status); in drm_scdc_get_scrambling_status()
144 DRM_DEBUG_KMS("Failed to read scrambling status: %d\n", ret); in drm_scdc_get_scrambling_status()
148 return status & SCDC_SCRAMBLING_STATUS; in drm_scdc_get_scrambling_status()
/kernel/linux/linux-5.10/drivers/hwspinlock/
H A Dstm32_hwspinlock.c31 u32 status; in stm32_hwspinlock_trylock() local
34 status = readl(lock_addr); in stm32_hwspinlock_trylock()
36 return status == (STM32_MUTEX_LOCK_BIT | STM32_MUTEX_COREID); in stm32_hwspinlock_trylock()
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Dop-rfkill.c10 * switches's status. We just need to:
59 * userspace to change the software RF-Kill switch status.
92 cmd->sw_rf.hdr.length = cpu_to_le16(sizeof(cmd->sw_rf.status)); in i2400m_op_rfkill_sw_toggle()
95 cmd->sw_rf.status = cpu_to_le32(2); in i2400m_op_rfkill_sw_toggle()
98 cmd->sw_rf.status = cpu_to_le32(1); in i2400m_op_rfkill_sw_toggle()
145 * @rfss: TLV for RF Switches status; already validated
147 * NOTE: the reports on RF switch status cannot be trusted
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dgadget.h86 req->status = DWC3_REQUEST_STATUS_STARTED; in dwc3_gadget_move_started_request()
101 req->status = DWC3_REQUEST_STATUS_CANCELLED; in dwc3_gadget_move_cancelled_request()
106 int status);
/kernel/linux/linux-5.10/drivers/tee/optee/
H A Doptee_smc.h180 unsigned long status; member
226 unsigned long status; member
265 unsigned long status; member
/kernel/linux/linux-5.10/drivers/video/fbdev/mmp/panel/
H A Dtpo_tj032md01bw.c71 void (*plat_onoff)(int status);
75 static void tpohvga_onoff(struct mmp_panel *panel, int status) in tpohvga_onoff() argument
80 if (status) { in tpohvga_onoff()
/kernel/linux/linux-5.10/samples/bpf/
H A Dxdp2skb_meta.sh62 local status=$?
63 if (( $status != 0 )); then
65 err 2 "Exec error($status) occurred cmd: \"$cmd $@\""
/kernel/linux/linux-5.10/sound/hda/
H A Dintel-nhlt.c10 acpi_status status; in intel_nhlt_init() local
12 status = acpi_get_table(ACPI_SIG_NHLT, 0, in intel_nhlt_init()
14 if (ACPI_FAILURE(status)) { in intel_nhlt_init()
/kernel/linux/linux-5.10/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DEventClass.py89 status, dla, dse, lat = struct.unpack('QQQQ', tmp_buf)
90 self.status = status
/kernel/linux/linux-5.10/include/xen/interface/io/
H A Dnetif.h380 * | id | type | status |
387 * status: the status of request processing
389 * status)
395 uint32_t status; member
423 * status = XEN_NETIF_CTRL_STATUS_NOT_SUPPORTED - Operation not
448 * status = XEN_NETIF_CTRL_STATUS_NOT_SUPPORTED - Operation not supported
474 * status = XEN_NETIF_CTRL_STATUS_NOT_SUPPORTED - Operation not
503 * status = XEN_NETIF_CTRL_STATUS_NOT_SUPPORTED - Operation not
538 * status
906 int16_t status; global() member
939 int16_t status; global() member
[all...]
/kernel/linux/linux-5.10/drivers/xen/
H A Dxen-acpi-pad.c112 acpi_status status; in acpi_pad_add() local
117 status = acpi_install_notify_handler(device->handle, in acpi_pad_add()
119 if (ACPI_FAILURE(status)) in acpi_pad_add()
/kernel/linux/linux-5.10/fs/ocfs2/
H A Dsysfile.c132 int status = 0; in _ocfs2_get_system_file_inode() local
138 status = ocfs2_lookup_ino_from_name(osb->sys_root_inode, namebuf, in _ocfs2_get_system_file_inode()
140 if (status < 0) { in _ocfs2_get_system_file_inode()
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/
H A Dmdp_kms.c46 void mdp_dispatch_irqs(struct mdp_kms *mdp_kms, uint32_t status) in mdp_dispatch_irqs() argument
54 if (handler->irqmask & status) { in mdp_dispatch_irqs()
56 handler->irq(handler, handler->irqmask & status); in mdp_dispatch_irqs()
/kernel/linux/linux-5.10/drivers/mfd/
H A Datmel-hlcdc.c42 u32 status; in regmap_atmel_hlcdc_reg_write() local
46 status, in regmap_atmel_hlcdc_reg_write()
47 !(status & ATMEL_HLCDC_SIP), in regmap_atmel_hlcdc_reg_write()
H A Dintel_soc_pmic_core.c38 acpi_status status; in intel_soc_pmic_i2c_probe() local
45 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "_HRV", NULL, &hrv); in intel_soc_pmic_i2c_probe()
46 if (ACPI_FAILURE(status)) { in intel_soc_pmic_i2c_probe()
/kernel/linux/linux-5.10/drivers/pps/clients/
H A Dpps-ldisc.c18 static void pps_tty_dcd_change(struct tty_struct *tty, unsigned int status) in pps_tty_dcd_change() argument
34 pps_event(pps, &ts, status ? PPS_CAPTUREASSERT : in pps_tty_dcd_change()
38 status ? "assert" : "clear", jiffies); in pps_tty_dcd_change()
/kernel/linux/linux-5.10/drivers/platform/x86/
H A Dxo15-ebook.c49 acpi_status status; in ebook_send_state() local
51 status = acpi_evaluate_integer(device->handle, "EBK", NULL, &state); in ebook_send_state()
52 if (ACPI_FAILURE(status)) in ebook_send_state()
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/
H A Dolpc_dcon_xo_1_5.c72 /* irq status will appear in PMIO_Rx50[6] (RW1C) on gpio12 */ in dcon_clear_irq()
80 /* irq status will appear in PMIO_Rx50[6] on gpio12 */ in dcon_was_irq()
185 static int dcon_read_status_xo_1_5(u8 *status) in dcon_read_status_xo_1_5() argument
191 *status = gpiod_get_value(gpios[OLPC_DCON_STAT0]); in dcon_read_status_xo_1_5()
192 *status |= gpiod_get_value(gpios[OLPC_DCON_STAT1]) << 1; in dcon_read_status_xo_1_5()
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H A Dpcmad.c59 unsigned int status; in pcmad_ai_eoc() local
61 status = inb(dev->iobase + PCMAD_STATUS); in pcmad_ai_eoc()
62 if ((status & 0x3) == 0x3) in pcmad_ai_eoc()
/kernel/linux/linux-6.6/drivers/mfd/
H A Datmel-hlcdc.c42 u32 status; in regmap_atmel_hlcdc_reg_write() local
46 status, in regmap_atmel_hlcdc_reg_write()
47 !(status & ATMEL_HLCDC_SIP), in regmap_atmel_hlcdc_reg_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/asix/
H A Dax88796c_spi.c31 int axspi_read_status(struct axspi_data *ax_spi, struct spi_status *status) in axspi_read_status() argument
37 ret = spi_write_then_read(ax_spi->spi, ax_spi->cmd_buf, 1, (u8 *)status, 3); in axspi_read_status()
41 le16_to_cpus(&status->isr); in axspi_read_status()
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_adxl.c142 acpi_status status; in adxl_init() local
145 status = acpi_get_handle(NULL, path, &handle); in adxl_init()
146 if (ACPI_FAILURE(status)) { in adxl_init()
H A Dacpi_lpat.c96 acpi_status status; in acpi_lpat_get_conversion_table() local
98 status = acpi_evaluate_object(handle, "LPAT", NULL, &buffer); in acpi_lpat_get_conversion_table()
99 if (ACPI_FAILURE(status)) in acpi_lpat_get_conversion_table()

Completed in 15 milliseconds

1...<<301302303304305306307308309310>>...801