Home
last modified time | relevance | path

Searched refs:data (Results 44426 - 44450 of 47569) sorted by relevance

1...<<1771177217731774177517761777177817791780>>...1903

/kernel/linux/linux-6.6/drivers/dma/xilinx/
H A Dxilinx_dpdma.c1502 static irqreturn_t xilinx_dpdma_irq_handler(int irq, void *data) in xilinx_dpdma_irq_handler() argument
1504 struct xilinx_dpdma_device *xdev = data; in xilinx_dpdma_irq_handler()
/kernel/linux/linux-6.6/drivers/firmware/arm_scmi/
H A Dnotify.c54 * pushes the event-data itself on a protocol-dedicated kfifo queue for further
65 * conveyed, converted into a custom per-event report struct, as the void *data
274 * deferred worker when fetching data from the kfifo
382 * as their *data parameter.
1498 static int scmi_devm_notifier_match(struct device *dev, void *res, void *data) in scmi_devm_notifier_match() argument
1501 struct scmi_notifier_devres *xres = data; in scmi_devm_notifier_match()
H A Dperf.c225 static void scmi_perf_xa_destroy(void *data) in scmi_perf_xa_destroy() argument
228 struct scmi_perf_info *pinfo = data; in scmi_perf_xa_destroy()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c47 * data that has already been loaded into the input register
154 /* halt data paths */ in ixgbe_ipsec_stop_data()
174 /* If the tx fifo doesn't have link, but still has data, in ixgbe_ipsec_stop_data()
281 /* restart the data paths by clearing the DISABLE bits */ in ixgbe_ipsec_start_engine()
424 * This copies the protocol keys and salt to our own data tables. The
620 NL_SET_ERR_MSG_MOD(extack, "Failed to get key data for Rx SA table"); in ixgbe_ipsec_add_sa()
729 NL_SET_ERR_MSG_MOD(extack, "Failed to get key data for Tx SA table"); in ixgbe_ipsec_add_sa()
822 * @skb: current data packet
847 * ixgbe_ipsec_vf_clear - clear the tables of data for a VF
884 * Make up a new xs and algorithm info from the data sen
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H A Dsubr.c349 /* Read the data. */ in mi1_mdio_ext_read()
370 /* Write the data. */ in mi1_mdio_ext_write()
565 int t1_seeprom_read(adapter_t *adapter, u32 addr, __le32 *data) in t1_seeprom_read() argument
586 *data = cpu_to_le32(v); in t1_seeprom_read()
1065 * Allocate and initialize the data structures that hold the SW state of
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/
H A Dvnic_dev.c1189 * @data: filter data
1192 struct filter *data) in vnic_dev_classifier()
1216 *(struct filter *)&tlv->val = *data; in vnic_dev_classifier()
1191 vnic_dev_classifier(struct vnic_dev *vdev, u8 cmd, u16 *entry, struct filter *data) vnic_dev_classifier() argument
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dpcie.c41 * in the kernel data structures, this may be OK. in hfi1_pcie_init()
409 * @dd: Valid device data structure
608 /* or response data */
829 u16 code, u16 data) in write_gasket_interrupt()
833 ((u64)data << ASIC_PCIE_SD_INTRPT_LIST_INTRPT_DATA_SHIFT))); in write_gasket_interrupt()
828 write_gasket_interrupt(struct hfi1_devdata *dd, int index, u16 code, u16 data) write_gasket_interrupt() argument
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.h877 void *data; member
922 * @data: The memory pointed at by the ring
930 u8 **data; member
1234 * @soc: Holding specific data among vaious SoCs
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H A Drx_common.c862 static void efx_filter_rfs_work(struct work_struct *data) in efx_filter_rfs_work() argument
864 struct efx_async_filter_insertion *req = container_of(data, struct efx_async_filter_insertion, in efx_filter_rfs_work()
/kernel/linux/linux-6.6/drivers/net/
H A Dtap.c142 * file or the dev. The data structure is freed through __sk_free
1189 skb_reserve(skb, xdp->data - xdp->data_hard_start); in tap_get_user_xdp()
1190 skb_put(skb, xdp->data_end - xdp->data); in tap_get_user_xdp()
/kernel/linux/linux-6.6/drivers/media/platform/
H A Dm2m-deinterlace.c58 /* Per-queue, driver-specific private data */
87 /* Source and destination queue data */
177 static void dma_callback(void *data) in dma_callback() argument
179 struct deinterlace_ctx *curr_ctx = data; in dma_callback()
769 dprintk(ctx->dev, "%s data will not fit into plane (%lu < %lu)\n", in deinterlace_buf_prepare()
/kernel/linux/linux-6.6/drivers/media/pci/cx23885/
H A Dcx23885-video.c65 /* static data */
163 int cx23885_flatiron_write(struct cx23885_dev *dev, u8 reg, u8 data) in cx23885_flatiron_write() argument
166 u8 buf[] = { reg, data }; in cx23885_flatiron_write()
/kernel/linux/linux-6.6/drivers/media/platform/nxp/
H A Dimx-mipi-csis.c224 /* Non-image packet data buffers */
273 /* Non-image data receive events */
274 { false, MIPI_CSIS_INT_SRC_EVEN_BEFORE, "Non-image data before even frame" },
275 { false, MIPI_CSIS_INT_SRC_EVEN_AFTER, "Non-image data after even frame" },
276 { false, MIPI_CSIS_INT_SRC_ODD_BEFORE, "Non-image data before odd frame" },
277 { false, MIPI_CSIS_INT_SRC_ODD_AFTER, "Non-image data after odd frame" },
475 * Format (informative)" to transmit JPEG data using one of the
476 * Data Types aimed to represent arbitrary data, such as the
480 * CSIS outputs data in quad pixel mode regardless of the mode
486 * Some sensors (such as the OV5640) send JPEG data usin
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dds90ub953.c1153 "failed to parse sink endpoint data\n"); in ub953_parse_dt()
1158 "bad number of data-lanes: %u\n", nlanes); in ub953_parse_dt()
1313 return dev_err_probe(dev, -ENODEV, "Platform data missing\n"); in ub953_probe()
1409 { .compatible = "ti,ds90ub953-q1", .data = &ds90ub953_hw },
1410 { .compatible = "ti,ds90ub971-q1", .data = &ds90ub971_hw },
H A Dov9282.c477 /* Read data from register */ in ov9282_read_reg()
1169 "number of CSI2 data lanes %d is not supported", in ov9282_parse_hw_config()
1507 { .compatible = "ovti,ov9281", .data = "ov9281" },
1508 { .compatible = "ovti,ov9282", .data = "ov9282" },
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H A Dsaa7164-encoder.c721 /* allocate + initialize per filehandle data */ in fops_open()
770 crc = crc32(0, ubuf->data, ubuf->actual_size); in saa7164_enc_next_buf()
842 p = ubuf->data + ubuf->pos; in fops_read()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H A Drcar_drif.c10 * external master device driving the SCK. It receives data into a FIFO,
11 * then this driver uses the SYS-DMAC engine to move the data from
17 * common CLK & SYNC from master. The two data pins D0 & D1 shall be
22 * (1) both internal channels (D0 & D1) to receive data in parallel (or)
23 * (2) one internal channel (D0 or D1) to receive data
78 #define RCAR_DRIF_RDREQ BIT(12) /* Receive data xfer req */
181 /* OF graph endpoint's V4L2 async data */
222 struct rcar_drif_graph_ep ep; /* Endpoint V4L2 async data */
241 static void rcar_drif_write(struct rcar_drif *ch, u32 offset, u32 data) in rcar_drif_write() argument
243 writel(data, c in rcar_drif_write()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Dar5008_phy.c92 u32 *data = ah->analogBank6Data; in ar5008_write_bank6() local
98 REG_WRITE(ah, INI_RA(array, r, 0), data[r]); in ar5008_write_bank6()
535 * Software does not need to program bank data in ar5008_hw_set_rf_regs()
H A Dhtc_drv_init.c519 static bool ath_usb_eeprom_read(struct ath_common *common, u32 off, u16 *data) in ath_usb_eeprom_read() argument
532 *data = MS(REG_READ(ah, AR_EEPROM_STATUS_DATA(ah)), in ath_usb_eeprom_read()
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtl818x/rtl8180/
H A Drtl8225.c22 static void rtl8225_write(struct ieee80211_hw *dev, u8 addr, u16 data) in rtl8225_write() argument
29 bangdata = (data << 4) | (addr & 0xf); in rtl8225_write()
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c22 * if_sdio_card_to_host() to pad the data.
462 firmware = fw->data; in if_sdio_prog_helper()
558 firmware = fw->data; in if_sdio_prog_real()
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-paris.c434 (*map)[*num_maps].data.mux.group = grp->name; in mtk_pctrl_dt_node_to_map_func()
443 (*map)[*num_maps].data.mux.function = mtk_gpio_functions[fnum]; in mtk_pctrl_dt_node_to_map_func()
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/
H A Dam65-cpts.c941 * It checks if packet can be timestamped, fills internal cpts data
968 static void cpts_free_clk_mux(void *data) in cpts_free_clk_mux() argument
970 struct am65_cpts *cpts = data; in cpts_free_clk_mux()
/kernel/linux/linux-6.6/drivers/pinctrl/meson/
H A Dpinctrl-meson-g12a.c1410 .data = &meson_g12a_periphs_pinctrl_data,
1414 .data = &meson_g12a_aobus_pinctrl_data,
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-at91-pio4.c80 * struct atmel_pioctrl_data - Atmel PIO controller (pinmux + gpio) data struct
1062 .data = &atmel_sama5d2_pioctrl_data,
1065 .data = &microchip_sama7g5_pioctrl_data,
1096 return dev_err_probe(dev, -ENODEV, "Invalid device data\n"); in atmel_pinctrl_probe()

Completed in 76 milliseconds

1...<<1771177217731774177517761777177817791780>>...1903