Home
last modified time | relevance | path

Searched defs:xd (Results 1 – 25 of 29) sorted by relevance

12

/linux/drivers/thunderbolt/
H A Dxdomain.c165 int tb_xdomain_response(struct tb_xdomain *xd, const void *response, in tb_xdomain_response()
217 int tb_xdomain_request(struct tb_xdomain *xd, const void *request, in tb_xdomain_request()
415 struct tb_xdomain *xd, u8 sequence, const struct tb_xdp_properties *req) in tb_xdp_properties_response()
538 struct tb_xdomain *xd, u8 sequence) in tb_xdp_link_state_status_response()
648 static void update_property_block(struct tb_xdomain *xd) in update_property_block()
708 static void start_handshake(struct tb_xdomain *xd) in start_handshake()
716 static void __stop_handshake(struct tb_xdomain *xd) in __stop_handshake()
723 static void stop_handshake(struct tb_xdomain *xd) in stop_handshake()
736 struct tb_xdomain *xd; in tb_xdp_handle_request() local
1001 struct tb_xdomain *xd = tb_service_parent(svc); in tb_service_release() local
[all …]
H A Dicm.c383 static void icm_xdomain_activated(struct tb_xdomain *xd, bool activated) in icm_xdomain_activated()
582 static int icm_fr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in icm_fr_approve_xdomain_paths()
613 static int icm_fr_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in icm_fr_disconnect_xdomain_paths()
708 struct tb_xdomain *xd; in add_xdomain() local
728 static void update_xdomain(struct tb_xdomain *xd, u64 route, u8 link) in update_xdomain()
735 static void remove_xdomain(struct tb_xdomain *xd) in remove_xdomain()
754 struct tb_xdomain *xd; in icm_fr_device_connected() local
931 struct tb_xdomain *xd; in icm_fr_xdomain_connected() local
1017 struct tb_xdomain *xd; in icm_fr_xdomain_disconnected() local
1152 static int icm_tr_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in icm_tr_approve_xdomain_paths()
[all …]
H A Ddomain.c779 int tb_domain_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_domain_approve_xdomain_paths()
808 int tb_domain_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_domain_disconnect_xdomain_paths()
821 struct tb_xdomain *xd; in disconnect_xdomain() local
H A Ddma_test.c94 struct tb_xdomain *xd; member
139 struct tb_xdomain *xd = dt->xd; in dma_test_start_rings() local
638 struct tb_xdomain *xd = tb_service_parent(svc); in dma_test_probe() local
H A Dtb.c416 static int tb_port_configure_xdomain(struct tb_port *port, struct tb_xdomain *xd) in tb_port_configure_xdomain()
435 struct tb_xdomain *xd; in tb_scan_xdomain() local
2319 static int tb_approve_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_approve_xdomain_paths()
2368 static void __tb_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in __tb_disconnect_xdomain_paths()
2400 static int tb_disconnect_xdomain_paths(struct tb *tb, struct tb_xdomain *xd, in tb_disconnect_xdomain_paths()
2478 struct tb_xdomain *xd = tb_xdomain_get(port->xdomain); in tb_handle_hotplug() local
H A Ddebugfs.c1827 static void margining_xdomain_init(struct tb_xdomain *xd) in margining_xdomain_init()
1838 static void margining_xdomain_remove(struct tb_xdomain *xd) in margining_xdomain_remove()
1863 static inline void margining_xdomain_init(struct tb_xdomain *xd) { } in margining_xdomain_init()
1864 static inline void margining_xdomain_remove(struct tb_xdomain *xd) { } in margining_xdomain_remove()
2458 void tb_xdomain_debugfs_init(struct tb_xdomain *xd) in tb_xdomain_debugfs_init()
2463 void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) in tb_xdomain_debugfs_remove()
H A Dtb.h1268 static inline struct tb_switch *tb_xdomain_parent(struct tb_xdomain *xd) in tb_xdomain_parent()
1279 static inline struct tb_port *tb_xdomain_downstream_port(struct tb_xdomain *xd) in tb_xdomain_downstream_port()
1550 static inline void tb_xdomain_debugfs_init(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_init()
1551 static inline void tb_xdomain_debugfs_remove(struct tb_xdomain *xd) { } in tb_xdomain_debugfs_remove()
/linux/fs/jffs2/
H A Dxattr.c71 static int is_xattr_datum_unchecked(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in is_xattr_datum_unchecked()
87 static void unload_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in unload_xattr_datum()
105 struct jffs2_xattr_datum *xd, *_xd; in reclaim_xattr_datum() local
132 static int do_verify_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_verify_xattr_datum()
204 static int do_load_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_load_xattr_datum()
263 static int load_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in load_xattr_datum()
284 static int save_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in save_xattr_datum()
341 struct jffs2_xattr_datum *xd; in create_xattr_datum() local
404 static void unrefer_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in unrefer_xattr_datum()
551 struct jffs2_xattr_datum *xd) in create_xattr_ref()
[all …]
H A Dmalloc.c263 struct jffs2_xattr_datum *xd; in jffs2_alloc_xattr_datum() local
275 void jffs2_free_xattr_datum(struct jffs2_xattr_datum *xd) in jffs2_free_xattr_datum()
H A Dxattr.h59 struct jffs2_xattr_datum *xd; /* reference to jffs2_xattr_datum */ member
H A Dsummary.c492 struct jffs2_xattr_datum *xd; in jffs2_sum_process_sum_data() local
H A Dscan.c336 struct jffs2_xattr_datum *xd; in jffs2_scan_xattr_node() local
H A Dwbuf.c477 struct jffs2_xattr_datum *xd = (void *)ic; in jffs2_wbuf_recover() local
/linux/arch/powerpc/sysdev/xive/
H A Dcommon.c92 static bool xive_is_store_eoi(struct xive_irq_data *xd) in xive_is_store_eoi()
217 static notrace u8 xive_esb_read(struct xive_irq_data *xd, u32 offset) in xive_esb_read()
232 static void xive_esb_write(struct xive_irq_data *xd, u32 offset, u64 data) in xive_esb_write()
241 static void xive_irq_data_dump(struct xive_irq_data *xd, char *buffer, size_t size) in xive_irq_data_dump()
401 static void xive_do_source_eoi(struct xive_irq_data *xd) in xive_do_source_eoi()
440 struct xive_irq_data *xd = irq_data_get_irq_chip_data(d); in xive_irq_eoi() local
469 static void xive_do_source_set_mask(struct xive_irq_data *xd, in xive_do_source_set_mask()
598 struct xive_irq_data *xd = irq_data_get_irq_chip_data(d); in xive_pick_irq_target() local
631 struct xive_irq_data *xd = irq_data_get_irq_chip_data(d); in xive_irq_startup() local
676 struct xive_irq_data *xd = irq_data_get_irq_chip_data(d); in xive_irq_shutdown() local
[all …]
/linux/arch/powerpc/kvm/
H A Dbook3s_xive.c33 #define __x_eoi_page(xd) ((void __iomem *)((xd)->eoi_mmio)) argument
34 #define __x_trig_page(xd) ((void __iomem *)((xd)->trig_mmio)) argument
80 static u8 xive_vm_esb_load(struct xive_irq_data *xd, u32 offset) in xive_vm_esb_load()
95 static void xive_vm_source_eoi(u32 hw_irq, struct xive_irq_data *xd) in xive_vm_source_eoi()
401 struct xive_irq_data *xd; in xive_vm_scan_for_rerouted_irqs() local
521 struct xive_irq_data *xd; in xive_vm_h_eoi() local
825 static bool xive_irq_trigger(struct xive_irq_data *xd) in xive_irq_trigger()
919 struct xive_irq_data *xd = irq_get_chip_data(xc->esc_virq[prio]); in kvmppc_xive_attach_escalation() local
1087 struct xive_irq_data *xd; in xive_lock_and_mask() local
1147 struct xive_irq_data *xd; in xive_finish_unmask() local
[all …]
H A Dbook3s_xive_native.c30 static u8 xive_vm_esb_load(struct xive_irq_data *xd, u32 offset) in xive_vm_esb_load()
235 struct xive_irq_data *xd; in xive_native_esb_fault() local
514 struct xive_irq_data *xd; in kvmppc_xive_native_sync_source() local
862 struct xive_irq_data *xd; in kvmppc_xive_native_sync_sources() local
/linux/drivers/dma/
H A Duniphier-xdmac.c89 struct uniphier_xdmac_desc *xd; member
132 struct uniphier_xdmac_desc *xd) in uniphier_xdmac_chan_start()
220 struct uniphier_xdmac_desc *xd; in uniphier_xdmac_start() local
285 struct uniphier_xdmac_desc *xd; in uniphier_xdmac_prep_dma_memcpy() local
326 struct uniphier_xdmac_desc *xd; in uniphier_xdmac_prep_slave_sg() local
/linux/drivers/net/thunderbolt/
H A Dmain.c182 struct tb_xdomain *xd; member
244 struct tb_xdomain *xd = net->xd; in tbnet_login_response() local
261 struct tb_xdomain *xd = net->xd; in tbnet_login_request() local
281 struct tb_xdomain *xd = net->xd; in tbnet_logout_response() local
295 struct tb_xdomain *xd = net->xd; in tbnet_logout_request() local
919 struct tb_xdomain *xd = net->xd; in tbnet_open() local
1270 const struct tb_xdomain *xd = net->xd; in tbnet_generate_mac() local
1288 struct tb_xdomain *xd = tb_service_parent(svc); in tbnet_probe() local
/linux/tools/testing/selftests/bpf/progs/
H A Dpriv_freplace_prog.c10 int new_xdp_prog2(struct xdp_md *xd) in new_xdp_prog2()
/linux/include/linux/
H A Dthunderbolt.h293 static inline int tb_xdomain_disable_all_paths(struct tb_xdomain *xd) in tb_xdomain_disable_all_paths()
304 struct tb_xdomain *xd; in tb_xdomain_find_by_uuid_locked() local
316 struct tb_xdomain *xd; in tb_xdomain_find_by_route_locked() local
325 static inline struct tb_xdomain *tb_xdomain_get(struct tb_xdomain *xd) in tb_xdomain_get()
332 static inline void tb_xdomain_put(struct tb_xdomain *xd) in tb_xdomain_put()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgddr5.c37 int pd, lf, xd, vh, vr, vo, l3; in nvkm_gddr5_calc() local
/linux/arch/powerpc/platforms/powernv/
H A Dvas.c54 struct xive_irq_data *xd; in init_vas_instance() local
/linux/fs/jfs/
H A Djfs_dtree.h20 pxd_t xd; member
53 pxd_t xd; /* 8: child extent descriptor */ member
H A Djfs_dtree.c3069 pxd_t *xd; in dtReadFirst() local
3155 pxd_t *xd; in dtReadNext() local
3640 pxd_t *xd; in dtInsertEntry() local
/linux/drivers/misc/ocxl/
H A Dafu_irq.c199 struct xive_irq_data *xd; in ocxl_afu_irq_get_addr() local

12