Searched refs:yenta_search_res (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/pcmcia/ |
H A D | yenta_socket.c | 670 static int yenta_search_res(struct yenta_socket *socket, struct resource *res, in yenta_search_res() function 722 if ((yenta_search_res(socket, res, BRIDGE_IO_MAX)) || in yenta_allocate_res() 723 (yenta_search_res(socket, res, BRIDGE_IO_ACC)) || in yenta_allocate_res() 724 (yenta_search_res(socket, res, BRIDGE_IO_MIN))) in yenta_allocate_res() 728 if ((yenta_search_res(socket, res, BRIDGE_MEM_MAX)) || in yenta_allocate_res() 729 (yenta_search_res(socket, res, BRIDGE_MEM_ACC)) || in yenta_allocate_res() 730 (yenta_search_res(socket, res, BRIDGE_MEM_MIN))) in yenta_allocate_res() 735 if ((yenta_search_res(socket, res, BRIDGE_MEM_MAX)) || in yenta_allocate_res() 736 (yenta_search_res(socket, res, BRIDGE_MEM_ACC)) || in yenta_allocate_res() 737 (yenta_search_res(socke in yenta_allocate_res() [all...] |
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | yenta_socket.c | 672 static int yenta_search_res(struct yenta_socket *socket, struct resource *res, in yenta_search_res() function 724 if ((yenta_search_res(socket, res, BRIDGE_IO_MAX)) || in yenta_allocate_res() 725 (yenta_search_res(socket, res, BRIDGE_IO_ACC)) || in yenta_allocate_res() 726 (yenta_search_res(socket, res, BRIDGE_IO_MIN))) in yenta_allocate_res() 730 if ((yenta_search_res(socket, res, BRIDGE_MEM_MAX)) || in yenta_allocate_res() 731 (yenta_search_res(socket, res, BRIDGE_MEM_ACC)) || in yenta_allocate_res() 732 (yenta_search_res(socket, res, BRIDGE_MEM_MIN))) in yenta_allocate_res() 737 if ((yenta_search_res(socket, res, BRIDGE_MEM_MAX)) || in yenta_allocate_res() 738 (yenta_search_res(socket, res, BRIDGE_MEM_ACC)) || in yenta_allocate_res() 739 (yenta_search_res(socke in yenta_allocate_res() [all...] |
Completed in 3 milliseconds