Searched defs:maps (Results 1 - 12 of 12) sorted by relevance

/drivers/mtd/maps/
H A Damd76xrom.c34 struct list_head maps; member in struct:amd76xrom_window
65 .maps = LIST_HEAD_INIT(amd76xrom_window.maps),
81 list_for_each_entry_safe(map, scratch, &window->maps, list) {
276 list_add(&map->list, &window->maps);
284 if (list_empty(&window->maps)) {
H A Dck804xrom.c38 struct list_head maps; member in struct:ck804xrom_window
78 .maps = LIST_HEAD_INIT(ck804xrom_window.maps),
93 list_for_each_entry_safe(map, scratch, &window->maps, list) {
305 list_add(&map->list, &window->maps);
315 if (list_empty(&window->maps)) {
H A Dichxrom.c39 struct list_head maps; member in struct:ichxrom_window
53 .maps = LIST_HEAD_INIT(ichxrom_window.maps),
67 list_for_each_entry_safe(map, scratch, &window->maps, list) {
301 list_add(&map->list, &window->maps);
310 if (list_empty(&window->maps)) {
H A Desb2rom.c100 struct list_head maps; member in struct:esb2rom_window
114 .maps = LIST_HEAD_INIT(esb2rom_window.maps),
128 list_for_each_entry_safe(map, scratch, &window->maps, list) {
365 list_add(&map->list, &window->maps);
374 if (list_empty(&window->maps)) {
/drivers/staging/iio/
H A Dinkern.c29 int iio_map_array_register(struct iio_dev *indio_dev, struct iio_map *maps) argument
34 if (maps == NULL)
38 while (maps[i].consumer_dev_name != NULL) {
44 mapi->map = &maps[i];
62 struct iio_map *maps)
68 if (maps == NULL)
72 while (maps[i].consumer_dev_name != NULL) {
75 if (&maps[i] == mapi->map) {
169 /* first count the matching maps */
61 iio_map_array_unregister(struct iio_dev *indio_dev, struct iio_map *maps) argument
/drivers/media/common/tuners/
H A Dtda18271-priv.h119 struct tda18271_map_layout *maps; member in struct:tda18271_priv
/drivers/pinctrl/
H A Dcore.c35 * @maps: array of mapping table entries
36 * @num_maps: the number of entries in @maps
40 struct pinctrl_map const *maps; member in struct:pinctrl_maps
53 /* List of pinctrl maps (struct pinctrl_maps) */
58 for (_i_ = 0, _map_ = &_maps_node_->maps[_i_]; \
60 i++, _map_ = &_maps_node_->maps[_i_])
585 /* Iterate over the pin control maps to locate the right ones */
792 * @maps: the pincontrol mappings table to register. This should probably be
795 * @num_maps: the number of maps in the mapping table
797 int pinctrl_register_mappings(struct pinctrl_map const *maps, argument
[all...]
/drivers/xen/
H A Dgntdev.c61 struct list_head maps; member in struct:gntdev_priv
62 /* lock protects maps from concurrent changes */
100 pr_debug("%s: maps list (priv %p)\n", __func__, priv);
101 list_for_each_entry(map, &priv->maps, next)
158 list_for_each_entry(map, &priv->maps, next) {
165 list_add_tail(&add->next, &priv->maps);
176 list_for_each_entry(map, &priv->maps, next) {
400 list_for_each_entry(map, &priv->maps, next) {
436 list_for_each_entry(map, &priv->maps, next) {
465 INIT_LIST_HEAD(&priv->maps);
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h83 int maps; member in struct:mthca_fmr
/drivers/staging/sep/
H A Dsep_main.c672 * sep_mmap - maps the shared area to user space
969 * @dma_maps: pointer to place a pointer to array of dma maps
971 * The structure for dma maps is sep_dma_map
972 * @returns number of dma maps on success; negative on error
1010 "There are (hex) %x maps in sg\n", count_mapped);
1044 * @dma_maps: pointer to place a pointer to array of dma maps
1046 * The structure for dma maps is sep_dma_map
1047 * @lli_maps: pointer to place a pointer to array of lli maps
1049 * The structure for dma maps is sep_dma_map
1050 * @returns number of dma maps o
1057 sep_crypto_lli( struct sep_device *sep, struct scatterlist *sg, struct sep_dma_map **maps, struct sep_lli_entry **llis, u32 data_size, enum dma_data_direction direction) argument
[all...]
/drivers/md/
H A Ddm-thin.c915 struct list_head maps; local
918 INIT_LIST_HEAD(&maps);
920 list_splice_init(head, &maps);
923 list_for_each_entry_safe(m, tmp, &maps, list)
/drivers/net/wireless/rtlwifi/
H A Dwifi.h1542 u32 maps[RTL_VAR_MAP_MAX]; member in struct:rtl_hal_cfg

Completed in 1100 milliseconds