Home
last modified time | relevance | path

Searched refs:tb_cfg_request_alloc (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/thunderbolt/
H A Ddma_port.c105 req = tb_cfg_request_alloc(); in dma_port_read()
148 req = tb_cfg_request_alloc(); in dma_port_write()
H A Dctl.c81 * tb_cfg_request_alloc() - Allocates a new config request
86 struct tb_cfg_request *tb_cfg_request_alloc(void) in tb_cfg_request_alloc()
901 req = tb_cfg_request_alloc(); in tb_cfg_reset()
956 req = tb_cfg_request_alloc(); in tb_cfg_read_raw()
1029 req = tb_cfg_request_alloc(); in tb_cfg_write_raw()
83 struct tb_cfg_request *tb_cfg_request_alloc(void) tb_cfg_request_alloc() function
H A Dctl.h100 struct tb_cfg_request *tb_cfg_request_alloc(void);