/kernel/linux/linux-5.10/drivers/usb/atm/ |
H A D | cxacru.c | 97 * write: request contains the 60 bytes of data to write to flash memory 297 * this data is already in atm_dev there's no point. 442 __le32 data[CMD_PACKET_SIZE / 4]; in adsl_config_store() local 470 data[num * 2 + 1] = cpu_to_le32(index); in adsl_config_store() 471 data[num * 2 + 2] = cpu_to_le32(value); in adsl_config_store() 474 /* send config values when data buffer is full in adsl_config_store() 475 * or no more data in adsl_config_store() 480 data[0] = cpu_to_le32(num); in adsl_config_store() 482 (u8 *) data, 4 + num * 8, NULL, 0); in adsl_config_store() 485 "set card data returne in adsl_config_store() 708 cxacru_cm_get_array(struct cxacru_data *instance, enum cxacru_cm_request cm, u32 *data, int size) cxacru_cm_get_array() argument 938 cxacru_fw(struct usb_device *usb_dev, enum cxacru_fw_request fw, u8 code1, u8 code2, u32 addr, const u8 *data, int size) cxacru_fw() argument [all...] |
/kernel/linux/linux-5.10/drivers/tty/serial/cpm_uart/ |
H A D | cpm_uart_core.c | 352 static irqreturn_t cpm_uart_int(int irq, void *data) in cpm_uart_int() argument 355 struct uart_port *port = data; in cpm_uart_int() 520 * sum of: 1 start bit, number of data bits, 0 or 1 parity bit, in cpm_uart_set_termios() 1139 const u32 *data; in cpm_uart_init_port() local 1146 data = of_get_property(np, "clock", NULL); in cpm_uart_init_port() 1147 if (data) { in cpm_uart_init_port() 1148 struct clk *clk = clk_get(NULL, (const char*)data); in cpm_uart_init_port() 1153 data = of_get_property(np, "fsl,cpm-brg", &len); in cpm_uart_init_port() 1154 if (!data || len != 4) { in cpm_uart_init_port() 1159 pinfo->brg = *data; in cpm_uart_init_port() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | usb.h | 34 * from the data provided by devices. Parsing turns them from a flat 268 static inline void usb_set_intfdata(struct usb_interface *intf, void *data) in usb_set_intfdata() argument 270 dev_set_drvdata(&intf->dev, data); in usb_set_intfdata() 524 * device (either a Ping for isoc endpoints, or a data packet for 540 * receive the data packet. Basically, SEL should be the worse-case 542 * it will get data. 568 * @ep0: endpoint 0 data (default control pipe) 613 * specific data for the device. 876 extern int usb_for_each_dev(void *data, int (*fn)(struct usb_device *, void *)); 1131 * usb_set_intfdata() to associate driver-specific data wit 1825 usb_get_std_status(struct usb_device *dev, int recip, int target, void *data) usb_get_std_status() argument 1832 usb_get_ptm_status(struct usb_device *dev, void *data) usb_get_ptm_status() argument [all...] |
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm8958-dsp2.c | 47 const u8 *data; in wm8958_dsp2_fw() local 62 if (memcmp(fw->data, "WMFW", 4) != 0) { in wm8958_dsp2_fw() 63 data32 = get_unaligned_be32(fw->data); in wm8958_dsp2_fw() 69 len = get_unaligned_be32(fw->data + 4); in wm8958_dsp2_fw() 70 data32 = get_unaligned_be32(fw->data + 8); in wm8958_dsp2_fw() 89 data64 = get_unaligned_be64(fw->data + 24); in wm8958_dsp2_fw() 96 data = fw->data + len; in wm8958_dsp2_fw() 100 dev_err(component->dev, "%s short data block of %zd\n", in wm8958_dsp2_fw() 105 block_len = get_unaligned_be32(data in wm8958_dsp2_fw() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | stat-display.c | 549 void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, in collect_all_aliases() 551 void *data) in collect_all_aliases() 566 cb(config, alias, data, false); in collect_all_aliases() 572 void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, in collect_data() 574 void *data) in collect_data() 578 cb(config, counter, data, true); in collect_data() 582 collect_all_aliases(config, counter, cb, data); in collect_data() 594 struct evsel *counter, void *data, bool first) in aggr_cb() 596 struct aggr_data *ad = data; in aggr_cb() 788 struct evsel *counter, void *data, in counter_aggr_cb() 548 collect_all_aliases(struct perf_stat_config *config, struct evsel *counter, void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, bool first), void *data) collect_all_aliases() argument 571 collect_data(struct perf_stat_config *config, struct evsel *counter, void (*cb)(struct perf_stat_config *config, struct evsel *counter, void *data, bool first), void *data) collect_data() argument 593 aggr_cb(struct perf_stat_config *config, struct evsel *counter, void *data, bool first) aggr_cb() argument 787 counter_aggr_cb(struct perf_stat_config *config __maybe_unused, struct evsel *counter, void *data, bool first __maybe_unused) counter_aggr_cb() argument 824 counter_cb(struct perf_stat_config *config __maybe_unused, struct evsel *counter, void *data, bool first __maybe_unused) counter_cb() argument [all...] |
/kernel/linux/linux-5.10/fs/isofs/ |
H A D | inode.c | 113 static int isofs_remount(struct super_block *sb, int *flags, char *data) in isofs_remount() argument 617 static int isofs_fill_super(struct super_block *s, void *data, int silent) in isofs_fill_super() argument 639 if (!parse_options((char *)data, &opt)) in isofs_fill_super() 1503 static int isofs_iget5_test(struct inode *ino, void *data) in isofs_iget5_test() argument 1507 (struct isofs_iget5_callback_data*)data; in isofs_iget5_test() 1512 static int isofs_iget5_set(struct inode *ino, void *data) in isofs_iget5_set() argument 1516 (struct isofs_iget5_callback_data*)data; in isofs_iget5_set() 1523 * offset that point to the underlying meta-data for the inode. The 1533 struct isofs_iget5_callback_data data; in __isofs_iget() local 1539 data in __isofs_iget() 1563 isofs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) isofs_mount() argument [all...] |
/kernel/linux/linux-5.10/drivers/xen/ |
H A D | grant-table.c | 1119 void *data) in gnttab_foreach_grant_in_range() 1132 fn(pfn_to_gfn(xen_pfn), goffset, glen, data); in gnttab_foreach_grant_in_range() local 1144 void *data) in gnttab_foreach_grant() 1156 fn(pfn_to_gfn(xen_pfn), goffset, XEN_PAGE_SIZE, data); in gnttab_foreach_grant() local 1270 struct gntab_unmap_queue_data *data) in unmap_refs_callback() 1272 struct unmap_refs_callback_data *d = data->data; in unmap_refs_callback() 1280 struct unmap_refs_callback_data data; in gnttab_unmap_refs_sync() local 1282 init_completion(&data.completion); in gnttab_unmap_refs_sync() 1283 item->data in gnttab_unmap_refs_sync() 1115 gnttab_foreach_grant_in_range(struct page *page, unsigned int offset, unsigned int len, xen_grant_fn_t fn, void *data) gnttab_foreach_grant_in_range() argument 1141 gnttab_foreach_grant(struct page **pages, unsigned int nr_grefs, xen_grant_fn_t fn, void *data) gnttab_foreach_grant() argument 1269 unmap_refs_callback(int result, struct gntab_unmap_queue_data *data) unmap_refs_callback() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_dp_helper.c | 375 * @dpcd: DisplayPort configuration data 397 * @dpcd: DisplayPort configuration data 471 /* send back checksum for the last edid extension block data */ in drm_dp_send_real_edid_checksum() 631 * @dpcd: DisplayPort configuration data 659 * @dpcd: DisplayPort configuration data 724 * @dpcd: DisplayPort configuration data 768 * @dpcd: DisplayPort configuration data 825 * @dpcd: DisplayPort configuration data 856 * @dpcd: DisplayPort configuration data 885 * @dpcd: DisplayPort configuration data 2120 drm_dp_get_phy_test_pattern(struct drm_dp_aux *aux, struct drm_dp_phy_test_params *data) drm_dp_get_phy_test_pattern() argument 2171 drm_dp_set_phy_test_pattern(struct drm_dp_aux *aux, struct drm_dp_phy_test_params *data, u8 dp_rev) drm_dp_set_phy_test_pattern() argument [all...] |
H A D | drm_plane.c | 41 * top of a CRTC during the scanout process. Planes take their input data from a 116 blob_data = blob->data; in create_in_format_blob() 484 int drm_mode_getplane_res(struct drm_device *dev, void *data, in drm_mode_getplane_res() argument 487 struct drm_mode_get_plane_res *plane_resp = data; in drm_mode_getplane_res() 522 int drm_mode_getplane(struct drm_device *dev, void *data, in drm_mode_getplane() argument 525 struct drm_mode_get_plane *plane_resp = data; in drm_mode_getplane() 656 * @modifier: data layout modifier 800 int drm_mode_setplane(struct drm_device *dev, void *data, in drm_mode_setplane() argument 803 struct drm_mode_set_plane *plane_req = data; in drm_mode_setplane() 1020 void *data, struc in drm_mode_cursor_ioctl() 1019 drm_mode_cursor_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_mode_cursor_ioctl() argument 1036 drm_mode_cursor2_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_mode_cursor2_ioctl() argument 1044 drm_mode_page_flip_ioctl(struct drm_device *dev, void *data, struct drm_file *file_priv) drm_mode_page_flip_ioctl() argument [all...] |
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | intel_rapl_common.c | 65 #define RAPL_PRIMITIVE_DERIVED BIT(1) /* not from raw data */ 78 /* per domain data, some are optional */ 110 /* per domain data. used to describe individual knobs such that access function 134 bool xlate, u64 *data); 358 u64 *data) in get_current_power_limit() 391 *data = val; in get_current_power_limit() 431 u64 *data) in get_time_window() 465 *data = val; in get_time_window() 487 static int get_max_power(struct powercap_zone *power_zone, int id, u64 *data) in get_max_power() argument 513 *data in get_max_power() 357 get_current_power_limit(struct powercap_zone *power_zone, int cid, u64 *data) get_current_power_limit() argument 430 get_time_window(struct powercap_zone *power_zone, int cid, u64 *data) get_time_window() argument 691 rapl_read_data_raw(struct rapl_domain *rd, enum rapl_primitives prim, bool xlate, u64 *data) rapl_read_data_raw() argument [all...] |
/kernel/linux/linux-5.10/drivers/platform/mellanox/ |
H A D | mlxbf-tmfifo.c | 47 /* Message with data needs at least two words (for header & data). */ 123 * @tx_buf: tx buffer used to buffer data before writing into the FIFO 185 * will be read by the other side as data stream in the same byte order. 457 /* Copy console data into the output buffer. */ 508 /* Console Tx (move data from the output buffer into the TmFifo). */ 516 u64 data; in mlxbf_tmfifo_console_tx() local 526 /* Return if no data to send. */ in mlxbf_tmfifo_console_tx() 550 memcpy(&data, addr, sizeof(u64)); in mlxbf_tmfifo_console_tx() 552 memcpy(&data, add in mlxbf_tmfifo_console_tx() 580 u64 data; mlxbf_tmfifo_rxtx_word() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
H A D | rockchip_vop_reg.c | 892 * have a separate rk3399 win data array here so that we can advertise 1047 .data = &rk3036_vop }, 1049 .data = &rk3126_vop }, 1051 .data = &px30_vop_big }, 1053 .data = &px30_vop_lit }, 1055 .data = &rk3066_vop }, 1057 .data = &rk3188_vop }, 1059 .data = &rk3288_vop }, 1061 .data = &rk3368_vop }, 1063 .data [all...] |
/kernel/linux/linux-5.10/drivers/rpmsg/ |
H A D | qcom_smd.c | 28 * channels for clients to send and receive streaming or packet based data. 54 * data to the channel, this is done by copying the data into the tx ring 58 * The remote processor does the equivalent when it transfer data and upon 59 * receiving the interrupt we check the channel info for new data and delivers 60 * this to the attached device. If the device is not ready to receive the data 196 * @drvdata: driver private data 425 * Calculate the amount of data available in the rx fifo 464 * Copy count bytes of data using 32bit accesses, if that's required. 479 * Copy count bytes of data usin 642 qcom_smd_edge_intr(int irq, void *data) qcom_smd_edge_intr() argument 698 qcom_smd_write_fifo(struct qcom_smd_channel *channel, const void *data, size_t count) qcom_smd_write_fifo() argument 743 __qcom_smd_send(struct qcom_smd_channel *channel, const void *data, int len, bool wait) __qcom_smd_send() argument 963 qcom_smd_send(struct rpmsg_endpoint *ept, void *data, int len) qcom_smd_send() argument 970 qcom_smd_trysend(struct rpmsg_endpoint *ept, void *data, int len) qcom_smd_trysend() argument 1506 qcom_smd_remove_device(struct device *dev, void *data) qcom_smd_remove_device() argument 1552 qcom_smd_remove_edge(struct device *dev, void *data) qcom_smd_remove_edge() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/i2c/ |
H A D | atomisp-gc0310.c | 43 unsigned char data[1]; in gc0310_read_reg() local 52 dev_err(&client->dev, "%s error, invalid data length\n", in gc0310_read_reg() 62 msg[0].buf = data; in gc0310_read_reg() 65 data[0] = (u8)(reg & 0xff); in gc0310_read_reg() 70 msg[1].buf = data; in gc0310_read_reg() 84 *val = (u8)data[0]; in gc0310_read_reg() 89 static int gc0310_i2c_write(struct i2c_client *client, u16 len, u8 *data) in gc0310_i2c_write() argument 98 msg.buf = data; in gc0310_i2c_write() 108 unsigned char data[2] = {0}; in gc0310_write_reg() local 109 u8 *wreg = (u8 *)data; in gc0310_write_reg() [all...] |
/kernel/linux/linux-5.10/drivers/spi/ |
H A D | spi-s3c64xx.c | 144 * which is provided as driver data to the driver. 161 * @pdev: Pointer to device's platform device data 163 * @cntrlr_info: Platform specific data for the controller this driver manages. 172 * @rx_dma: Local receive DMA data (e.g. chan and direction) 173 * @tx_dma: Local transmit DMA data (e.g. chan and direction) 174 * @port_conf: Local SPI port configuartion data 245 static void s3c64xx_spi_dmacb(void *data) in s3c64xx_spi_dmacb() argument 248 struct s3c64xx_spi_dma_data *dma = data; in s3c64xx_spi_dmacb() 252 sdd = container_of(data, in s3c64xx_spi_dmacb() 255 sdd = container_of(data, in s3c64xx_spi_dmacb() 951 s3c64xx_spi_irq(int irq, void *data) s3c64xx_spi_irq() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/ |
H A D | 3c574_cs.c | 156 Wn0EepromCmd = 10, Wn0EepromData = 12, /* EEPROM command/address, data. */ 246 local data structures for one device. The device is registered 516 MDIO protocol. See the MII specifications or DP83840A data sheet 518 The maxium data clock rate is 2.5 Mhz. The timing is easily met by the 557 /* Read the two transition, 16 data, and wire-idle bits. */ in mdio_read() 748 outsl(ioaddr + TX_FIFO, skb->data, (skb->len+3)>>2); in el3_start_xmit() 1038 struct mii_ioctl_data *data = if_mii(rq); in el3_ioctl() local 1043 data->phy_id, data->reg_num, data in el3_ioctl() [all...] |
/kernel/linux/linux-6.6/drivers/memory/tegra/ |
H A D | tegra124-emc.c | 941 "timing %pOFn: failed to read emc burst data: %d\n", in load_one_timing_from_dt() 1163 void *data) in tegra_emc_debug_available_rates_show() 1181 static int tegra_emc_debug_min_rate_get(void *data, u64 *rate) in tegra_emc_debug_min_rate_get() argument 1183 struct tegra_emc *emc = data; in tegra_emc_debug_min_rate_get() 1190 static int tegra_emc_debug_min_rate_set(void *data, u64 rate) in tegra_emc_debug_min_rate_set() argument 1192 struct tegra_emc *emc = data; in tegra_emc_debug_min_rate_set() 1211 static int tegra_emc_debug_max_rate_get(void *data, u64 *rate) in tegra_emc_debug_max_rate_get() argument 1213 struct tegra_emc *emc = data; in tegra_emc_debug_max_rate_get() 1220 static int tegra_emc_debug_max_rate_set(void *data, u64 rate) in tegra_emc_debug_max_rate_set() argument 1222 struct tegra_emc *emc = data; in tegra_emc_debug_max_rate_set() 1162 tegra_emc_debug_available_rates_show(struct seq_file *s, void *data) tegra_emc_debug_available_rates_show() argument 1288 emc_of_icc_xlate_extended(struct of_phandle_args *spec, void *data) emc_of_icc_xlate_extended() argument 1437 devm_tegra_emc_unset_callback(void *data) devm_tegra_emc_unset_callback() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/micrel/ |
H A D | ks8842.c | 163 static void ks8842_dma_rx_cb(void *data); 164 static void ks8842_dma_tx_cb(void *data); 336 timberdale because RX data is received by DMA callbacks in ks8842_reset_hw() 338 to timberdale when there is RX data for it's DMA FIFOs */ in ks8842_reset_hw() 435 /* copy data to the TX buffer */ in ks8842_tx_frame_dma() 472 netdev_dbg(netdev, "%s: len %u head %p data %p tail %p end %p\n", in ks8842_tx_frame() 473 __func__, skb->len, skb->head, skb->data, in ks8842_tx_frame() 481 u16 *ptr16 = (u16 *)skb->data; in ks8842_tx_frame() 494 u32 *ptr = (u32 *)skb->data; in ks8842_tx_frame() 553 ctl->skb->data, DMA_BUFFER_SIZ in __ks8842_start_new_rx_dma() 670 u32 *data = skb_put(skb, len); ks8842_rx_frame() local 832 ks8842_dma_rx_cb(void *data) ks8842_dma_rx_cb() argument 843 ks8842_dma_tx_cb(void *data) ks8842_dma_tx_cb() argument [all...] |
/kernel/linux/linux-6.6/fs/isofs/ |
H A D | inode.c | 113 static int isofs_remount(struct super_block *sb, int *flags, char *data) in isofs_remount() argument 618 static int isofs_fill_super(struct super_block *s, void *data, int silent) in isofs_fill_super() argument 640 if (!parse_options((char *)data, &opt)) in isofs_fill_super() 1496 static int isofs_iget5_test(struct inode *ino, void *data) in isofs_iget5_test() argument 1500 (struct isofs_iget5_callback_data*)data; in isofs_iget5_test() 1505 static int isofs_iget5_set(struct inode *ino, void *data) in isofs_iget5_set() argument 1509 (struct isofs_iget5_callback_data*)data; in isofs_iget5_set() 1516 * offset that point to the underlying meta-data for the inode. The 1526 struct isofs_iget5_callback_data data; in __isofs_iget() local 1532 data in __isofs_iget() 1556 isofs_mount(struct file_system_type *fs_type, int flags, const char *dev_name, void *data) isofs_mount() argument [all...] |
/kernel/linux/linux-6.6/drivers/xen/ |
H A D | grant-table.c | 1203 void *data) in gnttab_foreach_grant_in_range() 1216 fn(pfn_to_gfn(xen_pfn), goffset, glen, data); in gnttab_foreach_grant_in_range() local 1228 void *data) in gnttab_foreach_grant() 1240 fn(pfn_to_gfn(xen_pfn), goffset, XEN_PAGE_SIZE, data); in gnttab_foreach_grant() local 1354 struct gntab_unmap_queue_data *data) in unmap_refs_callback() 1356 struct unmap_refs_callback_data *d = data->data; in unmap_refs_callback() 1364 struct unmap_refs_callback_data data; in gnttab_unmap_refs_sync() local 1366 init_completion(&data.completion); in gnttab_unmap_refs_sync() 1367 item->data in gnttab_unmap_refs_sync() 1199 gnttab_foreach_grant_in_range(struct page *page, unsigned int offset, unsigned int len, xen_grant_fn_t fn, void *data) gnttab_foreach_grant_in_range() argument 1225 gnttab_foreach_grant(struct page **pages, unsigned int nr_grefs, xen_grant_fn_t fn, void *data) gnttab_foreach_grant() argument 1353 unmap_refs_callback(int result, struct gntab_unmap_queue_data *data) unmap_refs_callback() argument [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_reflink.c | 41 * block, write the data to the new block, and if that succeeds we map the 63 * D: --RRRRRRSSSRRRRRRRR--- (data fork) 79 * to disturb the mapping in the data fork until we're sure that the write 81 * mapping from the data fork and moving the new mapping from the CoW fork to 82 * the data fork. This will be discussed shortly. 96 * CoW remapping must be done after the data block write completes, 97 * because we don't want to destroy the old data fork map until we're sure 101 * unmap the corresponding range in the data fork, map the new range into 102 * the data fork, and remove the extent from the CoW fork. Because of 365 * data an in xfs_reflink_convert_unwritten() 725 struct xfs_bmbt_irec got, del, data; xfs_reflink_end_cow_extent() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | regmap.h | 322 * to transmit data. 417 int (*write)(void *context, const void *data, size_t count); 473 * @window_start: Address of first (lowest) register in data window. 474 * @window_len: Number of registers in data window. 478 * 2. access through data window registers. 499 typedef int (*regmap_hw_write)(void *context, const void *data, 547 * data. 1562 * a single logical interrupt. Use &struct regmap_irq_type data 1592 * @irq_drv_data: Driver specific IRQ data which is passed as parameter when 1641 unsigned int (*get_irq_reg)(struct regmap_irq_chip_data *data, [all...] |
/kernel/linux/linux-6.6/drivers/usb/atm/ |
H A D | cxacru.c | 97 * write: request contains the 60 bytes of data to write to flash memory 297 * this data is already in atm_dev there's no point. 442 __le32 data[CMD_PACKET_SIZE / 4]; in adsl_config_store() local 470 data[num * 2 + 1] = cpu_to_le32(index); in adsl_config_store() 471 data[num * 2 + 2] = cpu_to_le32(value); in adsl_config_store() 474 /* send config values when data buffer is full in adsl_config_store() 475 * or no more data in adsl_config_store() 480 data[0] = cpu_to_le32(num); in adsl_config_store() 482 (u8 *) data, 4 + num * 8, NULL, 0); in adsl_config_store() 485 "set card data returne in adsl_config_store() 708 cxacru_cm_get_array(struct cxacru_data *instance, enum cxacru_cm_request cm, u32 *data, int size) cxacru_cm_get_array() argument 935 cxacru_fw(struct usb_device *usb_dev, enum cxacru_fw_request fw, u8 code1, u8 code2, u32 addr, const u8 *data, int size) cxacru_fw() argument [all...] |
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | cpm_uart.c | 355 static irqreturn_t cpm_uart_int(int irq, void *data) in cpm_uart_int() argument 358 struct uart_port *port = data; in cpm_uart_int() 1261 const u32 *data; in cpm_uart_init_port() local 1268 data = of_get_property(np, "clock", NULL); in cpm_uart_init_port() 1269 if (data) { in cpm_uart_init_port() 1270 struct clk *clk = clk_get(NULL, (const char*)data); in cpm_uart_init_port() 1275 data = of_get_property(np, "fsl,cpm-brg", &len); in cpm_uart_init_port() 1276 if (!data || len != 4) { in cpm_uart_init_port() 1281 pinfo->brg = *data; in cpm_uart_init_port() 1284 data in cpm_uart_init_port() [all...] |
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | mvebu-mbus.c | 612 * This function fills in the mvebu_mbus_dram_info_nooverlap data 613 * structure, by looking at the mvebu_mbus_dram_info data, and 850 .data = &armada_370_mbus_data, }, 852 .data = &armada_xp_mbus_data, }, 854 .data = &armada_xp_mbus_data, }, 856 .data = &armada_xp_mbus_data, }, 858 .data = &kirkwood_mbus_data, }, 860 .data = &dove_mbus_data, }, 862 .data = &orion5x_4win_mbus_data, }, 864 .data [all...] |