/Linux-v5.4/arch/x86/boot/ |
D | video.h | 70 struct card_info { struct 81 #define __videocard struct card_info __attribute__((used,section(".videocards"))) argument
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | atom.h | 112 struct card_info { struct 114 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 115 uint32_t (* reg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 116 void (* ioreg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 117 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 118 void (* mc_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 119 uint32_t (* mc_read)(struct card_info *, uint32_t); /* filled by driver */ argument 120 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 121 uint32_t (* pll_read)(struct card_info *, uint32_t); /* filled by driver */ argument
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | atom.h | 115 struct card_info { struct 117 void (* reg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 118 uint32_t (* reg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 119 void (* ioreg_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 120 uint32_t (* ioreg_read)(struct card_info *, uint32_t); /* filled by driver */ argument 121 void (* mc_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 122 uint32_t (* mc_read)(struct card_info *, uint32_t); /* filled by driver */ argument 123 void (* pll_write)(struct card_info *, uint32_t, uint32_t); /* filled by driver */ argument 124 uint32_t (* pll_read)(struct card_info *, uint32_t); /* filled by driver */ argument
|
/Linux-v5.4/drivers/net/ethernet/8390/ |
D | zorro8390.c | 74 static struct card_info { struct 75 zorro_id id; 76 const char *name; 77 unsigned int offset;
|
/Linux-v5.4/sound/xen/ |
D | xen_snd_front.h | 25 struct xen_snd_front_card_info *card_info; member
|
D | xen_snd_front_alsa.c | 50 struct xen_snd_front_card_info *card_info; member 719 static int new_pcm_instance(struct xen_snd_front_card_info *card_info, in new_pcm_instance() 806 struct xen_snd_front_card_info *card_info; in xen_snd_front_alsa_init() local 857 struct xen_snd_front_card_info *card_info; in xen_snd_front_alsa_fini() local
|
/Linux-v5.4/drivers/media/pci/bt8xx/ |
D | dst_common.h | 123 u8 card_info[8]; member
|
/Linux-v5.4/drivers/usb/atm/ |
D | cxacru.c | 179 u32 card_info[CXINF_MAX]; member
|
/Linux-v5.4/sound/pci/ice1712/ |
D | ice1712.h | 319 struct snd_ice1712_card_info *card_info; member
|
/Linux-v5.4/drivers/net/can/usb/kvaser_usb/ |
D | kvaser_usb_hydra.c | 270 struct kvaser_cmd_card_info card_info; member
|
/Linux-v5.4/drivers/s390/net/ |
D | qeth_core_mpc.h | 546 struct qeth_query_card_info card_info; member
|
D | qeth_core_main.c | 4549 struct qeth_query_card_info *card_info; in qeth_query_card_info_cb() local
|
/Linux-v5.4/drivers/media/pci/ngene/ |
D | ngene.h | 786 struct ngene_info *card_info; member
|