Searched refs:ggc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/greybus/
H A Dgpio.c55 static int gb_gpio_line_count_operation(struct gb_gpio_controller *ggc) argument
60 ret = gb_operation_sync(ggc->connection, GB_GPIO_TYPE_LINE_COUNT,
63 ggc->line_max = response.count;
67 static int gb_gpio_activate_operation(struct gb_gpio_controller *ggc, u8 which) argument
70 struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
78 ret = gb_operation_sync(ggc->connection, GB_GPIO_TYPE_ACTIVATE,
85 ggc->lines[which].active = true;
90 static void gb_gpio_deactivate_operation(struct gb_gpio_controller *ggc, argument
93 struct gbphy_device *gbphy_dev = ggc->gbphy_dev;
99 ret = gb_operation_sync(ggc
112 gb_gpio_get_direction_operation(struct gb_gpio_controller *ggc, u8 which) argument
137 gb_gpio_direction_in_operation(struct gb_gpio_controller *ggc, u8 which) argument
151 gb_gpio_direction_out_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) argument
166 gb_gpio_get_value_operation(struct gb_gpio_controller *ggc, u8 which) argument
193 gb_gpio_set_value_operation(struct gb_gpio_controller *ggc, u8 which, bool value_high) argument
218 gb_gpio_set_debounce_operation(struct gb_gpio_controller *ggc, u8 which, u16 debounce_usec) argument
233 _gb_gpio_irq_mask(struct gb_gpio_controller *ggc, u8 hwirq) argument
247 _gb_gpio_irq_unmask(struct gb_gpio_controller *ggc, u8 hwirq) argument
261 _gb_gpio_irq_set_type(struct gb_gpio_controller *ggc, u8 hwirq, u8 type) argument
281 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
291 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
301 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
339 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
347 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
369 struct gb_gpio_controller *ggc = gb_connection_get_data(connection); local
410 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
417 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
424 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
438 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
446 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
453 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
467 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
475 struct gb_gpio_controller *ggc = gpio_chip_to_gb_gpio_controller(chip); local
488 gb_gpio_controller_setup(struct gb_gpio_controller *ggc) argument
509 struct gb_gpio_controller *ggc; local
604 struct gb_gpio_controller *ggc = gb_gbphy_get_data(gbphy_dev); local
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_stolen_mgr.c119 u32 ggc, gms; local
121 ggc = xe_mmio_read32(xe_root_mmio_gt(xe), GGC);
127 if (drm_WARN_ON(&xe->drm, (ggc & GGMS_MASK) != GGMS_MASK))
141 gms = REG_FIELD_GET(GMS_MASK, ggc);
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_stolen.c869 u16 ggc, gms; local
871 ggc = intel_uncore_read16(uncore, GGC);
874 if ((ggc & GGMS_MASK) != GGMS_MASK)
878 gms = REG_FIELD_GET(GMS_MASK, ggc);
/linux-master/drivers/iommu/intel/
H A Diommu.c4949 unsigned short ggc; local
4954 if (pci_read_config_word(dev, GGC, &ggc))
4957 if (!(ggc & GGC_MEMORY_VT_ENABLED)) {

Completed in 197 milliseconds