OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hw_gpio
(Results
1 - 9
of
9
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
hw_ddc.h
34
struct
hw_gpio
base;
40
#define HW_DDC_FROM_BASE(
hw_gpio
) \
41
container_of((HW_GPIO_FROM_BASE(
hw_gpio
)), struct hw_ddc, base)
hw_generic.h
32
#include "
hw_gpio
.h"
35
struct
hw_gpio
base;
41
#define HW_GENERIC_FROM_BASE(
hw_gpio
) \
42
container_of((HW_GPIO_FROM_BASE(
hw_gpio
)), struct hw_generic, base)
hw_hpd.h
34
struct
hw_gpio
base;
40
#define HW_HPD_FROM_BASE(
hw_gpio
) \
41
container_of((HW_GPIO_FROM_BASE(
hw_gpio
)), struct hw_hpd, base)
hw_gpio.h
1
/* $NetBSD:
hw_gpio
.h,v 1.2 2021/12/18 23:45:04 riastradh Exp $ */
34
container_of((ptr), struct
hw_gpio
, base)
73
struct
hw_gpio
;
95
struct
hw_gpio
{
struct
112
container_of((hw_gpio_pin), struct
hw_gpio
, base)
115
struct
hw_gpio
*pin,
129
struct
hw_gpio
*pin,
133
struct
hw_gpio
*pin);
amdgpu_hw_gpio.c
33
#include "
hw_gpio
.h"
48
struct
hw_gpio
*gpio)
57
struct
hw_gpio
*gpio)
69
struct
hw_gpio
*pin = FROM_HW_GPIO_PIN(ptr);
82
const struct
hw_gpio
*gpio = const_container_of(ptr, struct
hw_gpio
, base);
104
const struct
hw_gpio
*gpio = const_container_of(ptr, struct
hw_gpio
, base);
130
struct
hw_gpio
*pin = FROM_HW_GPIO_PIN(ptr);
138
struct
hw_gpio
*pin = FROM_HW_GPIO_PIN(ptr)
[
all
...]
amdgpu_hw_ddc.c
38
#include "
hw_gpio
.h"
79
struct
hw_gpio
*
hw_gpio
= NULL;
local in function:set_config
85
hw_gpio
= &ddc->base;
87
if (
hw_gpio
== NULL) {
103
if (
hw_gpio
->base.en != GPIO_DDC_LINE_VIP_PAD) {
179
if ((
hw_gpio
->base.en >= GPIO_DDC_LINE_DDC1) &&
180
(
hw_gpio
->base.en <= GPIO_DDC_LINE_DDC_VGA)) {
189
if ((
hw_gpio
->base.en >= GPIO_DDC_LINE_DDC1) &&
190
(
hw_gpio
->base.en <= GPIO_DDC_LINE_DDC_VGA))
[
all
...]
amdgpu_hw_hpd.c
37
#include "
hw_gpio
.h"
76
const struct
hw_gpio
*gpio = const_container_of(ptr, struct
hw_gpio
, base);
Makefile
27
hw_gpio
.o hw_hpd.o hw_ddc.o hw_generic.o hw_translate.o
amdgpu_gpio_service.c
53
#include "
hw_gpio
.h"
548
struct
hw_gpio
*hw_data;
549
struct
hw_gpio
*hw_clock;
Completed in 14 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025