/kernel/linux/linux-5.10/drivers/i2c/busses/ |
H A D | i2c-sis5595.c | 282 int status; in sis5595_access() local 320 status = sis5595_transaction(adap); in sis5595_access() 321 if (status) in sis5595_access() 322 return status; in sis5595_access()
|
H A D | i2c-nforce2.c | 75 #define NVIDIA_SMB_STS (smbus->base + 0x01) /* status */ 82 check the status of 185 int i, status; in nforce2_access() local 245 status = nforce2_check_status(adap); in nforce2_access() 246 if (status) in nforce2_access() 247 return status; in nforce2_access()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/ |
H A D | tx.h | 352 * enum iwl_tx_status - status that is returned by the fw after attempts to Tx 429 * enum iwl_tx_agg_status - TX aggregation status 474 * The mask below describes a status where we are absolutely sure that the MPDU 497 * Note that, for aggregation, ACK (block-ack) status is not delivered 499 * this status. 500 * This status relates to reasons the tx might have been blocked or aborted 506 * struct agg_tx_status - per packet TX aggregation status 507 * @status: See &enum iwl_tx_agg_status 511 __le16 status; member 556 * @status 585 struct agg_tx_status status[]; global() member 645 struct agg_tx_status status; global() member 873 __le32 status; global() member [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | trace.h | 261 __field(u8, status) 269 __entry->status = msg->status; 273 "ring_id %d swtail 0x%x len %d num_descs %d status 0x%x mcs %d", 275 __entry->num_descs, __entry->status, __entry->mcs)
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/ |
H A D | tx.c | 41 * i.e. they are reported in the last status preceding the AMPDU. Apart 44 * applied), if status comes early on full FIFO it gets lost and retries 59 /* Because PKT_ID 0 disables status reporting only 15 values are in mt7601u_tx_pktid_enc() 93 int pkt_len = (unsigned long)info->status.status_driver_data[0]; in mt7601u_tx_skb_remove_dma_overhead() 109 info->status.rates[0].idx = -1; in mt7601u_tx_status() 203 BUILD_BUG_ON(ARRAY_SIZE(info->status.status_driver_data) < 1); in mt7601u_tx() 204 info->status.status_driver_data[0] = (void *)(unsigned long)pkt_len; in mt7601u_tx()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | txrx.c | 278 struct sk_buff *skb, int aggr, int status) in mwifiex_write_data_complete() 302 if (!status) { in mwifiex_write_data_complete() 351 skb_complete_wifi_ack(ack_skb, !tx_status->status); in mwifiex_parse_tx_status_event() 375 !tx_status->status, GFP_ATOMIC); in mwifiex_parse_tx_status_event() 277 mwifiex_write_data_complete(struct mwifiex_adapter *adapter, struct sk_buff *skb, int aggr, int status) mwifiex_write_data_complete() argument
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | 3w-sas.h | 57 #define TWL_HISTAT 0x30 /* Host interrupt status */ 165 /* not_mfa: 1, reserved: 7, status: 8, request_id: 16 */ 220 unsigned char status; member 245 unsigned char status; member 285 unsigned char status; member 311 unsigned int status; member
|
H A D | gvp11.c | 31 unsigned int status = hdata->regs->CNTR; in gvp11_intr() local 34 if (!(status & GVP11_DMAC_INT_PENDING)) in gvp11_intr() 147 int status) in dma_stop() 159 if (status && wh->dma_bounce_buffer) { in dma_stop() 146 dma_stop(struct Scsi_Host *instance, struct scsi_cmnd *SCpnt, int status) dma_stop() argument
|
/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_quark_dts_thermal.c | 177 int status; in _get_trip_temp() local 181 status = iosf_mbi_read(QRK_MBI_UNIT_RMU, MBI_REG_READ, in _get_trip_temp() 185 if (status) in _get_trip_temp() 186 return status; in _get_trip_temp()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/ |
H A D | webcam.c | 337 int status = 0; in webcam_config_bind() local 343 status = usb_add_function(c, f_uvc); in webcam_config_bind() 344 if (status < 0) in webcam_config_bind() 347 return status; in webcam_config_bind()
|
/kernel/linux/linux-5.10/drivers/usb/mtu3/ |
H A D | mtu3_trace.h | 127 __field(int, status) 137 __entry->status = mreq->request.status; 146 __entry->status
|
H A D | mtu3_dr.c | 153 enum mtu3_vbus_id_state status) in ssusb_set_mailbox() 159 dev_dbg(ssusb->dev, "mailbox %s\n", mailbox_state_string(status)); in ssusb_set_mailbox() 160 mtu3_dbg_trace(ssusb->dev, "mailbox %s", mailbox_state_string(status)); in ssusb_set_mailbox() 162 switch (status) { in ssusb_set_mailbox() 152 ssusb_set_mailbox(struct otg_switch_mtk *otg_sx, enum mtu3_vbus_id_state status) ssusb_set_mailbox() argument
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | fhci-hub.c | 52 enum fhci_port_status status) in fhci_config_transceiver() 54 fhci_dbg(fhci, "-> %s: %d\n", __func__, status); in fhci_config_transceiver() 56 switch (status) { in fhci_config_transceiver() 75 fhci_dbg(fhci, "<- %s: %d\n", __func__, status); in fhci_config_transceiver() 51 fhci_config_transceiver(struct fhci_hcd *fhci, enum fhci_port_status status) fhci_config_transceiver() argument
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | ux500.c | 146 int status; in ux500_musb_init() local 155 status = usb_register_notifier(musb->xceiv, &musb->nb); in ux500_musb_init() 156 if (status < 0) { in ux500_musb_init() 158 return status; in ux500_musb_init()
|
/kernel/linux/linux-5.10/samples/seccomp/ |
H A D | user-trap.c | 203 int sk_pair[2], ret = 1, status, listener; in main() local 343 if (waitpid(worker, &status, 0) != worker) { in main() 358 if (!WIFEXITED(status) || WEXITSTATUS(status)) { in main()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_conntrack.h | 81 unsigned long status; member 240 return test_bit(IPS_TEMPLATE_BIT, &ct->status); in nf_ct_is_template() 246 return test_bit(IPS_CONFIRMED_BIT, &ct->status); in nf_ct_is_confirmed() 251 return test_bit(IPS_DYING_BIT, &ct->status); in nf_ct_is_dying()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | jack.c | 18 unsigned int mask_bits; /* only masked status bits are reported via kctl */ 356 * snd_jack_report - Report the current status of a jack 360 * @jack: The jack to report status for 361 * @status: The current status of the jack 363 void snd_jack_report(struct snd_jack *jack, int status) in snd_jack_report() argument 376 status & jack_kctl->mask_bits); in snd_jack_report() 388 status & testbit); in snd_jack_report() 396 status & testbit); in snd_jack_report()
|
H A D | pcm_dmaengine.c | 247 enum dma_status status; in snd_dmaengine_pcm_pointer() local 251 status = dmaengine_tx_status(prtd->dma_chan, prtd->cookie, &state); in snd_dmaengine_pcm_pointer() 252 if (status == DMA_IN_PROGRESS || status == DMA_PAUSED) { in snd_dmaengine_pcm_pointer()
|
/kernel/linux/linux-5.10/sound/soc/sti/ |
H A D | uniperif_reader.c | 47 unsigned int status; in uni_reader_irq_handler() local 60 /* Get interrupt status & clear them immediately */ in uni_reader_irq_handler() 61 status = GET_UNIPERIF_ITS(reader); in uni_reader_irq_handler() 62 SET_UNIPERIF_ITS_BCLR(reader, status); in uni_reader_irq_handler() 65 if (unlikely(status & UNIPERIF_ITS_FIFO_ERROR_MASK(reader))) { in uni_reader_irq_handler()
|
/kernel/linux/linux-5.10/tools/power/cpupower/utils/idle_monitor/ |
H A D | cpupower-monitor.c | 283 int status; in fork_it() local 307 if (waitpid(child_pid, &status, 0) == -1) { in fork_it() 317 if (WIFEXITED(status)) in fork_it() 318 printf(_("%s took %.5f seconds and exited with status %d\n"), in fork_it() 320 WEXITSTATUS(status)); in fork_it()
|
/kernel/linux/linux-5.10/drivers/watchdog/ |
H A D | watchdog_core.c | 264 set_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device() 266 clear_bit(WDOG_STOP_ON_REBOOT, &wdd->status); in __watchdog_register_device() 269 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) { in __watchdog_register_device() 340 if (test_bit(WDOG_STOP_ON_REBOOT, &wdd->status)) in __watchdog_unregister_device()
|
/kernel/linux/linux-5.10/net/6lowpan/ |
H A D | debugfs.c | 132 int status = count, n, i; in lowpan_ctx_pfx_write() local 137 status = -EFAULT; in lowpan_ctx_pfx_write() 145 status = -EINVAL; in lowpan_ctx_pfx_write() 155 return status; in lowpan_ctx_pfx_write()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | wep.c | 244 struct ieee80211_rx_status *status = IEEE80211_SKB_RXCB(skb); in ieee80211_crypto_wep_decrypt() local 251 if (!(status->flag & RX_FLAG_DECRYPTED)) { in ieee80211_crypto_wep_decrypt() 256 } else if (!(status->flag & RX_FLAG_IV_STRIPPED)) { in ieee80211_crypto_wep_decrypt() 262 if (!(status->flag & RX_FLAG_ICV_STRIPPED) && in ieee80211_crypto_wep_decrypt()
|
/kernel/linux/linux-5.10/net/ncsi/ |
H A D | ncsi-pkt.h | 184 __be32 status; /* Link status */ member 186 __be32 oem_status; /* OEM link status */ 321 /* Get package status */ 324 __be32 status; /* Hardware arbitration status */ member 338 __be32 status; /* Link status */ member 339 __be32 oem_status; /* OEM link status */ 354 __be32 status; /* Statu member [all...] |
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_queue.c | 173 int status; in __nf_queue() local 236 status = qh->outfn(entry, queuenum); in __nf_queue() 237 if (status < 0) { in __nf_queue() 239 return status; in __nf_queue()
|