Home
last modified time | relevance | path

Searched refs:data (Results 46251 - 46275 of 48995) sorted by relevance

1...<<1851185218531854185518561857185818591860>>...1960

/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Dmain.c25 #include "trace-data.h"
99 * |Host -> ME data queue |
103 * |ME -> Host data queue |
145 * @nvm: the data returned by the CSME for the NVM
160 * @data_q_lock: protects the access to the data queues which are
210 * This used to cache the configurations coming from iwlwifi's way. The data
322 /* we don't have enough room for the data to write */ in iwl_mei_write_cyclic_buf()
492 "can't write the data: pointers are past the end of the buffer\n"); in iwl_mei_add_data_to_ring()
498 /* we don't have enough room for the data to write */ in iwl_mei_add_data_to_ring()
501 "Not enough room in the buffer for this data\ in iwl_mei_add_data_to_ring()
1045 unsigned char *data; iwl_mei_handle_sap_data() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dmain.c1083 rxd = (struct mt7615_mcu_rxd *)skb->data; in mt7615_scan_work()
1318 struct cfg80211_gtk_rekey_data *data) in mt7615_set_rekey_data()
1323 mt76_connac_mcu_update_gtk_rekey(hw, vif, data); in mt7615_set_rekey_data()
1316 mt7615_set_rekey_data(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct cfg80211_gtk_rekey_data *data) mt7615_set_rekey_data() argument
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/
H A Dfw.h44 u8 data[]; member
645 u8 data[]; member
1919 u8 data[]; member
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2500pci.c54 * can safely write the new data into the register. in rt2500pci_bbp_write()
80 * After the data has been written, we wait until hardware in rt2500pci_bbp_read()
112 * can safely write the new data into the register. in rt2500pci_rf_write()
130 struct rt2x00_dev *rt2x00dev = eeprom->data; in rt2500pci_eepromregister_read()
145 struct rt2x00_dev *rt2x00dev = eeprom->data; in rt2500pci_eepromregister_write()
1315 * TX data initialization
1324 * Disable beaconing while we are reloading the beacon data, in rt2500pci_write_beacon()
1325 * otherwise we might be sending out invalid data. in rt2500pci_write_beacon()
1565 eeprom.data = rt2x00dev; in rt2500pci_validate_eeprom()
1579 * Start validation of the data tha in rt2500pci_validate_eeprom()
[all...]
H A Drt2400pci.c54 * can safely write the new data into the register. in rt2400pci_bbp_write()
80 * After the data has been written, we wait until hardware in rt2400pci_bbp_read()
112 * can safely write the new data into the register. in rt2400pci_rf_write()
130 struct rt2x00_dev *rt2x00dev = eeprom->data; in rt2400pci_eepromregister_read()
145 struct rt2x00_dev *rt2x00dev = eeprom->data; in rt2400pci_eepromregister_write()
1163 * TX data initialization
1172 * Disable beaconing while we are reloading the beacon data, in rt2400pci_write_beacon()
1173 * otherwise we might be sending out invalid data. in rt2400pci_write_beacon()
1439 eeprom.data = rt2x00dev; in rt2400pci_validate_eeprom()
1453 * Start validation of the data tha in rt2400pci_validate_eeprom()
[all...]
/kernel/linux/linux-6.6/drivers/ntb/test/
H A Dntb_tool.c147 * # Send some data to peer over outbound message register #0
166 * # Write/read data to/from inbound memory window
174 * # Write/read data to/from outbound memory window (on peer device)
1280 u32 data; in tool_inmsg_read() local
1283 data = ntb_msg_read(msg->tc->ntb, &pidx, msg->midx); in tool_inmsg_read()
1285 pos = scnprintf(buf, sizeof(buf), "0x%08x<-%d\n", data, pidx); in tool_inmsg_read()
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dcistpl.c319 /* Copy data into the cache */ in read_cis_cache()
411 const u8 *data, const size_t len) in pcmcia_replace_cis()
426 memcpy(s->fake_cis, data, len); in pcmcia_replace_cis()
873 f->data[i-1] = p[i]; in parse_funce()
410 pcmcia_replace_cis(struct pcmcia_socket *s, const u8 *data, const size_t len) pcmcia_replace_cis() argument
/kernel/linux/linux-6.6/arch/x86/kernel/apic/
H A Dx2apic_uv_x.c1200 * Called on each CPU to initialize the per_cpu UV data area.
1633 static int __maybe_unused proc_hubbed_show(struct seq_file *file, void *data) in proc_hubbed_show() argument
1641 static int __maybe_unused proc_hubless_show(struct seq_file *file, void *data) in proc_hubless_show() argument
1649 static int __maybe_unused proc_archtype_show(struct seq_file *file, void *data) in proc_archtype_show() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c441 void *data, uint32_t *size) in amdgpu_dpm_read_sensor()
446 if (!data || !size) in amdgpu_dpm_read_sensor()
453 data, in amdgpu_dpm_read_sensor()
440 amdgpu_dpm_read_sensor(struct amdgpu_device *adev, enum amd_pp_sensors sensor, void *data, uint32_t *size) amdgpu_dpm_read_sensor() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/tegra/
H A Ddsi.c199 static int tegra_dsi_show_regs(struct seq_file *s, void *data) in tegra_dsi_show_regs() argument
202 struct tegra_dsi *dsi = node->info_ent->data; in tegra_dsi_show_regs()
245 dsi->debugfs_files[i].data = dsi; in tegra_dsi_late_register()
576 /* 1 byte (DCS command) + pixel data */ in tegra_dsi_configure()
1310 DRM_DEBUG_KMS("peripheral returned no data\n"); in tegra_dsi_wait_for_response()
/kernel/linux/linux-6.6/drivers/isdn/hardware/mISDN/
H A Dw6692.c29 /* private data in the PCI devices list */
290 ptr = dch->tx_skb->data + dch->tx_idx; in W6692_fill_Dfifo()
501 ptr = wch->bch.tx_skb->data + wch->bch.tx_idx; in W6692_fill_Bfifo()
532 u16 *vol = (u16 *)skb->data;
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Diqs7211.c1258 * ever all write data is ignored, and all read data returns 0xEE. in iqs7211_force_comms()
2423 .data = &iqs7211_devs[IQS7210A],
2427 .data = &iqs7211_devs[IQS7211A],
2431 .data = &iqs7211_devs[IQS7211E],
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-clone-target.c1301 * Commit periodically so that not too much unwritten data builds up.
1329 * REQ_PREFLUSH bios carry no data: in clone_map()
2090 iterate_devices_callout_fn fn, void *data) in clone_iterate_devices()
2097 ret = fn(ti, source_dev, 0, ti->len, data); in clone_iterate_devices()
2099 ret = fn(ti, dest_dev, 0, ti->len, data); in clone_iterate_devices()
2089 clone_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) clone_iterate_devices() argument
/kernel/linux/linux-6.6/net/sunrpc/
H A Dsvcsock.c241 /* TLS sets EOR at the end of each application data in svc_tcp_sock_process_cmsg()
329 * data to read (stream based sockets only!) in svc_tcp_read_msg()
363 * INET callback when data has been received on the socket.
417 * @data: address of xprt to wake
426 static void svc_tcp_handshake_done(void *data, int status, key_serial_t peerid) in svc_tcp_handshake_done() argument
428 struct svc_xprt *xprt = data; in svc_tcp_handshake_done()
610 set_bit(XPT_DATA, &svsk->sk_xprt.xpt_flags); /* there may be more data... */ in svc_udp_recvfrom()
631 rqstp->rq_arg.head[0].iov_base = skb->data; in svc_udp_recvfrom()
810 /* data might have come in before data_ready set up */ in svc_udp_init()
844 * when it receives data befor in svc_tcp_listen_data_ready()
[all...]
/kernel/linux/linux-6.6/sound/pci/echoaudio/
H A Dechoaudio.c41 card_fw[fw_index].data); in get_firmware()
48 "firmware requested: %s\n", card_fw[fw_index].data); in get_firmware()
49 snprintf(name, sizeof(name), "ea/%s", card_fw[fw_index].data); in get_firmware()
1895 /* release chip data */ in snd_echo_free()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt5668.c762 /* Interface data select */
943 static irqreturn_t rt5668_irq(int irq, void *data) in rt5668_irq() argument
945 struct rt5668_priv *rt5668 = data; in rt5668_irq()
973 struct snd_soc_jack *hs_jack, void *data) in rt5668_set_jack_detect()
1372 /* MX-79 [6:4] I2S1 ADC data location */
2389 of_property_read_u32(dev->of_node, "realtek,dmic1-data-pin", in rt5668_parse_dt()
972 rt5668_set_jack_detect(struct snd_soc_component *component, struct snd_soc_jack *hs_jack, void *data) rt5668_set_jack_detect() argument
H A Dwm8904.c45 /* codec private data */
2160 .data = (void *)WM8904,
2163 .data = (void *)WM8912,
2205 wm8904->devtype = (uintptr_t)match->data; in wm8904_i2c_probe()
2281 /* Apply configuration from the platform data. */ in wm8904_i2c_probe()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H A Dbfa_core.c71 __bfa_trc(struct bfa_trc_mod_s *trcm, int fileno, int line, u64 data) in __bfa_trc() argument
81 trc->data.u64 = data; in __bfa_trc()
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dvfio_ap_ops.c51 * 3. matrix_dev->mdevs_lock: required to access data stored in a matrix_mdev
89 * configuration data to use to update a KVM guest's APCB.
95 * 3. matrix_dev->mdevs_lock: required to access data stored in a matrix_mdev
113 * configuration data to use to update a KVM guest's APCB.
142 * 3. matrix_dev->mdevs_lock: required to access data stored in a matrix_mdev
184 * 3. matrix_dev->mdevs_lock: required to access data stored in matrix_mdev
1580 * vfio_ap_mdev_set_kvm - sets all data for @matrix_mdev that are needed
1943 void __user *data; in vfio_ap_set_request_irq() local
1948 data = (void __user *)(arg + minsz); in vfio_ap_set_request_irq()
1950 if (get_user(fd, (s32 __user *)data)) in vfio_ap_set_request_irq()
[all...]
/kernel/linux/linux-6.6/drivers/scsi/hisi_sas/
H A Dhisi_sas_v1_hw.c283 __le32 data; member
1188 cmplt_hdr_data = le32_to_cpu(complete_hdr->data); in slot_complete_v1_hw()
1501 cmplt_hdr_data = le32_to_cpu(complete_hdr->data); in cq_interrupt_v1_hw()
/kernel/linux/linux-6.6/drivers/scsi/lpfc/
H A Dlpfc_nvme.c73 * internal data structures to bind the @qidx to its internal IO queues.
136 * any internal data structures to bind the @qidx to its internal
242 * @phba: pointer to lpfc hba data structure.
583 * because the nvem layer owns the data bufs. in __lpfc_nvme_ls_req()
585 * in them. And we do not have to look at the resonse data, we only in __lpfc_nvme_ls_req()
843 * Adjust the FCP_CMD and FCP_RSP DMA data and sge_len to in lpfc_nvme_adj_fcp_sgls()
925 * routine issues an fcp WQE with data from the @lpfc_nvme_fcpreq
926 * data structure to the rport indicated in @lpfc_nvme_rport.
946 uint16_t cid, sqhd, data; in lpfc_nvme_io_cmd_cmpl() local
1033 data in lpfc_nvme_io_cmd_cmpl()
[all...]
/kernel/linux/linux-6.6/kernel/
H A Dresource.c360 /* copy data */ in find_next_iomem_res()
558 static resource_size_t simple_align_resource(void *data, in simple_align_resource() argument
704 * @alignf_data: arbitrary data to pass to the @alignf function
1513 static int devm_resource_match(struct device *dev, void *res, void *data) in devm_resource_match() argument
1517 return *ptr == data; in devm_resource_match()
/kernel/linux/linux-6.6/net/9p/
H A Dclient.c365 * ref again without corrupting other data, then check again in p9_tag_lookup()
646 /* marshall the data */ in p9_client_prepare_req()
679 * according to actual message data being sent. Currently RDMA in p9_client_rpc()
770 * @in_hdrlen: reader header size, This is the size of response protocol data
787 /* We allocate a inline protocol data of only 4k bytes. in p9_client_zc_rpc()
1036 * followed by data accessed from userspace by read in p9_client_create()
2038 int p9_client_readdir(struct p9_fid *fid, char *data, u32 count, u64 offset) in p9_client_readdir() argument
2044 struct kvec kv = {.iov_base = data, .iov_len = count}; in p9_client_readdir()
2091 memmove(data, dataptr, count); in p9_client_readdir()
/kernel/linux/linux-6.6/net/mac80211/
H A Dibss.c547 /* XXX: should not really modify cfg80211 data */ in ieee80211_ibss_finish_csa()
1527 struct ieee80211_mgmt *mgmt = (void *)req->data; in ieee80211_rx_mgmt_probe_req()
1579 memcpy(((struct ieee80211_mgmt *) skb->data)->da, mgmt->sa, ETH_ALEN); in ieee80211_rx_mgmt_probe_req()
1628 mgmt = (struct ieee80211_mgmt *) skb->data; in ieee80211_ibss_rx_queued_mgmt()
/kernel/linux/linux-6.6/net/ipv4/
H A Daf_inet.c700 tcp_sk(sk)->fastopen_req->data ? 1 : 0; in __inet_stream_connect()
1520 iph2 = (struct iphdr *)(p->data + off); in inet_gro_receive()
1645 struct iphdr *iph = (struct iphdr *)(skb->data + nhoff); in inet_gro_complete()

Completed in 83 milliseconds

1...<<1851185218531854185518561857185818591860>>...1960