Home
last modified time | relevance | path

Searched defs:dp (Results 1 – 25 of 693) sorted by relevance

12345678910>>...28

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.c26 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_mute()
41 void analogix_dp_stop_video(struct analogix_dp_device *dp) in analogix_dp_stop_video()
50 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable) in analogix_dp_lane_swap()
64 void analogix_dp_init_analog_param(struct analogix_dp_device *dp) in analogix_dp_init_analog_param()
98 void analogix_dp_init_interrupt(struct analogix_dp_device *dp) in analogix_dp_init_interrupt()
118 void analogix_dp_reset(struct analogix_dp_device *dp) in analogix_dp_reset()
168 void analogix_dp_swreset(struct analogix_dp_device *dp) in analogix_dp_swreset()
173 void analogix_dp_config_interrupt(struct analogix_dp_device *dp) in analogix_dp_config_interrupt()
194 void analogix_dp_mute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_mute_hpd_interrupt()
208 void analogix_dp_unmute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_unmute_hpd_interrupt()
[all …]
Danalogix_dp_core.c43 static int analogix_dp_init_dp(struct analogix_dp_device *dp) in analogix_dp_init_dp()
67 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp) in analogix_dp_detect_hpd()
106 static bool analogix_dp_detect_sink_psr(struct analogix_dp_device *dp) in analogix_dp_detect_sink_psr()
121 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) in analogix_dp_enable_sink_psr()
168 analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, in analogix_dp_enable_rx_to_enhanced_mode()
189 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp, in analogix_dp_is_enhanced_mode_available()
206 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp) in analogix_dp_set_enhanced_mode()
224 static int analogix_dp_training_pattern_dis(struct analogix_dp_device *dp) in analogix_dp_training_pattern_dis()
237 analogix_dp_set_lane_lane_pre_emphasis(struct analogix_dp_device *dp, in analogix_dp_set_lane_lane_pre_emphasis()
258 static int analogix_dp_link_start(struct analogix_dp_device *dp) in analogix_dp_link_start()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/bridge/analogix/
Danalogix_dp_reg.c30 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable) in analogix_dp_enable_video_mute()
45 void analogix_dp_stop_video(struct analogix_dp_device *dp) in analogix_dp_stop_video()
54 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable) in analogix_dp_lane_swap()
68 void analogix_dp_init_analog_param(struct analogix_dp_device *dp) in analogix_dp_init_analog_param()
102 void analogix_dp_init_interrupt(struct analogix_dp_device *dp) in analogix_dp_init_interrupt()
122 void analogix_dp_reset(struct analogix_dp_device *dp) in analogix_dp_reset()
172 void analogix_dp_swreset(struct analogix_dp_device *dp) in analogix_dp_swreset()
177 void analogix_dp_config_interrupt(struct analogix_dp_device *dp) in analogix_dp_config_interrupt()
198 void analogix_dp_mute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_mute_hpd_interrupt()
212 void analogix_dp_unmute_hpd_interrupt(struct analogix_dp_device *dp) in analogix_dp_unmute_hpd_interrupt()
[all …]
Danalogix_dp_core.c46 static int analogix_dp_init_dp(struct analogix_dp_device *dp) in analogix_dp_init_dp()
70 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp) in analogix_dp_detect_hpd()
109 int analogix_dp_psr_enabled(struct analogix_dp_device *dp) in analogix_dp_psr_enabled()
116 int analogix_dp_enable_psr(struct analogix_dp_device *dp) in analogix_dp_enable_psr()
137 int analogix_dp_disable_psr(struct analogix_dp_device *dp) in analogix_dp_disable_psr()
165 static int analogix_dp_detect_sink_psr(struct analogix_dp_device *dp) in analogix_dp_detect_sink_psr()
183 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) in analogix_dp_enable_sink_psr()
230 analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, in analogix_dp_enable_rx_to_enhanced_mode()
251 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp, in analogix_dp_is_enhanced_mode_available()
268 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp) in analogix_dp_set_enhanced_mode()
[all …]
/kernel/linux/linux-5.10/net/dsa/
Dport.c33 static int dsa_port_notify(const struct dsa_port *dp, unsigned long e, void *v) in dsa_port_notify()
43 int dsa_port_set_state(struct dsa_port *dp, u8 state, in dsa_port_set_state()
74 static void dsa_port_set_state_now(struct dsa_port *dp, u8 state) in dsa_port_set_state_now()
83 int dsa_port_enable_rt(struct dsa_port *dp, struct phy_device *phy) in dsa_port_enable_rt()
104 int dsa_port_enable(struct dsa_port *dp, struct phy_device *phy) in dsa_port_enable()
115 void dsa_port_disable_rt(struct dsa_port *dp) in dsa_port_disable_rt()
130 void dsa_port_disable(struct dsa_port *dp) in dsa_port_disable()
137 int dsa_port_bridge_join(struct dsa_port *dp, struct net_device *br) in dsa_port_bridge_join()
168 void dsa_port_bridge_leave(struct dsa_port *dp, struct net_device *br) in dsa_port_bridge_leave()
197 static bool dsa_port_can_apply_vlan_filtering(struct dsa_port *dp, in dsa_port_can_apply_vlan_filtering()
[all …]
Ddsa2.c27 struct dsa_port *dp; in dsa_switch_find() local
128 static bool dsa_port_is_user(struct dsa_port *dp) in dsa_port_is_user()
136 struct dsa_port *dp; in dsa_tree_find_port_by_node() local
145 static struct dsa_link *dsa_link_touch(struct dsa_port *dp, in dsa_link_touch()
171 static bool dsa_port_setup_routing_table(struct dsa_port *dp) in dsa_port_setup_routing_table()
201 struct dsa_port *dp; in dsa_tree_setup_routing_table() local
216 struct dsa_port *dp; in dsa_tree_find_first_cpu() local
227 struct dsa_port *cpu_dp, *dp; in dsa_tree_setup_default_cpu() local
245 struct dsa_port *dp; in dsa_tree_teardown_default_cpu() local
252 static int dsa_port_setup(struct dsa_port *dp) in dsa_port_setup()
[all …]
Dslave.c68 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_open() local
113 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_close() local
234 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_fdb_dump() local
274 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_attr_set() local
333 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_vlan_add() local
384 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_obj_add() local
420 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_vlan_del() local
448 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_obj_del() local
477 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_get_port_parent_id() local
629 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_get_regs_len() local
[all …]
/kernel/linux/linux-4.19/net/dsa/
Dport.c20 static int dsa_port_notify(const struct dsa_port *dp, unsigned long e, void *v) in dsa_port_notify()
30 int dsa_port_set_state(struct dsa_port *dp, u8 state, in dsa_port_set_state()
61 static void dsa_port_set_state_now(struct dsa_port *dp, u8 state) in dsa_port_set_state_now()
70 int dsa_port_enable(struct dsa_port *dp, struct phy_device *phy) in dsa_port_enable()
88 void dsa_port_disable(struct dsa_port *dp, struct phy_device *phy) in dsa_port_disable()
100 int dsa_port_bridge_join(struct dsa_port *dp, struct net_device *br) in dsa_port_bridge_join()
123 void dsa_port_bridge_leave(struct dsa_port *dp, struct net_device *br) in dsa_port_bridge_leave()
147 int dsa_port_vlan_filtering(struct dsa_port *dp, bool vlan_filtering, in dsa_port_vlan_filtering()
163 int dsa_port_ageing_time(struct dsa_port *dp, clock_t ageing_clock, in dsa_port_ageing_time()
181 int dsa_port_fdb_add(struct dsa_port *dp, const unsigned char *addr, in dsa_port_fdb_add()
[all …]
Dslave.c74 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_open() local
121 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_close() local
244 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_fdb_dump() local
284 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_attr_set() local
310 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_obj_add() local
344 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_obj_del() local
371 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_port_attr_get() local
481 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_get_regs_len() local
493 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_get_regs() local
502 struct dsa_port *dp = dsa_slave_to_port(dev); in dsa_slave_nway_reset() local
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.c32 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk) in cdn_dp_set_fw_clk()
37 void cdn_dp_clock_reset(struct cdn_dp_device *dp) in cdn_dp_clock_reset()
86 static int cdn_dp_mailbox_read(struct cdn_dp_device *dp) in cdn_dp_mailbox_read()
99 static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val) in cdp_dp_mailbox_write()
114 static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_validate_receive()
149 static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_read_receive()
166 static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, in cdn_dp_mailbox_send()
192 static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val) in cdn_dp_reg_write()
206 static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr, in cdn_dp_reg_write_bit()
224 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len) in cdn_dp_dpcd_read()
[all …]
Dcdn-dp-core.c70 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write()
92 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable()
144 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable()
173 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count()
187 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
201 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection()
237 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local
265 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local
289 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
340 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
Dcdn-dp-reg.c24 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk) in cdn_dp_set_fw_clk()
29 void cdn_dp_clock_reset(struct cdn_dp_device *dp) in cdn_dp_clock_reset()
78 static int cdn_dp_mailbox_read(struct cdn_dp_device *dp) in cdn_dp_mailbox_read()
91 static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val) in cdp_dp_mailbox_write()
106 static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_validate_receive()
141 static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_read_receive()
158 static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, in cdn_dp_mailbox_send()
184 static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val) in cdn_dp_reg_write()
198 static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr, in cdn_dp_reg_write_bit()
216 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len) in cdn_dp_dpcd_read()
[all …]
Dcdn-dp-core.c62 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write()
85 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable()
137 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable()
166 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count()
180 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
194 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection()
230 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local
258 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local
282 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
333 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
Ddp_display.c181 struct dp_display_private *dp; in dp_display_signal_audio_start() local
190 struct dp_display_private *dp; in dp_display_signal_audio_complete() local
201 struct dp_display_private *dp; in dp_display_bind() local
247 struct dp_display_private *dp; in dp_display_unbind() local
274 static bool dp_display_is_sink_count_zero(struct dp_display_private *dp) in dp_display_is_sink_count_zero()
282 struct dp_display_private *dp; in dp_display_send_hpd_event() local
291 static int dp_display_send_hpd_notification(struct dp_display_private *dp, in dp_display_send_hpd_notification()
324 static int dp_display_process_hpd_high(struct dp_display_private *dp) in dp_display_process_hpd_high()
359 static void dp_display_host_init(struct dp_display_private *dp) in dp_display_host_init()
377 static void dp_display_host_deinit(struct dp_display_private *dp) in dp_display_host_deinit()
[all …]
/kernel/linux/linux-4.19/sound/core/seq/oss/
Dseq_oss_event.c55 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event()
108 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event()
134 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event()
188 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event()
209 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event()
236 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event()
271 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event()
287 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
348 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
385 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
[all …]
/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_event.c42 snd_seq_oss_process_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in snd_seq_oss_process_event()
95 old_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in old_event()
121 extended_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in extended_event()
175 chn_voice_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_voice_event()
196 chn_common_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in chn_common_event()
223 timing_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in timing_event()
258 local_event(struct seq_oss_devinfo *dp, union evrec *q, struct snd_seq_event *ev) in local_event()
274 note_on_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event … in note_on_event()
335 note_off_event(struct seq_oss_devinfo *dp, int dev, int ch, int note, int vel, struct snd_seq_event… in note_off_event()
372 set_note_event(struct seq_oss_devinfo *dp, int dev, int type, int ch, int note, int vel, struct snd… in set_note_event()
[all …]
/kernel/linux/linux-4.19/arch/sparc/kernel/
Dprom_64.c73 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component()
114 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component()
149 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
166 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
191 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component()
213 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component()
228 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
246 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component()
265 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component()
286 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component()
[all …]
Dprom_32.c61 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) in sparc32_path_component()
77 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
94 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
119 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
136 static void __init ambapp_path_component(struct device_node *dp, char *tmp_buf) in ambapp_path_component()
175 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component()
197 char * __init build_path_component(struct device_node *dp) in build_path_component()
217 struct device_node *dp; in of_console_init() local
335 void __init irq_trans_init(struct device_node *dp) in irq_trans_init()
/kernel/linux/linux-5.10/arch/sparc/kernel/
Dprom_64.c66 static void __init sun4v_path_component(struct device_node *dp, char *tmp_buf) in sun4v_path_component()
108 static void __init sun4u_path_component(struct device_node *dp, char *tmp_buf) in sun4u_path_component()
144 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
162 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
188 static void __init upa_path_component(struct device_node *dp, char *tmp_buf) in upa_path_component()
211 static void __init vdev_path_component(struct device_node *dp, char *tmp_buf) in vdev_path_component()
227 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
246 static void __init i2c_path_component(struct device_node *dp, char *tmp_buf) in i2c_path_component()
266 static void __init usb_path_component(struct device_node *dp, char *tmp_buf) in usb_path_component()
288 static void __init ieee1394_path_component(struct device_node *dp, char *tmp_buf) in ieee1394_path_component()
[all …]
Dprom_32.c57 static void __init sparc32_path_component(struct device_node *dp, char *tmp_buf) in sparc32_path_component()
74 static void __init sbus_path_component(struct device_node *dp, char *tmp_buf) in sbus_path_component()
92 static void __init pci_path_component(struct device_node *dp, char *tmp_buf) in pci_path_component()
118 static void __init ebus_path_component(struct device_node *dp, char *tmp_buf) in ebus_path_component()
136 static void __init ambapp_path_component(struct device_node *dp, char *tmp_buf) in ambapp_path_component()
166 static void __init __build_path_component(struct device_node *dp, char *tmp_buf) in __build_path_component()
188 char * __init build_path_component(struct device_node *dp) in build_path_component()
209 struct device_node *dp; in of_console_init() local
321 void __init irq_trans_init(struct device_node *dp) in irq_trans_init()
/kernel/linux/linux-4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.c37 struct nvkm_dp *dp; member
48 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() local
76 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive() local
142 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_pattern() local
220 nvkm_dp_train_links(struct nvkm_dp *dp) in nvkm_dp_train_links()
291 nvkm_dp_train_fini(struct nvkm_dp *dp) in nvkm_dp_train_fini()
302 nvkm_dp_train_init(struct nvkm_dp *dp) in nvkm_dp_train_init()
345 nvkm_dp_train(struct nvkm_dp *dp, u32 dataKBps) in nvkm_dp_train()
425 struct nvkm_dp *dp = nvkm_dp(outp); in nvkm_dp_disable() local
438 struct nvkm_dp *dp = nvkm_dp(outp); in nvkm_dp_release() local
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
Ddp.c37 struct nvkm_dp *dp; member
48 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_sense() local
76 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_drive() local
142 struct nvkm_dp *dp = lt->dp; in nvkm_dp_train_pattern() local
220 nvkm_dp_train_links(struct nvkm_dp *dp) in nvkm_dp_train_links()
291 nvkm_dp_train_fini(struct nvkm_dp *dp) in nvkm_dp_train_fini()
302 nvkm_dp_train_init(struct nvkm_dp *dp) in nvkm_dp_train_init()
345 nvkm_dp_train(struct nvkm_dp *dp, u32 dataKBps) in nvkm_dp_train()
425 struct nvkm_dp *dp = nvkm_dp(outp); in nvkm_dp_disable() local
438 struct nvkm_dp *dp = nvkm_dp(outp); in nvkm_dp_release() local
[all …]
/kernel/linux/linux-4.19/arch/ia64/kernel/
Dunwind_decoder.c86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
198 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
207 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
256 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
/kernel/linux/linux-5.10/arch/ia64/kernel/
Dunwind_decoder.c86 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1()
103 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2()
121 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3()
141 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4()
162 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1()
173 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2()
188 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3()
198 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1()
207 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5()
256 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6()
[all …]
/kernel/linux/linux-5.10/drivers/usb/typec/altmodes/
Ddisplayport.c67 static int dp_altmode_notify(struct dp_altmode *dp) in dp_altmode_notify()
75 static int dp_altmode_configure(struct dp_altmode *dp, u8 con) in dp_altmode_configure()
118 static int dp_altmode_status_update(struct dp_altmode *dp) in dp_altmode_status_update()
138 static int dp_altmode_configured(struct dp_altmode *dp) in dp_altmode_configured()
157 static int dp_altmode_configure_vdm(struct dp_altmode *dp, u32 conf) in dp_altmode_configure_vdm()
183 struct dp_altmode *dp = container_of(work, struct dp_altmode, work); in dp_altmode_work() local
226 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_attention() local
253 struct dp_altmode *dp = typec_altmode_get_drvdata(alt); in dp_altmode_vdm() local
330 struct dp_altmode *dp = dev_get_drvdata(dev); in configuration_store() local
375 struct dp_altmode *dp = dev_get_drvdata(dev); in configuration_show() local
[all …]

12345678910>>...28