/linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_reg.c | 26 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 …]
|
H A D | analogix_dp_core.c | 39 static void analogix_dp_init_dp(struct analogix_dp_device *dp) in analogix_dp_init_dp() 57 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp) in analogix_dp_detect_hpd() 96 static bool analogix_dp_detect_sink_psr(struct analogix_dp_device *dp) in analogix_dp_detect_sink_psr() 111 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp) in analogix_dp_enable_sink_psr() 158 analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp, in analogix_dp_enable_rx_to_enhanced_mode() 179 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp, in analogix_dp_is_enhanced_mode_available() 196 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp) in analogix_dp_set_enhanced_mode() 214 static int analogix_dp_training_pattern_dis(struct analogix_dp_device *dp) in analogix_dp_training_pattern_dis() 226 static int analogix_dp_link_start(struct analogix_dp_device *dp) in analogix_dp_link_start() 354 static void analogix_dp_reduce_link_rate(struct analogix_dp_device *dp) in analogix_dp_reduce_link_rate() [all …]
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 68 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write() 91 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable() 143 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable() 172 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() 186 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port() 200 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection() 236 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local 264 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local 280 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local 331 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init() [all …]
|
H A D | cdn-dp-reg.c | 24 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 …]
|
H A D | analogix_dp-rockchip.c | 87 static int rockchip_dp_pre_init(struct rockchip_dp_device *dp) in rockchip_dp_pre_init() 98 struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data); in rockchip_dp_poweron() local 119 struct rockchip_dp_device *dp = pdata_encoder_to_dp(plat_data); in rockchip_dp_powerdown() local 180 struct rockchip_dp_device *dp = encoder_to_dp(encoder); in rockchip_dp_drm_encoder_enable() local 222 struct rockchip_dp_device *dp = encoder_to_dp(encoder); in rockchip_dp_drm_encoder_disable() local 273 static int rockchip_dp_of_probe(struct rockchip_dp_device *dp) in rockchip_dp_of_probe() 309 static int rockchip_dp_drm_create_encoder(struct rockchip_dp_device *dp) in rockchip_dp_drm_create_encoder() 335 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_bind() local 365 struct rockchip_dp_device *dp = dev_get_drvdata(dev); in rockchip_dp_unbind() local 381 struct rockchip_dp_device *dp; in rockchip_dp_probe() local [all …]
|
/linux/drivers/gpu/drm/msm/dp/ |
H A D | dp_display.c | 190 struct msm_dp *dp = dev_get_drvdata(dev); in dev_get_dp_display_private() local 251 struct msm_dp_display_private *dp; in msm_dp_display_signal_audio_start() local 260 struct msm_dp_display_private *dp; in msm_dp_display_signal_audio_complete() local 273 struct msm_dp_display_private *dp = dev_get_dp_display_private(dev); in msm_dp_display_bind() local 311 struct msm_dp_display_private *dp = dev_get_dp_display_private(dev); in msm_dp_display_unbind() local 332 struct msm_dp_display_private *dp; in msm_dp_display_send_hpd_event() local 341 static int msm_dp_display_send_hpd_notification(struct msm_dp_display_private *dp, in msm_dp_display_send_hpd_notification() 370 static int msm_dp_display_process_hpd_high(struct msm_dp_display_private *dp) in msm_dp_display_process_hpd_high() 412 static void msm_dp_display_host_phy_init(struct msm_dp_display_private *dp) in msm_dp_display_host_phy_init() 424 static void msm_dp_display_host_phy_exit(struct msm_dp_display_private *dp) in msm_dp_display_host_phy_exit() [all …]
|
/linux/sound/core/seq/oss/ |
H A D | seq_oss_event.c | 42 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 …]
|
H A D | seq_oss_midi.c | 268 snd_seq_oss_midi_setup(struct seq_oss_devinfo *dp) in snd_seq_oss_midi_setup() 279 snd_seq_oss_midi_cleanup(struct seq_oss_devinfo *dp) in snd_seq_oss_midi_cleanup() 292 snd_seq_oss_midi_open_all(struct seq_oss_devinfo *dp, int file_mode) in snd_seq_oss_midi_open_all() 304 get_mididev(struct seq_oss_devinfo *dp, int dev) in get_mididev() 317 snd_seq_oss_midi_open(struct seq_oss_devinfo *dp, int dev, int fmode) in snd_seq_oss_midi_open() 391 snd_seq_oss_midi_close(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_close() 430 snd_seq_oss_midi_filemode(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_filemode() 454 snd_seq_oss_midi_reset(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_midi_reset() 503 snd_seq_oss_midi_get_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_addr *addr) in snd_seq_oss_midi_get_addr() 522 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private_data; in snd_seq_oss_midi_input() local [all …]
|
H A D | seq_oss_synth.c | 200 snd_seq_oss_synth_setup(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_setup() 259 snd_seq_oss_synth_setup_midi(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_setup_midi() 293 snd_seq_oss_synth_cleanup(struct seq_oss_devinfo *dp) in snd_seq_oss_synth_cleanup() 331 get_synthinfo_nospec(struct seq_oss_devinfo *dp, int dev) in get_synthinfo_nospec() 343 get_synthdev(struct seq_oss_devinfo *dp, int dev) in get_synthdev() 390 snd_seq_oss_synth_reset(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_synth_reset() 441 snd_seq_oss_synth_load_patch(struct seq_oss_devinfo *dp, int dev, int fmt, in snd_seq_oss_synth_load_patch() 470 snd_seq_oss_synth_info(struct seq_oss_devinfo *dp, int dev) in snd_seq_oss_synth_info() 489 snd_seq_oss_synth_sysex(struct seq_oss_devinfo *dp, int dev, unsigned char *buf, struct snd_seq_eve… in snd_seq_oss_synth_sysex() 548 snd_seq_oss_synth_addr(struct seq_oss_devinfo *dp, int dev, struct snd_seq_event *ev) in snd_seq_oss_synth_addr() [all …]
|
H A D | seq_oss_init.c | 169 struct seq_oss_devinfo *dp; in snd_seq_oss_open() local 294 create_port(struct seq_oss_devinfo *dp) in create_port() 328 delete_port(struct seq_oss_devinfo *dp) in delete_port() 342 alloc_seq_queue(struct seq_oss_devinfo *dp) in alloc_seq_queue() 384 struct seq_oss_devinfo *dp = (struct seq_oss_devinfo *)private; in free_devinfo() local 400 snd_seq_oss_release(struct seq_oss_devinfo *dp) in snd_seq_oss_release() 424 snd_seq_oss_reset(struct seq_oss_devinfo *dp) in snd_seq_oss_reset() 475 struct seq_oss_devinfo *dp; in snd_seq_oss_system_info_read() local
|
/linux/net/dsa/ |
H A D | user.c | 88 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_standalone_event_work() local 177 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_vlan_for_each() local 200 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_sync_uc() local 220 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_unsync_uc() local 240 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_sync_mc() local 260 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_unsync_mc() local 278 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_sync_ha() local 299 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_unsync_ha() local 361 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_host_uc_install() local 389 struct dsa_port *dp = dsa_user_to_port(dev); in dsa_user_host_uc_uninstall() local [all …]
|
H A D | switch.c | 26 struct dsa_port *dp; in dsa_switch_fastest_ageing_time() local 55 static bool dsa_port_mtu_match(struct dsa_port *dp, in dsa_port_mtu_match() 64 struct dsa_port *dp; in dsa_switch_mtu() local 132 static bool dsa_port_host_address_match(struct dsa_port *dp, in dsa_port_host_address_match() 158 static int dsa_port_do_mdb_add(struct dsa_port *dp, in dsa_port_do_mdb_add() 210 static int dsa_port_do_mdb_del(struct dsa_port *dp, in dsa_port_do_mdb_del() 258 static int dsa_port_do_fdb_add(struct dsa_port *dp, const unsigned char *addr, in dsa_port_do_fdb_add() 308 static int dsa_port_do_fdb_del(struct dsa_port *dp, const unsigned char *addr, in dsa_port_do_fdb_del() 437 struct dsa_port *dp; in dsa_switch_host_fdb_add() local 465 struct dsa_port *dp; in dsa_switch_host_fdb_del() local [all …]
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_dp.h | 9 static inline dma_addr_t nfp_net_dma_map_rx(struct nfp_net_dp *dp, void *frag) in nfp_net_dma_map_rx() 17 nfp_net_dma_sync_dev_rx(const struct nfp_net_dp *dp, dma_addr_t dma_addr) in nfp_net_dma_sync_dev_rx() 24 static inline void nfp_net_dma_unmap_rx(struct nfp_net_dp *dp, in nfp_net_dma_unmap_rx() 32 static inline void nfp_net_dma_sync_cpu_rx(struct nfp_net_dp *dp, in nfp_net_dma_sync_cpu_rx() 64 nfp_net_read_tx_cmpl(struct nfp_net_tx_ring *tx_ring, struct nfp_net_dp *dp) in nfp_net_read_tx_cmpl() 167 nfp_net_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_reset() 173 nfp_net_rx_ring_fill_freelist(struct nfp_net_dp *dp, in nfp_net_rx_ring_fill_freelist() 180 nfp_net_tx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_alloc() 186 nfp_net_tx_ring_free(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_net_tx_ring_free() 192 nfp_net_tx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_net_tx_ring_bufs_alloc() [all …]
|
H A D | nfp_net_dp.c | 17 void *nfp_net_rx_alloc_one(struct nfp_net_dp *dp, dma_addr_t *dma_addr) in nfp_net_rx_alloc_one() 53 nfp_net_tx_ring_init(struct nfp_net_tx_ring *tx_ring, struct nfp_net_dp *dp, in nfp_net_tx_ring_init() 132 nfp_net_rx_ring_bufs_free(struct nfp_net_dp *dp, in nfp_net_rx_ring_bufs_free() 161 nfp_net_rx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_net_rx_ring_bufs_alloc() 183 int nfp_net_tx_rings_prepare(struct nfp_net *nn, struct nfp_net_dp *dp) in nfp_net_tx_rings_prepare() 232 void nfp_net_tx_rings_free(struct nfp_net_dp *dp) in nfp_net_tx_rings_free() 254 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_net_rx_ring_free() local 284 nfp_net_rx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_rx_ring *rx_ring) in nfp_net_rx_ring_alloc() 339 int nfp_net_rx_rings_prepare(struct nfp_net *nn, struct nfp_net_dp *dp) in nfp_net_rx_rings_prepare() 370 void nfp_net_rx_rings_free(struct nfp_net_dp *dp) in nfp_net_rx_rings_free()
|
/linux/arch/sparc/kernel/ |
H A D | prom_32.c | 57 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()
|
H A D | prom_irqtrans.c | 44 static unsigned int psycho_irq_build(struct device_node *dp, in psycho_irq_build() 74 static void __init psycho_irq_trans_init(struct device_node *dp) in psycho_irq_trans_init() 183 static int sabre_device_needs_wsync(struct device_node *dp) in sabre_device_needs_wsync() 222 static unsigned int sabre_irq_build(struct device_node *dp, in sabre_irq_build() 270 static void __init sabre_irq_trans_init(struct device_node *dp) in sabre_irq_trans_init() 379 static unsigned int schizo_irq_build(struct device_node *dp, in schizo_irq_build() 427 static void __init __schizo_irq_trans_init(struct device_node *dp, in __schizo_irq_trans_init() 450 static void __init schizo_irq_trans_init(struct device_node *dp) in schizo_irq_trans_init() 455 static void __init tomatillo_irq_trans_init(struct device_node *dp) in tomatillo_irq_trans_init() 460 static unsigned int pci_sun4v_irq_build(struct device_node *dp, in pci_sun4v_irq_build() [all …]
|
/linux/drivers/md/ |
H A D | dm-io.c | 186 static void list_get_page(struct dpages *dp, in list_get_page() 197 static void list_next_page(struct dpages *dp) in list_next_page() 205 static void list_dp_init(struct dpages *dp, struct page_list *pl, unsigned int offset) in list_dp_init() 216 static void bio_get_page(struct dpages *dp, struct page **p, in bio_get_page() 230 static void bio_next_page(struct dpages *dp) in bio_next_page() 238 static void bio_dp_init(struct dpages *dp, struct bio *bio) in bio_dp_init() 254 static void vm_get_page(struct dpages *dp, in vm_get_page() 262 static void vm_next_page(struct dpages *dp) in vm_next_page() 268 static void vm_dp_init(struct dpages *dp, void *data) in vm_dp_init() 279 static void km_get_page(struct dpages *dp, struct page **p, unsigned long *len, in km_get_page() [all …]
|
/linux/net/openvswitch/ |
H A D | datapath.c | 141 const char *ovs_dp_name(const struct datapath *dp) in ovs_dp_name() 147 static int get_dpifindex(const struct datapath *dp) in get_dpifindex() 167 struct datapath *dp = container_of(rcu, struct datapath, rcu); in destroy_dp_rcu() local 177 static struct hlist_head *vport_hash_bucket(const struct datapath *dp, in vport_hash_bucket() 184 struct vport *ovs_lookup_vport(const struct datapath *dp, u16 port_no) in ovs_lookup_vport() 205 struct datapath *dp = parms->dp; in new_vport() local 248 struct datapath *dp = p->dp; in ovs_dp_process_packet() local 309 int ovs_dp_upcall(struct datapath *dp, struct sk_buff *skb, in ovs_dp_upcall() 346 static int queue_gso_packets(struct datapath *dp, struct sk_buff *skb, in queue_gso_packets() 421 static void pad_packet(struct datapath *dp, struct sk_buff *skb) in pad_packet() [all …]
|
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_dp.c | 51 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_crtc_clock_enable() local 75 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_get_modes() local 103 struct exynos_dp_device *dp = to_dp(plat_data); in exynos_dp_bridge_attach() local 136 static int exynos_dp_dt_parse_panel(struct exynos_dp_device *dp) in exynos_dp_dt_parse_panel() 151 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_bind() local 184 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_unbind() local 199 struct exynos_dp_device *dp; in exynos_dp_probe() local 259 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_suspend() local 266 struct exynos_dp_device *dp = dev_get_drvdata(dev); in exynos_dp_resume() local
|
/linux/drivers/sbus/char/ |
H A D | openprom.c | 130 static int opromgetprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromgetprop() 147 static int opromnxtprop(void __user *argp, struct device_node *dp, struct openpromio *op, int bufsi… in opromnxtprop() 177 static int opromsetopt(struct device_node *dp, struct openpromio *op, int bufsize) in opromsetopt() 185 static int opromnext(void __user *argp, unsigned int cmd, struct device_node *dp, struct openpromio… in opromnext() 232 static int oprompci2node(void __user *argp, struct device_node *dp, struct openpromio *op, int bufs… in oprompci2node() 239 struct device_node *dp; in oprompci2node() local 258 static int oprompath2node(void __user *argp, struct device_node *dp, struct openpromio *op, int buf… in oprompath2node() 291 struct device_node *dp) in openprom_sunos_ioctl() 365 struct device_node *dp = of_find_node_by_phandle(n); in get_node() local 388 struct device_node *dp; in opiocget() local [all …]
|
/linux/drivers/usb/typec/ucsi/ |
H A D | displayport.c | 50 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_enter() local 110 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_exit() local 156 static int ucsi_displayport_status_update(struct ucsi_dp *dp) in ucsi_displayport_status_update() 184 static int ucsi_displayport_configure(struct ucsi_dp *dp) in ucsi_displayport_configure() 200 struct ucsi_dp *dp = typec_altmode_get_drvdata(alt); in ucsi_displayport_vdm() local 275 struct ucsi_dp *dp = container_of(work, struct ucsi_dp, work); in ucsi_displayport_work() local 290 struct ucsi_dp *dp; in ucsi_displayport_remove_partner() local 311 struct ucsi_dp *dp; in ucsi_register_displayport() local
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_dir2_sf.c | 168 xfs_inode_t *dp, /* incore inode pointer */ in xfs_dir2_block_sfsize() 263 struct xfs_inode *dp = args->dp; in xfs_dir2_block_to_sf() local 367 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_addname() local 461 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_addname_easy() local 509 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_addname_hard() local 598 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_addname_pick() local 664 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_check() local 796 xfs_inode_t *dp; /* incore directory inode */ in xfs_dir2_sf_create() local 845 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_lookup() local 920 struct xfs_inode *dp = args->dp; in xfs_dir2_sf_removename() local [all …]
|
H A D | xfs_dir2.c | 202 xfs_inode_t *dp) in xfs_dir_isempty() 240 xfs_inode_t *dp, in xfs_dir_init() 269 struct xfs_inode *dp = args->dp; in xfs_dir2_format() local 327 struct xfs_inode *dp, in xfs_dir_createname() 429 struct xfs_inode *dp, in xfs_dir_lookup() 496 struct xfs_inode *dp, in xfs_dir_removename() 553 struct xfs_inode *dp, in xfs_dir_replace() 593 struct xfs_inode *dp, in xfs_dir_canenter() 615 struct xfs_inode *dp = args->dp; in xfs_dir2_grow_inode() local 664 struct xfs_inode *dp; in xfs_dir2_shrink_inode() local [all …]
|
/linux/net/dccp/ |
H A D | output.c | 47 struct dccp_sock *dp = dccp_sk(sk); in dccp_transmit_skb() local 152 static u32 dccp_determine_ccmps(const struct dccp_sock *dp) in dccp_determine_ccmps() 164 struct dccp_sock *dp = dccp_sk(sk); in dccp_sync_mss() local 248 struct dccp_sock *dp = dccp_sk(sk); in dccp_xmit_packet() local 313 struct dccp_sock *dp = dccp_sk(sk); in dccp_flush_write_queue() local 352 struct dccp_sock *dp = dccp_sk(sk); in dccp_write_xmit() local 544 struct dccp_sock *dp = dccp_sk(sk); in dccp_connect() local 678 struct dccp_sock *dp = dccp_sk(sk); in dccp_send_close() local
|
/linux/drivers/net/ethernet/netronome/nfp/nfdk/ |
H A D | rings.c | 11 nfp_nfdk_tx_ring_reset(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfdk_tx_ring_reset() 77 struct nfp_net_dp *dp = &r_vec->nfp_net->dp; in nfp_nfdk_tx_ring_free() local 93 nfp_nfdk_tx_ring_alloc(struct nfp_net_dp *dp, struct nfp_net_tx_ring *tx_ring) in nfp_nfdk_tx_ring_alloc() 125 nfp_nfdk_tx_ring_bufs_free(struct nfp_net_dp *dp, in nfp_nfdk_tx_ring_bufs_free() 131 nfp_nfdk_tx_ring_bufs_alloc(struct nfp_net_dp *dp, in nfp_nfdk_tx_ring_bufs_alloc()
|