Home
last modified time | relevance | path

Searched refs:data (Results 48926 - 48950 of 55749) sorted by relevance

1...<<1951195219531954195519561957195819591960>>...2230

/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmac80211_if.c289 /* free ucode data */ in brcms_free()
676 /* Beacon data changed, retrieve new beacon (beaconing modes) */ in brcms_ops_bss_info_changed()
1602 hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data; in brcms_ucode_init_buf()
1607 pdata = wl->fw.fw_bin[i]->data + in brcms_ucode_init_buf()
1634 hdr = (struct firmware_hdr *)wl->fw.fw_hdr[i]->data; in brcms_ucode_init_uint()
1638 pdata = wl->fw.fw_bin[i]->data + in brcms_ucode_init_uint()
1697 ucode_hdr = (struct firmware_hdr *)fw_hdr->data; in brcms_check_firmwares()
/kernel/linux/linux-6.6/drivers/net/ethernet/toshiba/
H A Dspider_net.c411 offset = ((unsigned long)descr->skb->data) & in spider_net_prepare_rx_descr()
416 buf = dma_map_single(&card->pdev->dev, descr->skb->data, in spider_net_prepare_rx_descr()
639 * spider_net_prepare_tx_descr - fill tx descriptor with skb data
645 * fills out the descriptor structure with skb data and len. Copies data,
658 buf = dma_map_single(&card->pdev->dev, skb->data, skb->len, in spider_net_prepare_tx_descr()
663 "Dropping packet\n", skb->data, skb->len); in spider_net_prepare_tx_descr()
905 * @t: timer context used to obtain the pointer to net card data structure
946 * Fills out skb structure and passes the data to the stack.
1066 dev_info(dev, "dmac=%08x data sta in show_rx_chain()
[all...]
/kernel/linux/linux-6.6/drivers/net/phy/
H A Ddp83640.c743 void *data, int len, u16 ests) in decode_evnt()
757 /* check if enough data is available */ in decode_evnt()
762 ext_status = *(u16 *) data; in decode_evnt()
763 data += sizeof(ext_status); in decode_evnt()
766 phy_txts = data; in decode_evnt()
932 ptr = skb->data + 2; in decode_status_frame()
742 decode_evnt(struct dp83640_private *dp83640, void *data, int len, u16 ests) decode_evnt() argument
/kernel/linux/linux-6.6/drivers/nfc/
H A Dtrf7970a.c64 * normally and recieves the response data (or error) but just before
65 * sending the data upstream, it frees the rx_skb and sends -ECANCELED
69 * When recieving data from a tag and the interrupt status register has
70 * only the SRX bit set, it means that all of the data has been received
74 * data arrives. After 20 ms, it is assumed that all of the data has been
75 * received and the accumulated rx data is sent upstream. The
77 * (i.e., it indicates that some data has been received but we're not sure
78 * if there is more coming so a timeout in this state means all data has
93 * messes up the data returne
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/
H A Detnaviv_gpu.c1521 static irqreturn_t irq_handler(int irq, void *data) in irq_handler() argument
1523 struct etnaviv_gpu *gpu = data; in irq_handler()
1731 void *data) in etnaviv_gpu_bind()
1733 struct drm_device *drm = data; in etnaviv_gpu_bind()
1787 void *data) in etnaviv_gpu_unbind()
1730 etnaviv_gpu_bind(struct device *dev, struct device *master, void *data) etnaviv_gpu_bind() argument
1786 etnaviv_gpu_unbind(struct device *dev, struct device *master, void *data) etnaviv_gpu_unbind() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-samsung-s6e8aa0.c136 static void s6e8aa0_dcs_write(struct s6e8aa0 *ctx, const void *data, size_t len) in s6e8aa0_dcs_write() argument
144 ret = mipi_dsi_dcs_write_buffer(dsi, data, len); in s6e8aa0_dcs_write()
147 (int)len, data); in s6e8aa0_dcs_write()
152 static int s6e8aa0_dcs_read(struct s6e8aa0 *ctx, u8 cmd, void *data, size_t len) in s6e8aa0_dcs_read() argument
160 ret = mipi_dsi_dcs_read(dsi, cmd, data, len); in s6e8aa0_dcs_read()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-wiimote-core.c55 wdata->queue.outq[wdata->queue.tail].data, in wiimote_queue_worker()
95 memcpy(wdata->queue.outq[wdata->queue.head].data, buffer, count); in wiimote_queue()
178 * the requested data inputs.
182 * - IR cam in extended or full mode disables any data transmission
949 __u8 type, data[6]; in wiimote_init_check() local
992 type = wiimote_cmd_read_ext(wdata, data); in wiimote_init_check()
1018 type = wiimote_cmd_read_ext(wdata, data); in wiimote_init_check()
1184 /* enable data forwarding again and set expected hotplug state */ in wiimote_init_hotplug()
1343 /* detect MP data that is sent interleaved with EXT data */ in handler_ext()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_dsi.c79 /* Command with BTA for either ack or read data. */
171 /* Format of the data written to TXPKT_PIX_FIFO. */
212 /* Control error: incorrect line state sequence on data lane 0. */
258 /* Control error: incorrect line state sequence on data lane 0. */
1188 /* Divide data across the various FIFOs we have available. in vc4_dsi_host_transfer()
1189 * The command FIFO takes byte-oriented data, but is of in vc4_dsi_host_transfer()
1191 * pixel data in reality) is word oriented, and substantially in vc4_dsi_host_transfer()
1192 * larger. So, we use the pixel FIFO for most of the data, in vc4_dsi_host_transfer()
1238 * data in command mode. in vc4_dsi_host_transfer()
1481 static irqreturn_t vc4_dsi_irq_defer_to_thread_handler(int irq, void *data) in vc4_dsi_irq_defer_to_thread_handler() argument
1496 vc4_dsi_irq_handler(int irq, void *data) vc4_dsi_irq_handler() argument
1646 vc4_dsi_bind(struct device *dev, struct device *master, void *data) vc4_dsi_bind() argument
[all...]
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dtsl2772.c145 /* Per-device data */
336 static int tsl2772_write_control_reg(struct tsl2772_chip *chip, u8 data) in tsl2772_write_control_reg() argument
341 TSL2772_CMD_REG | TSL2772_CNTRL, data); in tsl2772_write_control_reg()
345 __func__, data, ret); in tsl2772_write_control_reg()
433 "%s: data not valid yet\n", __func__); in tsl2772_get_lux()
456 /* have no data, so return LAST VALUE */ in tsl2772_get_lux()
501 * tsl2772_get_prox() - Reads proximity data registers and updates
617 * with those provided by a 'platform' data struct or
825 static void tsl2772_chip_off_action(void *data) in tsl2772_chip_off_action() argument
827 struct iio_dev *indio_dev = data; in tsl2772_chip_off_action()
[all...]
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
H A Ddsp_cmx.c33 * data flow from upper to lower layer is done.
34 * Two members will also exchange their data so they are crossconnected.
40 * - Force mixing of transmit data with other crossconnect/conference members.
53 * The rx-buffer is a ring buffer used to store the received data for each
54 * individual member. This is only the case if data needs to be dejittered
68 * The tx-buffer is a ring buffer to queue the transmit data from user space
71 * (some) data is dropped so that it will not overrun.
72 * Additionally a dynamic dejittering can be enabled. this allows data from
78 * A Clock is not required, if the data source has exactly one clock. In this
79 * case the data sourc
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Ddm-snap.c705 * Return the exception data for a sector, or NULL if not
1325 /* Allocate hash table for COW data */ in snapshot_ctr()
2383 iterate_devices_callout_fn fn, void *data) in snapshot_iterate_devices()
2388 r = fn(ti, snap->origin, 0, ti->len, data); in snapshot_iterate_devices()
2391 r = fn(ti, snap->cow, 0, get_dev_size(snap->cow->bdev), data); in snapshot_iterate_devices()
2732 iterate_devices_callout_fn fn, void *data) in origin_iterate_devices()
2736 return fn(ti, o->dev, 0, ti->len, data); in origin_iterate_devices()
2382 snapshot_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) snapshot_iterate_devices() argument
2731 origin_iterate_devices(struct dm_target *ti, iterate_devices_callout_fn fn, void *data) origin_iterate_devices() argument
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-kwork.c10 #include "util/data.h"
1299 struct kwork_work *data; in work_sort() local
1309 data = rb_entry(node, struct kwork_work, node); in work_sort()
1311 data, &kwork->sort_list); in work_sort()
1398 struct perf_data data = { in perf_kwork__read_events() local
1404 session = perf_session__new(&data, &kwork->tool); in perf_kwork__read_events()
/kernel/linux/linux-6.6/net/sched/
H A Dact_api.c56 kfree(cookie->data); in tcf_free_cookie_rcu()
493 if (nla_put(skb, TCA_ACT_COOKIE, cookie->len, cookie->data)) { in tcf_action_dump_terse()
1241 c->data = nla_memdup(tb[TCA_ACT_COOKIE], GFP_KERNEL); in nla_memdup_cookie()
1242 if (!c->data) { in nla_memdup_cookie()
1414 kfree(user_cookie->data); in tcf_action_init_1()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnfnetlink_queue.c164 unsigned long data);
249 nfqnl_flush(struct nfqnl_instance *queue, nfqnl_cmpfn cmpfn, unsigned long data) in nfqnl_flush() argument
255 if (!cmpfn || cmpfn(entry, data)) { in nfqnl_flush()
753 /* When called from bridge netfilter, skb->data must point to MAC header
867 nfqnl_mangle(void *data, unsigned int data_len, struct nf_queue_entry *e, int diff) in nfqnl_mangle() argument
894 skb_copy_to_linear_data(e->skb, data, data_len); in nfqnl_mangle()
/kernel/linux/linux-6.6/net/vmw_vsock/
H A Daf_vsock.c1105 /* Connected sockets that can produce data can be written. */ in vsock_poll()
1809 /* Send data only if both sides are not shutdown in the direction. */ in vsock_connectible_sendmsg()
1827 /* Wait for room in the produce queue to enqueue our user's data. */ in vsock_connectible_sendmsg()
1938 s64 data; in vsock_connectible_wait_data() local
1947 data = vsock_connectible_has_data(vsk); in vsock_connectible_wait_data()
1948 if (data != 0) in vsock_connectible_wait_data()
1988 * data. XXX This should be changed to a connection in vsock_connectible_wait_data()
1991 if (data < 0) in vsock_connectible_wait_data()
1994 return data; in vsock_connectible_wait_data()
2015 * have that much data t in __vsock_stream_recvmsg()
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1054 /* Add to quick lookup data structures */ in vm_userspace_mem_region_add()
2088 * Read stat data for a particular stat
2094 * max_elements - the maximum number of 8-byte values to read into data
2097 * data - the buffer into which stat data should be read
2099 * Read the data values of a specified stat from the binary stats interface.
2102 struct kvm_stats_desc *desc, uint64_t *data, in read_stat_data()
2106 size_t size = nr_elements * sizeof(*data); in read_stat_data()
2112 ret = pread(stats_fd, data, size, in read_stat_data()
2123 * Read the data o
2101 read_stat_data(int stats_fd, struct kvm_stats_header *header, struct kvm_stats_desc *desc, uint64_t *data, size_t max_elements) read_stat_data() argument
2135 __vm_get_stat(struct kvm_vm *vm, const char *stat_name, uint64_t *data, size_t max_elements) __vm_get_stat() argument
[all...]
/kernel/linux/linux-6.6/security/apparmor/
H A Dlsm.c92 * transfer the apparmor data to a blank set of creds
586 const char *type, unsigned long flags, void *data) in apparmor_sb_mount()
601 data); in apparmor_sb_mount()
614 path, type, flags, data); in apparmor_sb_mount()
1196 * @skb: packet data
1804 .data = &unprivileged_userns_apparmor_policy,
1811 .data = &apparmor_display_secid_mode,
585 apparmor_sb_mount(const char *dev_name, const struct path *path, const char *type, unsigned long flags, void *data) apparmor_sb_mount() argument
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py170 application=self.cur_application, data=slots, global_data=global_data
196 def set_report(self, req, rnum, rtype, data):
214 values = f.get_values(data)
276 # now create the global data
496 def create_report(self, data, global_data=None, reportID=None, application=None):
501 return super().create_report(data, global_data=global_data, reportID=3)
788 should ignore any data provided after we have reached this
1244 "uhid test data-modul_7374_1232",
1253 "uhid test data-modul_7374_1252",
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvideodev2.h1106 __u32 data[8]; member
1133 __u32 data[16]; member
1176 __u8 data[48]; member
1184 __u8 data[42]; member
1302 __u8 data[64]; member
/kernel/linux/linux-6.6/drivers/s390/cio/
H A Ddevice.c627 static int match_dev_id(struct device *dev, const void *data) in match_dev_id() argument
630 struct ccw_dev_id *dev_id = (void *)data; in match_dev_id()
1062 /* Allocate I/O subchannel private data. */ in io_subchannel_probe()
1247 static int recovery_check(struct device *dev, void *data) in recovery_check() argument
1251 int *redo = data; in recovery_check()
1318 static int purge_fn(struct device *dev, void *data) in purge_fn() argument
1429 * An unspecified event occurred for this subchannel. Adjust data according
1666 * Poll until activity control is zero, that is, no function or data
/kernel/linux/linux-6.6/net/mac80211/
H A Dieee80211_i.h125 * enum ieee80211_corrupt_data_flags - BSS data corruption flags
138 * enum ieee80211_valid_data_flags - BSS valid data flags
139 * @IEEE80211_BSS_VALID_WMM: WMM/UAPSD data was gathered from non-corrupt IE
145 * of the data structure were received as a result of an un-corrupted
190 * enum ieee80211_rx_flags - RX data flags
275 u8 data[]; member
281 u8 data[]; member
287 u8 data[]; member
394 u8 data[]; member
744 /* offset from skb->data whil
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Dseg6_local.c168 * put_nla_counters() makes use of this data structure to collect all counter
213 return (struct seg6_local_lwt *)lwt->data; in seg6_local_lwtunnel()
530 * By combining the pkinfo data and from the flavors mask, the macro
580 /* The table contains, for each combination of the pktinfo data and
600 * - info extracted from the packet (i.e. pktinfo data) regarding the
624 /* skb->data must be aligned with skb->network_header */
638 srh = (struct ipv6_sr_hdr *)(skb->data + srhoff); in seg6_pop_srh()
646 srh = (struct ipv6_sr_hdr *)(skb->data + srhoff); in seg6_pop_srh()
749 srhoff = srh ? ((unsigned char *)srh - skb->data) : 0; in end_flv8986_core()
761 /* retrieve the action triggered by the combination of pktinfo data an in end_flv8986_core()
[all...]
/kernel/linux/linux-6.6/sound/soc/sh/rcar/
H A Dcore.c37 * driver data Image
45 * | ** these depend on data path
46 * | ** gen and platform data control it
102 { .compatible = "renesas,rcar_sound-gen1", .data = (void *)RSND_GEN1 },
103 { .compatible = "renesas,rcar_sound-gen2", .data = (void *)RSND_GEN2 },
104 { .compatible = "renesas,rcar_sound-gen3", .data = (void *)RSND_GEN3 },
105 { .compatible = "renesas,rcar_sound-gen4", .data = (void *)RSND_GEN4 },
107 { .compatible = "renesas,rcar_sound-r8a77990", .data = (void *)(RSND_GEN3 | RSND_SOC_E) },
384 * *Hardware* L/R and *Software* L/R are inverted for 16bit data. in rsnd_get_dalign()
448 * This is needed for 24bit data in rsnd_get_busif_shift()
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvideodev2.h1106 __u32 data[8]; member
1133 __u32 data[16]; member
1176 __u8 data[48]; member
1184 __u8 data[42]; member
1302 __u8 data[64]; member
/third_party/ffmpeg/libavcodec/
H A Dhevc_filter.c324 uint8_t *src = &s->frame->data[c_idx][y0 * stride_src + (x0 << s->ps.sps->pixel_shift)]; in sao_filter_CTB()
540 src = &s->frame->data[LUMA][y * s->frame->linesize[LUMA] + (x << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()
572 src = &s->frame->data[LUMA][y * s->frame->linesize[LUMA] + (x << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()
606 src = &s->frame->data[chroma][(y >> s->ps.sps->vshift[chroma]) * s->frame->linesize[chroma] + ((x >> s->ps.sps->hshift[chroma]) << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()
639 src = &s->frame->data[chroma][(y >> s->ps.sps->vshift[1]) * s->frame->linesize[chroma] + ((x >> s->ps.sps->hshift[1]) << s->ps.sps->pixel_shift)]; in deblocking_filter_CTB()

Completed in 91 milliseconds

1...<<1951195219531954195519561957195819591960>>...2230