/kernel/linux/linux-5.10/drivers/iio/humidity/ |
H A D | hts221_buffer.c | 55 int err, status; in hts221_trigger_handler_thread() local 57 err = regmap_read(hw->regmap, HTS221_REG_STATUS_ADDR, &status); in hts221_trigger_handler_thread() 65 * is set in status register in hts221_trigger_handler_thread() 67 if (!(status & HTS221_RH_DRDY_MASK)) in hts221_trigger_handler_thread()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/ |
H A D | my3126.c | 41 u16 status; in my3126_interrupt_handler() local 49 status = cphy->bmsr ^ val16; in my3126_interrupt_handler() 51 if (status & MDIO_STAT1_LSTATUS) in my3126_interrupt_handler()
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | int51x1.c | 144 int status = usbnet_get_ethernet_addr(dev, 3); in int51x1_bind() local 146 if (status) in int51x1_bind() 147 return status; in int51x1_bind()
|
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_pci.c | 161 req.status = SCLP_REQ_FILLED; in sclp_pci_report() 180 if (req.status != SCLP_REQ_DONE) { in sclp_pci_report() 181 pr_warn("request failed (status=0x%02x)\n", in sclp_pci_report() 182 req.status); in sclp_pci_report()
|
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | sysfs_slave.c | 20 * status and device_number come directly from the MIPI SoundWire 24 * |---- status 221 * the status is shown in capital letters for UNATTACHED and RESERVED 222 * on purpose, to highligh users to the fact that these status values 237 return sprintf(buf, "%s\n", slave_status[slave->status]); in status_show() 239 static DEVICE_ATTR_RO(status); 246 if (slave->status == SDW_SLAVE_UNATTACHED) in device_number_show()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_overhead_user.c | 111 int status; in run_perf_test() local 113 assert(waitpid(pid[i], &status, 0) == pid[i]); in run_perf_test() 114 assert(status == 0); in run_perf_test()
|
/kernel/linux/linux-5.10/tools/perf/arch/x86/tests/ |
H A D | rdpmc.c | 162 int status = 0; in test__rdpmc() local 177 wret = waitpid(pid, &status, 0); in test__rdpmc() 178 if (wret < 0 || status) in test__rdpmc()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_conntrack_sane.c | 54 __be32 status; member 129 if (reply->status != htonl(SANE_STATUS_SUCCESS)) { in help() 132 ntohl(reply->status)); in help()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | intel_soc_pmic_chtwc.c | 141 acpi_status status; in cht_wc_probe() local 145 status = acpi_evaluate_integer(ACPI_HANDLE(dev), "_HRV", NULL, &hrv); in cht_wc_probe() 146 if (ACPI_FAILURE(status)) { in cht_wc_probe()
|
H A D | lp8788-irq.c | 33 * @enabled : status of enabled interrupt 110 u8 status[NUM_REGS], addr, mask; in lp8788_irq_handler() local 114 if (lp8788_read_multi_bytes(lp, LP8788_INT_1, status, NUM_REGS)) in lp8788_irq_handler() 122 if (status[addr] & mask) { in lp8788_irq_handler()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | tx.c | 88 /* update the TX status info */ in wl18xx_tx_complete_packet() 93 * the info->status structures in wl18xx_tx_complete_packet() 97 &info->status.rates[0], in wl18xx_tx_complete_packet() 100 info->status.rates[0].count = 1; /* no data about retries */ in wl18xx_tx_complete_packet() 101 info->status.ack_signal = -1; in wl18xx_tx_complete_packet() 123 wl1271_debug(DEBUG_TX, "tx status id %u skb 0x%p success %d", in wl18xx_tx_complete_packet()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | dell-smo8800.c | 66 acpi_status status; in smo8800_get_irq() local 68 status = acpi_walk_resources(device->handle, METHOD_NAME__CRS, in smo8800_get_irq() 70 if (ACPI_FAILURE(status)) { in smo8800_get_irq()
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A D | rtc-ds1347.c | 53 unsigned int status, century, secs; in ds1347_read_time() local 57 err = regmap_read(map, DS1347_STATUS_REG, &status); in ds1347_read_time() 61 if (status & DS1347_OSF_BIT) in ds1347_read_time()
|
/kernel/linux/linux-5.10/drivers/staging/olpc_dcon/ |
H A D | olpc_dcon_xo_1.c | 126 /* Clear the negative edge status for GPIO7 and GPIO12 */ in dcon_init_xo_1() 130 /* FIXME: Clear the positive status as well, just to be sure */ in dcon_init_xo_1() 185 static int dcon_read_status_xo_1(u8 *status) in dcon_read_status_xo_1() argument 187 *status = gpiod_get_value(gpios[OLPC_DCON_STAT0]); in dcon_read_status_xo_1() 188 *status |= gpiod_get_value(gpios[OLPC_DCON_STAT1]) << 1; in dcon_read_status_xo_1() 190 /* Clear the negative edge status for GPIO7 */ in dcon_read_status_xo_1()
|
/kernel/linux/linux-5.10/drivers/staging/media/hantro/ |
H A D | imx8m_vpu_hw.c | 137 u32 status; in imx8m_vpu_g1_irq() local 139 status = vdpu_read(vpu, G1_REG_INTERRUPT); in imx8m_vpu_g1_irq() 140 state = (status & G1_REG_INTERRUPT_DEC_RDY_INT) ? in imx8m_vpu_g1_irq()
|
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/include/hmm/ |
H A D | hmm_bo.h | 42 var_not_equal_goto((bo->status & (_status)), (_status), \ 44 "HMM buffer status not contain %s.\n", \ 48 var_equal_goto((bo->status & (_status)), (_status), \ 50 "HMM buffer status contains %s.\n", \ 142 int status; member
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | adq12b.c | 98 unsigned char status; in adq12b_ai_eoc() local 100 status = inb(dev->iobase + ADQ12B_STINR); in adq12b_ai_eoc() 101 if (status & ADQ12B_STINR_EOC) in adq12b_ai_eoc()
|
H A D | adl_pci6208.c | 47 unsigned int status; in pci6208_ao_eoc() local 49 status = inw(dev->iobase + PCI6208_AO_STATUS); in pci6208_ao_eoc() 50 if ((status & PCI6208_AO_STATUS_DATA_SEND) == 0) in pci6208_ao_eoc()
|
H A D | mpc624.c | 193 unsigned char status; in mpc624_ai_eoc() local 195 status = inb(dev->iobase + MPC624_ADC); in mpc624_ai_eoc() 196 if ((status & MPC624_ADBUSY) == 0) in mpc624_ai_eoc()
|
H A D | adv_pci1724.c | 78 unsigned int status; in adv_pci1724_dac_idle() local 80 status = inl(dev->iobase + PCI1724_SYNC_CTRL_REG); in adv_pci1724_dac_idle() 81 if ((status & PCI1724_SYNC_CTRL_DACSTAT) == 0) in adv_pci1724_dac_idle()
|
/kernel/linux/linux-6.6/drivers/mfd/ |
H A D | cs42l43-sdw.c | 89 static int cs42l43_sdw_update_status(struct sdw_slave *sdw, enum sdw_slave_status status) in cs42l43_sdw_update_status() argument 93 switch (status) { in cs42l43_sdw_update_status() 120 struct sdw_slave_intr_status *status) in cs42l43_sdw_interrupt() 119 cs42l43_sdw_interrupt(struct sdw_slave *sdw, struct sdw_slave_intr_status *status) cs42l43_sdw_interrupt() argument
|
H A D | lp8788-irq.c | 33 * @enabled : status of enabled interrupt 110 u8 status[NUM_REGS], addr, mask; in lp8788_irq_handler() local 114 if (lp8788_read_multi_bytes(lp, LP8788_INT_1, status, NUM_REGS)) in lp8788_irq_handler() 122 if (status[addr] & mask) { in lp8788_irq_handler()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | Space.c | 181 int status; /* non-zero if autoprobe has failed */ member 189 if (autoprobe && p->status) in probe_list2() 195 p->status = PTR_ERR(dev); in probe_list2()
|
/kernel/linux/linux-6.6/drivers/media/pci/ddbridge/ |
H A D | ddbridge-mci.h | 90 #define MCI_SUCCESS(status) ((status & MCI_STATUS_UNSUPPORTED) == 0) 165 u8 status; member
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_lpit.c | 151 acpi_status status; in acpi_init_lpit() local 154 status = acpi_get_table(ACPI_SIG_LPIT, 0, (struct acpi_table_header **)&lpit); in acpi_init_lpit() 155 if (ACPI_FAILURE(status)) in acpi_init_lpit()
|