Home
last modified time | relevance | path

Searched refs:data (Results 19976 - 20000 of 49187) sorted by relevance

1...<<791792793794795796797798799800>>...1968

/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/
H A Ddtv5100.c22 unsigned char data[80]; member
58 memcpy(st->data, rbuf, rlen); in dtv5100_i2c_msg()
61 type, value, index, st->data, rlen, in dtv5100_i2c_msg()
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-maxiradio.c63 static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16; variable
89 bits |= (pins & TEA575X_DATA) ? data : 0; in maxiradio_tea575x_set_pins()
97 /* Note: this card cannot read out the data of the shift registers,
104 return ((bits & data) ? TEA575X_DATA : 0) | in maxiradio_tea575x_get_pins()
141 /* The data pin cannot be read. This may be a hardware limitation, or in maxiradio_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/
H A Dtx.c81 tx_desc = (struct wl1271_tx_hw_descr *)skb->data; in wl18xx_tx_complete_packet()
100 info->status.rates[0].count = 1; /* no data about retries */ in wl18xx_tx_complete_packet()
119 memmove(skb->data + WL1271_EXTRA_SPACE_TKIP, skb->data, hdrlen); in wl18xx_tx_complete_packet()
/kernel/linux/linux-5.10/drivers/platform/chrome/
H A Dcros_ec_vbc.c35 params = (struct ec_params_vbnvcontext *)msg->data; in vboot_context_read()
50 memcpy(buf, msg->data, resp_sz); in vboot_context_read()
77 params = (struct ec_params_vbnvcontext *)msg->data; in vboot_context_write()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dmtk_scp_ipi.c22 * @priv: private data for IPI handler
140 * scp_ipi_send() - send data from AP to scp.
144 * @buf: the data buffer
145 * @len: the data buffer length
149 * SCP has received the data and starts the processing.
153 * Returns 0 if sending data successfully, -error on error.
183 } while (readl(scp->reg_base + scp->data->host_to_scp_reg)); in scp_ipi_send()
192 writel(scp->data->host_to_scp_int_bit, in scp_ipi_send()
193 scp->reg_base + scp->data->host_to_scp_reg); in scp_ipi_send()
/kernel/linux/linux-5.10/drivers/reset/sti/
H A Dreset-stih407.c133 .data = &stih407_powerdown_controller,
137 .data = &stih407_softreset_controller,
141 .data = &stih407_picophyreset_controller,
/kernel/linux/linux-5.10/include/crypto/
H A Daead.h33 * pointer to the associated data memory location before performing the
35 * data memory is filled during the encryption operation. For decryption, the
36 * associated data memory must contain data that is used to verify the integrity
37 * of the decrypted data. Another deviation from the asynchronous block cipher
47 * associated data || plaintext or ciphertext.
57 * the associated data, even though it won't be written to. This makes the
59 * "destination" associated data to alias the "source" associated data.
63 * associated data, th
458 aead_request_set_callback(struct aead_request *req, u32 flags, crypto_completion_t compl, void *data) aead_request_set_callback() argument
[all...]
H A Dkpp.h17 * @src: Source data
18 * @dst: Destination data
25 * @__ctx: Start of private context data
40 * @base: Common crypto API algorithm data structure
69 * @base: Common crypto API algorithm data structure
204 * @data: private data used by the caller
209 void *data) in kpp_request_set_callback()
212 req->base.data = data; in kpp_request_set_callback()
206 kpp_request_set_callback(struct kpp_request *req, u32 flgs, crypto_completion_t cmpl, void *data) kpp_request_set_callback() argument
[all...]
/kernel/linux/linux-5.10/drivers/staging/fwserial/
H A Dfwserial.h178 void (*notify)(int code, void *data);
179 void (*stats)(struct stats *stats, void *data);
180 void (*proc_show)(struct seq_file *m, void *data);
198 * @con_data: private data for fw_console
/kernel/linux/linux-5.10/include/linux/device/
H A Ddriver.h85 * @p: Driver core's private data, no one other than the driver
157 void *data,
161 struct device *start, const void *data,
162 int (*match)(struct device *dev, const void *data));
/kernel/linux/linux-5.10/include/linux/greybus/
H A Doperation.h140 void *data, size_t size);
221 void *data) in gb_operation_set_data()
223 operation->private = data; in gb_operation_set_data()
220 gb_operation_set_data(struct gb_operation *operation, void *data) gb_operation_set_data() argument
/kernel/linux/linux-6.6/drivers/mfd/
H A Drohm-bd718x7.c192 .data = (void *)ROHM_CHIP_TYPE_BD71837,
196 .data = (void *)ROHM_CHIP_TYPE_BD71847,
200 .data = (void *)ROHM_CHIP_TYPE_BD71847,
H A D88pm805.c127 int data, mask, ret = -EINVAL; in device_irq_init_805() local
142 data = PM805_STATUS0_INT_CLEAR; in device_irq_init_805()
143 ret = regmap_update_bits(map, PM805_INT_STATUS0, mask, data); in device_irq_init_805()
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/
H A Ddtv5100.c22 unsigned char data[80]; member
58 memcpy(st->data, rbuf, rlen); in dtv5100_i2c_msg()
61 type, value, index, st->data, rlen, in dtv5100_i2c_msg()
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-maxiradio.c63 static const int clk = 1, data = 2, wren = 4, mo_st = 8, power = 16; variable
89 bits |= (pins & TEA575X_DATA) ? data : 0; in maxiradio_tea575x_set_pins()
97 /* Note: this card cannot read out the data of the shift registers,
104 return ((bits & data) ? TEA575X_DATA : 0) | in maxiradio_tea575x_get_pins()
141 /* The data pin cannot be read. This may be a hardware limitation, or in maxiradio_probe()
/kernel/linux/linux-6.6/drivers/net/dsa/realtek/
H A Drealtek.h77 int (*write_reg_noack)(void *ctx, u32 addr, u32 data);
83 void *chip_data; /* Per-chip extra variant data */
143 uint8_t *data);
145 void rtl8366_get_ethtool_stats(struct dsa_switch *ds, int port, uint64_t *data);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.h27 u8 length, u32 data);
29 u8 length, u32 data);
32 int dr_ste_v1_set_action_decap_l3_list(void *data, u32 data_sz, u8 *hw_action,
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_ptp.h58 u64 *data, int data_index);
170 u64 *data, int data_index) in mlxsw_sp1_get_stats()
259 u64 *data, int data_index) in mlxsw_sp2_get_stats()
169 mlxsw_sp1_get_stats(struct mlxsw_sp_port *mlxsw_sp_port, u64 *data, int data_index) mlxsw_sp1_get_stats() argument
258 mlxsw_sp2_get_stats(struct mlxsw_sp_port *mlxsw_sp_port, u64 *data, int data_index) mlxsw_sp2_get_stats() argument
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsuper.c28 int sharefs_parse_options(struct sharefs_sb_info *sbi, const char *data) in sharefs_parse_options() argument
38 options = kstrdup(data, GFP_KERNEL); in sharefs_parse_options()
39 if (data && !options) { in sharefs_parse_options()
/kernel/linux/linux-6.6/fs/squashfs/
H A Dxz_wrapper.c143 const void *data; in squashfs_xz_uncompress() local
153 data = bvec_virt(bvec); in squashfs_xz_uncompress()
155 stream->buf.in = data + offset; in squashfs_xz_uncompress()
/kernel/linux/linux-6.6/include/linux/greybus/
H A Doperation.h140 void *data, size_t size);
221 void *data) in gb_operation_set_data()
223 operation->private = data; in gb_operation_set_data()
220 gb_operation_set_data(struct gb_operation *operation, void *data) gb_operation_set_data() argument
/kernel/linux/linux-6.6/include/linux/device/
H A Ddriver.h86 * @p: Driver core's private data, no one other than the driver
157 void *data, int (*fn)(struct device *dev, void *));
159 struct device *start, const void *data,
160 int (*match)(struct device *dev, const void *data));
H A Dclass.h43 * @p: The private data of the driver core, no one other than the
97 int class_for_each_device(const struct class *class, const struct device *start, void *data,
98 int (*fn)(struct device *dev, void *data));
100 const void *data, int (*match)(struct device *, const void *));
/kernel/linux/linux-6.6/include/crypto/
H A Daead.h35 * associated data memory location before performing the encryption or
46 * associated data || plaintext or ciphertext.
53 * used to verify the integrity of the plaintext and the associated data.
59 * the associated data, even though it won't be written to. This makes the
61 * "destination" associated data to alias the "source" associated data.
65 * associated data, the first element must point to the plaintext/ciphertext.
69 * of the associated data buffer must contain a second copy of the IV. This is
73 * treat the IV as associated data; nevertheless the length passed to
83 * @assoclen: Length in bytes of associated data fo
487 aead_request_set_callback(struct aead_request *req, u32 flags, crypto_completion_t compl, void *data) aead_request_set_callback() argument
[all...]
H A Dacompress.h24 * @dst: Destination data
28 * @__ctx: Start of private context data
49 * @base: Common crypto API algorithm data structure
62 * @compress_tlen: total data size handled by compress requests
64 * @decompress_tlen: total data size handled by decompress requests
216 * @data: private data used by the caller
221 void *data) in acomp_request_set_callback()
224 req->base.data = data; in acomp_request_set_callback()
218 acomp_request_set_callback(struct acomp_req *req, u32 flgs, crypto_completion_t cmpl, void *data) acomp_request_set_callback() argument
[all...]

Completed in 29 milliseconds

1...<<791792793794795796797798799800>>...1968