[go: nahoru, domu]

Searched refs:map_type (Results 1 - 10 of 10) sorted by relevance

/drivers/media/tuners/
H A Dtda18271-priv.h189 enum tda18271_map_type map_type,
192 enum tda18271_map_type map_type,
H A Dtda18271-maps.c1068 enum tda18271_map_type map_type,
1079 switch (map_type) {
1119 enum tda18271_map_type map_type,
1130 switch (map_type) {
1067 tda18271_lookup_pll_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *post_div, u8 *div) argument
1118 tda18271_lookup_map(struct dvb_frontend *fe, enum tda18271_map_type map_type, u32 *freq, u8 *val) argument
/drivers/pinctrl/
H A Dpinconf.c391 enum pinctrl_map_type map_type; member in struct:dbg_cfg
424 if (map->type != dbg->map_type)
520 dbg->map_type = PIN_MAP_TYPE_CONFIGS_PIN;
560 if (map->type != dbg->map_type)
H A Dcore.c1446 static inline const char *map_type(enum pinctrl_map_type type) function
1473 map->dev_name, map->name, map_type(map->type),
1521 map_type(setting->type),
/drivers/media/platform/coda/
H A Dcoda.h163 int map_type; member in struct:gdi_tiled_map
H A Dcoda-common.c846 tiled_map->map_type = tiled_map_type;
/drivers/net/vmxnet3/
H A Dvmxnet3_int.h189 u32 map_type; member in struct:vmxnet3_tx_buf_info
H A Dvmxnet3_drv.c315 if (tbi->map_type == VMXNET3_MAP_SINGLE)
318 else if (tbi->map_type == VMXNET3_MAP_PAGE)
322 BUG_ON(tbi->map_type != VMXNET3_MAP_NONE);
324 tbi->map_type = VMXNET3_MAP_NONE; /* to help debugging */
416 tq->buf_info[i].map_type != VMXNET3_MAP_NONE);
493 tq->buf_info[i].map_type = VMXNET3_MAP_NONE;
686 tbi->map_type = VMXNET3_MAP_NONE;
714 tbi->map_type = VMXNET3_MAP_SINGLE;
754 tbi->map_type = VMXNET3_MAP_PAGE;
/drivers/edac/
H A De752x_edac.c219 int map_type; member in struct:e752x_pvt
1055 /* Remap csrow index numbers if map_type is "reverse"
1061 if (!pvt->map_type)
1332 pvt->map_type = ((stat8 & 0x0f) > ((stat8 >> 4) & 0x0f));
/drivers/gpu/drm/
H A Ddrm_vm.c77 static pgprot_t drm_dma_prot(uint32_t map_type, struct vm_area_struct *vma) argument

Completed in 174 milliseconds