| /drivers/gpu/drm/bridge/ |
| A D | ite-it6263.c | 489 it6263_lvds_reset(it); in it6263_lvds_config() 491 it6263_lvds_set_afe(it); in it6263_lvds_config() 817 struct it6263 *it; in it6263_probe() local 822 if (IS_ERR(it)) in it6263_probe() 823 return PTR_ERR(it); in it6263_probe() 825 it->dev = dev; in it6263_probe() 826 it->hdmi_i2c = client; in it6263_probe() 857 return dev_err_probe(it->dev, PTR_ERR(it->lvds_i2c), in it6263_probe() 860 it->lvds_regmap = devm_regmap_init_i2c(it->lvds_i2c, in it6263_probe() 866 it6263_lvds_config(it); in it6263_probe() [all …]
|
| /drivers/usb/typec/mux/ |
| A D | it5205.c | 126 struct it5205 *it = data; in it5205_irq_handler() local 177 struct it5205 *it; in it5205_probe() local 181 it = devm_kzalloc(dev, sizeof(*it), GFP_KERNEL); in it5205_probe() 182 if (!it) in it5205_probe() 189 it->client = client; in it5205_probe() 192 if (IS_ERR(it->regmap)) in it5205_probe() 222 sw_desc.drvdata = it; in it5205_probe() 227 if (IS_ERR(it->sw)) in it5205_probe() 231 mux_desc.drvdata = it; in it5205_probe() 236 if (IS_ERR(it->mux)) { in it5205_probe() [all …]
|
| /drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
| A D | vmm.c | 122 it->flush = min(it->flush, it->max - it->lvl); in nvkm_vmm_flush_mark() 131 it->vmm->func->flush(it->vmm, it->flush); in nvkm_vmm_flush() 478 it->desc[it->lvl].func->pde(it->vmm, pgd, pdei); in nvkm_vmm_ref_hwpt() 518 for (it.lvl = 0; desc[it.lvl].bits; it.lvl++) { in nvkm_vmm_iter() 522 it.max = --it.lvl; in nvkm_vmm_iter() 523 it.pt[it.max] = vmm->pd; in nvkm_vmm_iter() 528 it.lvl = it.max; in nvkm_vmm_iter() 575 it.pte[it.lvl] += ptes; in nvkm_vmm_iter() 579 it.pte[it.lvl++] = 0; in nvkm_vmm_iter() 580 it.pte[it.lvl]++; in nvkm_vmm_iter() [all …]
|
| /drivers/of/ |
| A D | base.c | 1244 memset(it, 0, sizeof(*it)); in of_phandle_iterator_init() 1277 if (!it->cur || it->phandle_end >= it->list_end) in of_phandle_iterator_next() 1280 it->cur = it->phandle_end; in of_phandle_iterator_next() 1283 it->phandle = be32_to_cpup(it->cur++); in of_phandle_iterator_next() 1296 it->parent, it->phandle); in of_phandle_iterator_next() 1325 if (it->cur + count > it->list_end) { in of_phandle_iterator_next() 1328 it->parent, it->cells_name, in of_phandle_iterator_next() 1329 count, it->list_end - it->cur); in of_phandle_iterator_next() 1332 it->parent, of_node_full_name(it->node), in of_phandle_iterator_next() 1333 count, it->list_end - it->cur); in of_phandle_iterator_next() [all …]
|
| /drivers/net/wireless/realtek/rtlwifi/ |
| A D | Kconfig | 24 If you choose to build it as a module, it will be called rtl8192ce 35 If you choose to build it as a module, it will be called rtl8192se 47 If you choose to build it as a module, it will be called rtl8192de 60 If you choose to build it as a module, it will be called rtl8723ae 73 If you choose to build it as a module, it will be called rtl8723be 84 If you choose to build it as a module, it will be called rtl8188ee 96 If you choose to build it as a module, it will be called rtl8192ee 108 If you choose to build it as a module, it will be called rtl8821ae 120 If you choose to build it as a module, it will be called rtl8192cu 132 If you choose to build it as a module, it will be called rtl8192du
|
| /drivers/accessibility/speakup/ |
| A D | Kconfig | 8 This is the Speakup screen reader. Think of it as a 10 kernel, it can speak everything on the text console from 56 or m to build it as a module. See the configuration 65 or m to build it as a module. See the configuration 73 or m to build it as a module. See the configuration 80 You can say y to build it into the kernel, or m to 107 kernel, or m to build it as a module. See the 141 kernel, or m to build it as a module. See the 152 kernel, or m to build it as a module. See the 162 kernel, or m to build it as a module. See the [all …]
|
| /drivers/gpu/drm/radeon/ |
| A D | radeon_vm.c | 331 bo_va->it.last = 0; in radeon_vm_bo_add() 482 if (it && it != &bo_va->it) { in radeon_vm_bo_set_addr() 484 tmp = container_of(it, struct radeon_bo_va, it); in radeon_vm_bo_set_addr() 488 soffset, tmp->bo, tmp->it.start, tmp->it.last); in radeon_vm_bo_set_addr() 495 if (bo_va->it.start || bo_va->it.last) { in radeon_vm_bo_set_addr() 504 tmp->it.start = bo_va->it.start; in radeon_vm_bo_set_addr() 505 tmp->it.last = bo_va->it.last; in radeon_vm_bo_set_addr() 964 nptes = bo_va->it.last - bo_va->it.start + 1; in radeon_vm_bo_update() 1124 if (bo_va->it.start || bo_va->it.last) in radeon_vm_bo_rmv() 1129 if (bo_va->it.start || bo_va->it.last) { in radeon_vm_bo_rmv() [all …]
|
| /drivers/iio/common/inv_sensors/ |
| A D | inv_sensors_timestamp.c | 119 delta = ts->it.lo - ts->timestamp; in inv_align_timestamp_it() 138 struct inv_sensors_timestamp_interval *it; in inv_sensors_timestamp_interrupt() local 147 it = &ts->it; in inv_sensors_timestamp_interrupt() 148 it->lo = it->up; in inv_sensors_timestamp_interrupt() 149 it->up = timestamp; in inv_sensors_timestamp_interrupt() 150 delta = it->up - it->lo; in inv_sensors_timestamp_interrupt() 151 if (it->lo != 0) { in inv_sensors_timestamp_interrupt() 161 ts->timestamp = it->up - interval; in inv_sensors_timestamp_interrupt() 198 ts->timestamp = ts->it.up - interval; in inv_sensors_timestamp_apply_odr()
|
| /drivers/gpu/drm/i915/ |
| A D | i915_active.c | 129 struct active_node *it, *n; in __active_retire() local 234 struct active_node *it; in __active_lookup() local 246 if (it) { in __active_lookup() 251 return it; in __active_lookup() 264 return it; in __active_lookup() 273 while (it) { in __active_lookup() 274 if (it->timeline < idx) { in __active_lookup() 275 it = fetch_node(it->node.rb_right); in __active_lookup() 277 it = fetch_node(it->node.rb_left); in __active_lookup() 285 return it; in __active_lookup() [all …]
|
| /drivers/media/i2c/ |
| A D | ds90ub960.c | 677 for (; it.nport < priv->hw_data->num_rxports; it.nport++) { in ub960_iter_rxport() 678 it.rxport = priv->rxports[it.nport]; in ub960_iter_rxport() 687 return it; in ub960_iter_rxport() 690 it.rxport = NULL; in ub960_iter_rxport() 692 return it; in ub960_iter_rxport() 700 it.nport++, it = ub960_iter_rxport(priv, it, 0)) 707 it.nport++, it = ub960_iter_rxport(priv, it, \ 716 it.nport++, it = ub960_iter_rxport(priv, it, \ 3110 it.nport); in ub960_init_rx_ports_ub9702() 3140 it.nport); in ub960_init_rx_ports_ub9702() [all …]
|
| /drivers/gpu/drm/i915/gt/ |
| A D | intel_migrate.c | 458 if (it->dma >= it->max) { in emit_pte() 459 it->sg = __sg_next(it->sg); in emit_pte() 460 if (!it->sg || sg_dma_len(it->sg) == 0) in emit_pte() 463 it->dma = sg_dma_address(it->sg); in emit_pte() 464 it->max = it->dma + sg_dma_len(it->sg); in emit_pte() 662 GEM_BUG_ON(!it->sg || !sg_dma_len(it->sg)); in get_ccs_sg_sgt() 663 len = it->max - it->dma; in get_ccs_sg_sgt() 671 it->sg = __sg_next(it->sg); in get_ccs_sg_sgt() 672 it->dma = sg_dma_address(it->sg); in get_ccs_sg_sgt() 673 it->max = it->dma + sg_dma_len(it->sg); in get_ccs_sg_sgt() [all …]
|
| A D | intel_engine_user.c | 22 struct intel_engine_cs *it = in intel_engine_lookup_user() local 23 rb_entry(p, typeof(*it), uabi_node); in intel_engine_lookup_user() 25 if (class < it->uabi_class) in intel_engine_lookup_user() 27 else if (class > it->uabi_class || in intel_engine_lookup_user() 28 instance > it->uabi_instance) in intel_engine_lookup_user() 30 else if (instance < it->uabi_instance) in intel_engine_lookup_user() 33 return it; in intel_engine_lookup_user() 208 struct list_head *it, *next; in intel_engines_driver_register() local 216 list_for_each_safe(it, next, &engines) { in intel_engines_driver_register() 218 container_of(it, typeof(*engine), uabi_list); in intel_engines_driver_register()
|
| /drivers/net/wireless/marvell/mwifiex/ |
| A D | Kconfig | 9 If you choose to build it as a module, it will be called 22 If you choose to build it as a module, it will be called 34 If you choose to build it as a module, it will be called 45 If you choose to build it as a module, it will be called
|
| /drivers/net/wireless/ath/ath6kl/ |
| A D | Kconfig | 10 If you choose to build it as a module, it will be called 21 choose to build it as a module, it will be called ath6kl_sdio. 31 Atheros AR6004 chipset and chipsets based on it running over 32 USB. If you choose to build it as a module, it will be 43 If unsure, say Y to make it easier to debug problems. 55 If unsure, say Y to make it easier to debug problems. 62 Enabling this makes it possible to change the regdomain in
|
| /drivers/iio/light/ |
| A D | veml6070.c | 47 int it[4][2]; member 67 for (i = 0; i < ARRAY_SIZE(data->it); i++) { in veml6070_calc_it() 68 data->it[i][0] = (tmp_it << i) / MICRO; in veml6070_calc_it() 69 data->it[i][1] = (tmp_it << i) % MICRO; in veml6070_calc_it() 79 *val = data->it[it_idx][0]; in veml6070_get_it() 80 *val2 = data->it[it_idx][1]; in veml6070_get_it() 89 for (it_idx = 0; it_idx < ARRAY_SIZE(data->it); it_idx++) { in veml6070_set_it() 90 if (data->it[it_idx][0] == val && data->it[it_idx][1] == val2) in veml6070_set_it() 94 if (it_idx >= ARRAY_SIZE(data->it)) in veml6070_set_it() 221 *vals = (int *)data->it; in veml6070_read_avail() [all …]
|
| A D | veml3235.c | 29 struct regmap_field *it; member 164 ret = regmap_field_read(data->rf.it, &it_idx); in veml3235_get_it() 187 ret = regmap_field_read(data->rf.it, &it_idx); in veml3235_set_it() 218 ret = regmap_field_write(data->rf.it, ret); in veml3235_set_it() 234 ret = regmap_field_read(data->rf.it, &it_idx); in veml3235_set_scale() 252 int gain, it, reg, ret; in veml3235_get_scale() local 264 ret = regmap_field_read(data->rf.it, ®); in veml3235_get_scale() 271 if (it < 0) in veml3235_get_scale() 272 return it; in veml3235_get_scale() 396 rf->it = rm_field; in veml3235_regfield_init() [all …]
|
| /drivers/gpu/drm/i915/selftests/ |
| A D | i915_active.c | 268 if (!is_barrier(&it->base)) in node_to_barrier() 271 engine = __barrier_to_engine(it); in node_to_barrier() 273 if (!is_barrier(&it->base)) in node_to_barrier() 287 struct active_node *it, *n; in i915_active_print() local 289 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) { in i915_active_print() 292 engine = node_to_barrier(it); in i915_active_print() 298 if (i915_active_fence_isset(&it->base)) { in i915_active_print() 300 "\ttimeline: %llx\n", it->timeline); in i915_active_print() 335 struct active_node *it, *n; in i915_active_unlock_wait() local 340 rbtree_postorder_for_each_entry_safe(it, n, &ref->tree, node) in i915_active_unlock_wait() [all …]
|
| /drivers/comedi/drivers/ |
| A D | rti800.c | 260 ret = comedi_request_region(dev, it->options[0], 0x10); in rti800_attach() 272 devpriv->adc_2comp = (it->options[4] == 0); in rti800_attach() 273 devpriv->dac_2comp[0] = (it->options[6] == 0); in rti800_attach() 274 devpriv->dac_2comp[1] = (it->options[8] == 0); in rti800_attach() 286 s->n_chan = (it->options[2] ? 16 : 8); in rti800_attach() 289 s->range_table = (it->options[3] < ARRAY_SIZE(rti800_ai_ranges)) in rti800_attach() 290 ? rti800_ai_ranges[it->options[3]] in rti800_attach() 302 (it->options[5] < ARRAY_SIZE(rti800_ao_ranges)) in rti800_attach() 303 ? rti800_ao_ranges[it->options[5]] in rti800_attach() 306 (it->options[7] < ARRAY_SIZE(rti800_ao_ranges)) in rti800_attach() [all …]
|
| A D | pcl818.c | 909 struct comedi_devconfig *it) in pcl818_set_ai_range_table() argument 918 if (it->options[4] == 1 || it->options[4] == 10) { in pcl818_set_ai_range_table() 923 switch (it->options[4]) { in pcl818_set_ai_range_table() 997 if (it->options[1] >= 2 && it->options[1] <= 7) { in pcl818_attach() 1001 dev->irq = it->options[1]; in pcl818_attach() 1013 if ((it->options[3] == 0) || (it->options[3] == 10)) in pcl818_attach() 1027 if ((it->options[6] == 1) || (it->options[6] == 100)) in pcl818_attach() 1068 if ((it->options[4] == 1) || (it->options[4] == 10)) in pcl818_attach() 1070 if (it->options[4] == 2) in pcl818_attach() 1073 if ((it->options[5] == 1) || (it->options[5] == 10)) in pcl818_attach() [all …]
|
| A D | aio_iiro_16.c | 165 struct comedi_devconfig *it) in aio_iiro_16_attach() argument 170 ret = comedi_request_region(dev, it->options[0], 0x8); in aio_iiro_16_attach() 180 if (it->options[1] > 0 && it->options[1] < 16 && in aio_iiro_16_attach() 181 (1 << it->options[1]) & 0xdcfc) { in aio_iiro_16_attach() 182 ret = request_irq(it->options[1], aio_iiro_16_cos, 0, in aio_iiro_16_attach() 185 dev->irq = it->options[1]; in aio_iiro_16_attach()
|
| /drivers/staging/media/av7110/ |
| A D | Kconfig | 30 download/extract it, and then copy it to /usr/lib/hotplug/firmware 34 EXTRA_FIRMWARE configuration option to build it into your 38 Say Y if you own such a card and want to use it. 56 # Frontend driver that it is used only by AV7110 driver 57 # While technically independent, it doesn't make sense to keep 58 # it if we drop support for AV7110, as no other driver will use it. 69 download/extract it, and then copy it to /usr/lib/hotplug/firmware
|
| /drivers/comedi/ |
| A D | range.c | 49 struct comedi_rangeinfo *it) in do_rangeinfo_ioctl() argument 55 subd = (it->range_type >> 24) & 0xf; in do_rangeinfo_ioctl() 56 chan = (it->range_type >> 16) & 0xff; in do_rangeinfo_ioctl() 73 if (RANGE_LENGTH(it->range_type) != lr->length) { in do_rangeinfo_ioctl() 76 RANGE_LENGTH(it->range_type), in do_rangeinfo_ioctl() 77 lr->length, it->range_type); in do_rangeinfo_ioctl() 81 if (copy_to_user(it->range_ptr, lr->range, in do_rangeinfo_ioctl()
|
| /drivers/net/ethernet/mellanox/mlx4/ |
| A D | alloc.c | 249 struct mlx4_zone_entry *it; in mlx4_zone_add_one() local 270 if (it->priority >= priority) in mlx4_zone_add_one() 273 if (&it->prio_list == &zone_alloc->prios || it->priority > priority) in mlx4_zone_add_one() 275 list_add_tail(&zone->list, &it->list); in mlx4_zone_add_one() 307 struct mlx4_zone_entry *it; in __mlx4_zone_remove_one_entry() local 359 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone() local 365 res += it->offset; in __mlx4_alloc_from_zone() 366 uid = it->uid; in __mlx4_alloc_from_zone() 376 if (unlikely(it == zone)) in __mlx4_alloc_from_zone() 385 res += it->offset; in __mlx4_alloc_from_zone() [all …]
|
| /drivers/remoteproc/ |
| A D | rcar_rproc.c | 55 struct of_phandle_iterator it; in rcar_rproc_prepare() local 61 of_phandle_iterator_init(&it, np, "memory-region", NULL, 0); in rcar_rproc_prepare() 62 while (of_phandle_iterator_next(&it) == 0) { in rcar_rproc_prepare() 64 rmem = of_reserved_mem_lookup(it.node); in rcar_rproc_prepare() 66 of_node_put(it.node); in rcar_rproc_prepare() 73 of_node_put(it.node); in rcar_rproc_prepare() 84 it.node->name); in rcar_rproc_prepare() 87 of_node_put(it.node); in rcar_rproc_prepare()
|
| /drivers/crypto/caam/ |
| A D | error.c | 20 struct scatterlist *it; in caam_dump_sg() local 25 for (it = sg; it && tlen > 0 ; it = sg_next(it)) { in caam_dump_sg() 30 it_page = kmap_atomic(sg_page(it)); in caam_dump_sg() 36 buf = it_page + it->offset; in caam_dump_sg() 37 len = min_t(size_t, tlen, it->length); in caam_dump_sg()
|