| /linux/drivers/video/backlight/ |
| H A D | aw99706.c | 220 static inline int aw99706_i2c_read(struct aw99706_device *aw, u8 reg, in aw99706_i2c_read() argument 223 return regmap_read(aw->regmap, reg, val); in aw99706_i2c_read() 226 static inline int aw99706_i2c_write(struct aw99706_device *aw, u8 reg, u8 val) in aw99706_i2c_write() argument 228 return regmap_write(aw->regmap, reg, val); in aw99706_i2c_write() 231 static inline int aw99706_i2c_update_bits(struct aw99706_device *aw, u8 reg, in aw99706_i2c_update_bits() argument 234 return regmap_update_bits(aw->regmap, reg, mask, val); in aw99706_i2c_update_bits() 237 static void aw99706_dt_parse(struct aw99706_device *aw, in aw99706_dt_parse() argument 247 ret = device_property_read_u32(aw->dev, prop->name, &dt_val); in aw99706_dt_parse() 252 dev_warn(aw->dev, "invalid value %d for property %s, using default value %d\n", in aw99706_dt_parse() 258 aw->init_tbl[i].reg = prop->reg; in aw99706_dt_parse() [all …]
|
| /linux/sound/soc/codecs/ |
| H A D | aw8738.c | 17 struct aw8738_priv *aw = snd_soc_component_get_drvdata(c); in aw8738_drv_event() local 22 for (i = 0; i < aw->mode; i++) { in aw8738_drv_event() 23 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 25 gpiod_set_value_cansleep(aw->gpiod_mode, 1); in aw8738_drv_event() 31 gpiod_set_value_cansleep(aw->gpiod_mode, 0); in aw8738_drv_event() 64 struct aw8738_priv *aw; in aw8738_probe() local 67 aw = devm_kzalloc(dev, sizeof(*aw), GFP_KERNEL); in aw8738_probe() 68 if (!aw) in aw8738_probe() 70 platform_set_drvdata(pdev, aw); in aw8738_probe() 72 aw->gpiod_mode = devm_gpiod_get(dev, "mode", GPIOD_OUT_LOW); in aw8738_probe() [all …]
|
| /linux/kernel/locking/ |
| H A D | rtmutex.c | 455 struct rt_mutex_waiter *aw = __node_2_waiter(a); in __waiter_less() local 458 if (rt_waiter_node_less(&aw->tree, &bw->tree)) in __waiter_less() 464 if (rt_waiter_node_less(&bw->tree, &aw->tree)) in __waiter_less() 468 if (aw->ww_ctx) { in __waiter_less() 472 return (signed long)(aw->ww_ctx->stamp - in __waiter_less()
|
| /linux/drivers/edac/ |
| H A D | cpc925_edac.c | 288 int len, sw, aw; in get_total_mem() local 295 aw = of_n_addr_cells(np); in get_total_mem() 302 start = of_read_number(reg, aw); in get_total_mem() 303 reg += aw; in get_total_mem()
|
| /linux/include/linux/generic_pt/ |
| H A D | iommu.h | 273 u8 aw; member
|
| /linux/drivers/dma/ |
| H A D | arm-dma350.c | 532 int ret, nchan, dw, aw, r, p; in d350_probe() local 549 aw = FIELD_GET(DMA_CFG_ADDR_WIDTH, reg) + 1; in d350_probe() 551 dma_set_mask_and_coherent(dev, DMA_BIT_MASK(aw)); in d350_probe()
|
| /linux/drivers/iommu/generic_pt/fmt/ |
| H A D | vtdss.h | 272 info->aw = top_range->top_level - 1; in vtdss_pt_iommu_fmt_hw_info()
|
| /linux/tools/perf/arch/x86/util/ |
| H A D | intel-pt.c | 775 size_t aw = opts->auxtrace_mmap_pages * (size_t)page_size / 4; in intel_pt_recording_options() local 776 u32 aux_watermark = aw > UINT_MAX ? UINT_MAX : aw; in intel_pt_recording_options()
|
| /linux/drivers/iommu/intel/ |
| H A D | pasid.c | 435 pasid_set_address_width(pte, pt_info.aw); in pasid_pte_config_second_level() 655 pasid_set_address_width(pte, pt_info.aw); in pasid_pte_config_nestd()
|
| H A D | iommu.c | 1182 context_set_address_width(context, pt_info.aw); in domain_context_mapping_one() 3075 if (!(cap_sagaw(iommu->cap) & BIT(pt_info.aw))) in paging_domain_compatible_second_stage()
|
| /linux/Documentation/networking/ |
| H A D | netdev-features.rst | 8 Michał Mirosław <mirq-linux@rere.qmqm.pl>
|
| /linux/drivers/s390/char/ |
| H A D | raw3270.c | 427 char aw; member
|
| /linux/arch/s390/tools/ |
| H A D | opcodes.txt | 109 6e aw RX_FRRD
|
| /linux/ |
| H A D | MAINTAINERS | 9423 M: Michał Mirosław <mirq-linux@rere.qmqm.pl> 12141 M: Przemysław Gaj <pgaj@cadence.com>
|