Home
last modified time | relevance | path

Searched refs:data (Results 46351 - 46375 of 56878) sorted by relevance

1...<<1851185218531854185518561857185818591860>>...2276

/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h88 * @ccm: common control message handler data
195 * struct nfp_bpf_map - private per-map data attached to BPF maps for offload
277 * @pkt_cache: packet data cache information
278 * @pkt_cache.range_start: start offset for associated packet data cache
279 * @pkt_cache.range_end: end offset for associated packet data cache
280 * @pkt_cache.do_init: this read needs to initialize packet data cache
608 int nfp_bpf_event_output(struct nfp_app_bpf *bpf, const void *data,
613 nfp_bpf_ctrl_msg_rx_raw(struct nfp_app *app, const void *data,
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
H A Dqede.h225 * at the end of skb->data, to avoid wasting a full cache line.
294 * RX ring buffer contains pointer to kmalloc() data only,
298 struct page *data; member
310 /* rx_buf is a data buffer that can be placed / consumed from rx bd
311 * chain. It has two purposes: We will preallocate the data buffer
378 struct eth_db_data data; member
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
H A Dminimal.c106 u8 *data) in mlxsw_m_get_module_eeprom()
112 ee, data); in mlxsw_m_get_module_eeprom()
105 mlxsw_m_get_module_eeprom(struct net_device *netdev, struct ethtool_eeprom *ee, u8 *data) mlxsw_m_get_module_eeprom() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c405 int rsn, char **field, int nfile, void *data) in add_res_tree()
416 d->object = data; in add_res_tree()
403 add_res_tree(struct mlx5_core_dev *dev, enum dbg_rsc_type type, struct dentry *root, struct mlx5_rsc_debug **dbg, int rsn, char **field, int nfile, void *data) add_res_tree() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/
H A Dnic.h296 struct falcon_nic_data *data = efx->nic_data; in falcon_board() local
297 return &data->board; in falcon_board()
314 /* TX data path */
332 /* RX data path */
354 /* Event data path */
H A Dqt202x_phy.c459 struct ethtool_eeprom *ee, u8 *data) in qt202x_phy_get_module_eeprom()
475 data[i] = rc; in qt202x_phy_get_module_eeprom()
458 qt202x_phy_get_module_eeprom(struct ef4_nic *efx, struct ethtool_eeprom *ee, u8 *data) qt202x_phy_get_module_eeprom() argument
/kernel/linux/linux-5.10/drivers/iio/adc/
H A Dimx7d_adc.c468 static void __imx7d_adc_disable(void *data) in __imx7d_adc_disable() argument
470 imx7d_adc_disable(data); in __imx7d_adc_disable()
H A Dhi8435.c457 static void hi8435_triggered_event_cleanup(void *data) in hi8435_triggered_event_cleanup() argument
459 iio_triggered_event_cleanup(data); in hi8435_triggered_event_cleanup()
H A Dad7091r-base.c360 static void ad7091r_remove(void *data) in ad7091r_remove() argument
362 struct ad7091r_state *st = data; in ad7091r_remove()
/kernel/linux/linux-5.10/drivers/iio/orientation/
H A Dhid-sensor-incl-3d.c181 /* Function to push data to buffer */
182 static void hid_sensor_push_data(struct iio_dev *indio_dev, u8 *data, int len) in hid_sensor_push_data() argument
185 iio_push_to_buffers(indio_dev, (u8 *)data); in hid_sensor_push_data()
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H A Dhid-sensor-magn-3d.c276 /* Function to push data to buffer */
277 static void hid_sensor_push_data(struct iio_dev *indio_dev, const void *data) in hid_sensor_push_data() argument
280 iio_push_to_buffers(indio_dev, data); in hid_sensor_push_data()
/kernel/linux/linux-5.10/drivers/iio/proximity/
H A Das3935.c350 static void as3935_stop_work(void *data) in as3935_stop_work() argument
352 struct iio_dev *indio_dev = data; in as3935_stop_work()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dda9052-hwmon.c387 static irqreturn_t da9052_tsi_datardy_irq(int irq, void *data) in da9052_tsi_datardy_irq() argument
389 struct da9052_hwmon *hwmon = data; in da9052_tsi_datardy_irq()
H A Dpwm-fan.c239 dev_err(dev, "Wrong data!\n"); in pwm_fan_of_get_cooling_data()
269 static void pwm_fan_regulator_disable(void *data) in pwm_fan_regulator_disable() argument
271 regulator_disable(data); in pwm_fan_regulator_disable()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-xlr.c355 .data = &xlr_i2c_config_tangox,
378 priv->cfg = match->data; in xlr_i2c_probe()
H A Di2c-wmt.c324 static irqreturn_t wmt_i2c_isr(int irq, void *data) in wmt_i2c_isr() argument
326 struct wmt_i2c_dev *i2c_dev = data; in wmt_i2c_isr()
H A Di2c-diolan-u2c.c163 /* Send command (no data) */
171 /* Send command with one byte of data */
172 static int diolan_usb_cmd_data(struct i2c_diolan_u2c *dev, u8 command, u8 data, in diolan_usb_cmd_data() argument
176 dev->obuffer[dev->olen++] = data; in diolan_usb_cmd_data()
181 /* Send command with two bytes of data */
459 /* save our data pointer in this interface device */ in diolan_u2c_probe()
/kernel/linux/linux-5.10/drivers/iio/gyro/
H A Dadis16136.c526 static void adis16136_stop(void *data) in adis16136_stop() argument
528 adis16136_stop_device(data); in adis16136_stop()
/kernel/linux/linux-5.10/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c223 /* Function to push data to buffer */
224 static void hid_sensor_push_data(struct iio_dev *indio_dev, void *data, in hid_sensor_push_data() argument
228 iio_push_to_buffers_with_timestamp(indio_dev, data, timestamp); in hid_sensor_push_data()
/kernel/linux/linux-5.10/drivers/iio/light/
H A Dcm32181.c302 * Convert sensor raw data to lux. It depends on integration
432 static void cm32181_unregister_dummy_client(void *data) in cm32181_unregister_dummy_client() argument
434 struct i2c_client *client = data; in cm32181_unregister_dummy_client()
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-tmc-core.c173 static ssize_t tmc_read(struct file *file, char __user *data, size_t len, in tmc_read() argument
184 if (copy_to_user(data, bufp, actual)) { in tmc_read()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dsdma.h273 * sdma_init() is used to initialize data structures and
301 * @dd: a back-pointer to the device data
491 * @tlen: total packet length (pbc + headers + data)
528 * user data portion of tlen should be precise. The sdma_txadd_* entrances
580 * @tlen: total packet length (pbc + headers + data)
883 * @data
891 u16 data, in sdma_build_ahg_descriptor()
903 ((data & SDMA_AHG_VALUE_MASK) << in sdma_build_ahg_descriptor()
890 sdma_build_ahg_descriptor( u16 data, u8 dwindex, u8 startbit, u8 bits) sdma_build_ahg_descriptor() argument
/kernel/linux/linux-5.10/drivers/net/hamradio/
H A Dbpqether.c208 len = skb->data[0] + skb->data[1] * 256 - 5; in bpq_rcv()
211 skb_trim(skb, len); /* Set the length of the data */ in bpq_rcv()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddynack.c223 hdr = (struct ieee80211_hdr *)skb->data; in ath_dynack_sample_tx_ts()
295 struct ieee80211_hdr *hdr = (struct ieee80211_hdr *)skb->data; in ath_dynack_sample_ack_ts()
381 * ath_dynack_init - init dynack data structure
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dd3.h102 * @IWL_D3_PROTO_OFFLOAD_ARP: ARP data is enabled
104 * @IWL_D3_PROTO_IPV4_VALID: IPv4 data is valid
105 * @IWL_D3_PROTO_IPV6_VALID: IPv6 data is valid
262 * struct iwl_wowlan_ipv4_tcp_syn - WoWLAN IPv4 TCP SYN pattern data
287 * struct iwl_wowlan_ipv6_tcp_syn - WoWLAN Ipv6 TCP SYN pattern data
319 * @bitmask: bitmask pattern data
324 * @ipv4_tcp_syn: IPv4 TCP SYN pattern data
329 * @ipv6_tcp_syn: IPv6 TCP SYN pattern data
349 * @u: the union containing the match data, or undefined for
603 * @gtk: GTK data
755 u8 data[IWL_WOWLAN_TCP_MAX_PACKET_LEN]; global() member
761 u8 data[IWL_WOWLAN_REMOTE_WAKE_MAX_PACKET_LEN]; global() member
[all...]

Completed in 51 milliseconds

1...<<1851185218531854185518561857185818591860>>...2276