/openbmc/linux/drivers/pcmcia/ |
H A D | yenta_socket.c | 84 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg) in cb_readl() 91 static inline void cb_writel(struct yenta_socket *socket, unsigned reg, u32 val) in cb_writel() 98 static inline u8 config_readb(struct yenta_socket *socket, unsigned offset) in config_readb() 106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw() 114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl() 122 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val) in config_writeb() 128 static inline void config_writew(struct yenta_socket *socket, unsigned offset, u16 val) in config_writew() 134 static inline void config_writel(struct yenta_socket *socket, unsigned offset, u32 val) in config_writel() 140 static inline u8 exca_readb(struct yenta_socket *socket, unsigned reg) in exca_readb() 158 static inline void exca_writeb(struct yenta_socket *socket, unsigned reg, u8 val) in exca_writeb() [all …]
|
H A D | ti113x.h | 166 #define ti_sysctl(socket) ((socket)->private[0]) argument 167 #define ti_cardctl(socket) ((socket)->private[1]) argument 168 #define ti_devctl(socket) ((socket)->private[2]) argument 169 #define ti_diag(socket) ((socket)->private[3]) argument 170 #define ti_mfunc(socket) ((socket)->private[4]) argument 171 #define ene_test_c9(socket) ((socket)->private[5]) argument 176 static void ti_save_state(struct yenta_socket *socket) in ti_save_state() 188 static void ti_restore_state(struct yenta_socket *socket) in ti_restore_state() 207 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti_zoom_video() local 231 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ti1250_zoom_video() local [all …]
|
H A D | pd6729.c | 61 static unsigned char indirect_read(struct pd6729_socket *socket, in indirect_read() 78 static unsigned short indirect_read16(struct pd6729_socket *socket, in indirect_read16() 98 static void indirect_write(struct pd6729_socket *socket, unsigned short reg, in indirect_write() 112 static void indirect_setbit(struct pd6729_socket *socket, unsigned short reg, in indirect_setbit() 130 static void indirect_resetbit(struct pd6729_socket *socket, unsigned short reg, in indirect_resetbit() 148 static void indirect_write16(struct pd6729_socket *socket, unsigned short reg, in indirect_write16() 175 struct pd6729_socket *socket = (struct pd6729_socket *)dev; in pd6729_interrupt() local 239 struct pd6729_socket *socket = from_timer(socket, t, poll_timer); in pd6729_interrupt_wrapper() local 247 struct pd6729_socket *socket in pd6729_get_status() local 296 struct pd6729_socket *socket in pd6729_set_socket() local [all …]
|
H A D | ricoh.h | 128 #define rl_misc(socket) ((socket)->private[0]) argument 129 #define rl_ctl(socket) ((socket)->private[1]) argument 130 #define rl_io(socket) ((socket)->private[2]) argument 131 #define rl_mem(socket) ((socket)->private[3]) argument 132 #define rl_config(socket) ((socket)->private[4]) argument 137 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in ricoh_zoom_video() local 149 static void ricoh_set_zv(struct yenta_socket *socket) in ricoh_set_zv() 163 static void ricoh_set_clkrun(struct yenta_socket *socket, bool quiet) in ricoh_set_clkrun() 192 static void ricoh_save_state(struct yenta_socket *socket) in ricoh_save_state() 201 static void ricoh_restore_state(struct yenta_socket *socket) in ricoh_restore_state() [all …]
|
H A D | i82092.c | 64 struct pcmcia_socket socket; member 189 static unsigned char indirect_read(int socket, unsigned short reg) in indirect_read() 204 static void indirect_write(int socket, unsigned short reg, unsigned char value) in indirect_write() 217 static void indirect_setbit(int socket, unsigned short reg, unsigned char mask) in indirect_setbit() 235 static void indirect_resetbit(int socket, in indirect_resetbit() 253 static void indirect_write16(int socket, in indirect_write16() 403 static int i82092aa_get_status(struct pcmcia_socket *socket, u_int *value) in i82092aa_get_status() 443 static int i82092aa_set_socket(struct pcmcia_socket *socket, in i82092aa_set_socket() 549 static int i82092aa_set_io_map(struct pcmcia_socket *socket, in i82092aa_set_io_map() 589 static int i82092aa_set_mem_map(struct pcmcia_socket *socket, in i82092aa_set_mem_map()
|
H A D | topic.h | 112 struct yenta_socket *socket = container_of(sock, struct yenta_socket, socket); in topic97_zoom_video() local 133 static int topic97_override(struct yenta_socket *socket) in topic97_override() 141 static int topic95_override(struct yenta_socket *socket) in topic95_override()
|
H A D | cs.c | 92 struct pcmcia_socket *socket = dev_get_drvdata(dev); in pcmcia_release_socket() local 103 int pcmcia_register_socket(struct pcmcia_socket *socket) in pcmcia_register_socket() 206 void pcmcia_unregister_socket(struct pcmcia_socket *socket) in pcmcia_unregister_socket()
|
H A D | o2micro.h | 109 static int o2micro_override(struct yenta_socket *socket) in o2micro_override() 174 static void o2micro_restore_state(struct yenta_socket *socket) in o2micro_restore_state()
|
/openbmc/linux/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 33 def get_dev_file_path(socket, file): argument 53 def get_dev_folder(self, socket): argument 56 def test_sysfs_files_exist(self, socket): argument 65 def test_sysfs_file_permissions(self, socket): argument 78 def test_sysfs_file_ownership(self, socket): argument 101 def test_sysfs_file_sizes(self, socket): argument 117 def test_no_seek_allowed(self, socket): argument 135 def test_registers_seek(self, socket): argument 151 def test_provision_akc_eoverflow_1017_bytes(self, socket): argument 167 def test_enodev_when_pci_device_removed(self, socket): argument [all …]
|
/openbmc/qemu/backends/ |
H A D | spdm-socket.c | 17 static bool read_bytes(const int socket, uint8_t *buffer, in read_bytes() 34 static bool read_data32(const int socket, uint32_t *data) in read_data32() 46 static bool read_multiple_bytes(const int socket, uint8_t *buffer, in read_multiple_bytes() 73 static bool receive_platform_data(const int socket, in receive_platform_data() 105 static bool write_bytes(const int socket, const uint8_t *buffer, in write_bytes() 122 static bool write_data32(const int socket, uint32_t data) in write_data32() 128 static bool write_multiple_bytes(const int socket, const uint8_t *buffer, in write_multiple_bytes() 141 static bool send_platform_data(const int socket, in send_platform_data() 187 uint32_t spdm_socket_rsp(const int socket, uint32_t transport_type, in spdm_socket_rsp() 212 void spdm_socket_close(const int socket, uint32_t transport_type) in spdm_socket_close()
|
/openbmc/qemu/hw/ppc/ |
H A D | rs6000_mc.c | 53 int socket; in rs6000mc_port0803_read() local 72 int socket; in rs6000mc_port0804_read() local 100 uint8_t socket = val >> 5; in rs6000mc_port0820_write() local 146 int socket = 0; in rs6000mc_realize() local
|
/openbmc/linux/include/linux/ |
H A D | net.h | 117 struct socket { struct 118 socket_state state; argument 128 struct socket_wq wq; argument
|
/openbmc/intel-ipmi-oem/src/ |
H A D | ipmi_to_redfish_hooks.cpp | 354 int socket = selData.eventData3 >> 5 & 0x07; in biosSMIMessageHook() local 401 int socket = selData.eventData3 >> 4 & 0x0F; in biosSMIMessageHook() local 628 int socket = selData.eventData3 >> 5 & 0x07; in biosSMIMessageHook() local 688 int socket = selData.eventData3 >> 5 & 0x07; in biosSMIMessageHook() local 801 int socket = selData.eventData3 >> 4 & 0x0F; in biosSMIMessageHook() local
|
/openbmc/bmcweb/http/routing/ |
H A D | baserule.hpp | 51 boost::asio::ip::tcp::socket&& /*adaptor*/) in handleUpgrade() 59 boost::asio::ssl::stream<boost::asio::ip::tcp::socket>&& /*adaptor*/) in handleUpgrade()
|
/openbmc/boost-dbus/include/dbus/detail/ |
H A D | watch_timeout.hpp | 28 boost::asio::generic::stream_protocol::socket &socket = in operator ()() local 41 auto socket = in watch_toggled() local 70 boost::asio::generic::stream_protocol::socket &socket = in add_watch() local
|
/openbmc/qemu/tests/qtest/ |
H A D | numa-test.c | 141 int64_t socket, core, thread, node; in pc_numa_cpu() local 238 int64_t socket, cluster, core, thread, node; in aarch64_numa_cpu() local 288 int64_t socket, core, thread, node; in loongarch64_numa_cpu() local 354 int64_t socket, node; in pc_dynamic_cpu_cfg() local
|
H A D | virtio-net-test.c | 33 int socket) in rx_test() 70 int socket) in tx_test() 100 int socket) in rx_stop_cont_test()
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 220 static void create_fdt_socket_cpus(RISCVVirtState *s, int socket, in create_fdt_socket_cpus() 293 const MemMapEntry *memmap, int socket) in create_fdt_socket_memory() 310 const MemMapEntry *memmap, int socket, in create_fdt_socket_clint() 345 const MemMapEntry *memmap, int socket, in create_fdt_socket_aclint() 429 const MemMapEntry *memmap, int socket, in create_fdt_socket_plic() 512 int cpu, socket; in create_fdt_one_imsic() local 605 static void create_fdt_one_aplic(RISCVVirtState *s, int socket, in create_fdt_one_aplic() 670 const MemMapEntry *memmap, int socket, in create_fdt_socket_aplic() 732 int socket, phandle_pos; in create_fdt_sockets() local 1208 static DeviceState *virt_create_plic(const MemMapEntry *memmap, int socket, in virt_create_plic() [all …]
|
/openbmc/phosphor-net-ipmid/ |
H A D | socket_channel.hpp | 44 explicit Channel(std::shared_ptr<boost::asio::ip::udp::socket> socket) : in Channel() 238 std::shared_ptr<boost::asio::ip::udp::socket> socket; member in udpsocket::Channel
|
/openbmc/bmcweb/http/ |
H A D | http_server.hpp | 128 void afterAccept(SocketPtr socket, HttpType httpType, in afterAccept() 159 SocketPtr socket = std::make_unique<Adaptor>(getIoContext()); in doAccept() local
|
/openbmc/libpldm/src/transport/ |
H A D | socket.h | 7 int socket; member
|
H A D | socket.c | 11 int pldm_socket_sndbuf_init(struct pldm_socket_sndbuf *ctx, int socket) in pldm_socket_sndbuf_init()
|
/openbmc/openbmc/poky/bitbake/lib/bb/asyncrpc/ |
H A D | serv.py | 30 def __init__(self, socket, proto_name, logger): argument 294 async def _client_handler(self, socket): argument 311 def accept_client(self, socket): argument
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_netlink.c | 9 static __attribute__((noinline)) struct inode *SOCK_INODE(struct socket *socket) in SOCK_INODE()
|
/openbmc/openbmc/poky/bitbake/lib/hashserv/ |
H A D | client.py | 25 async def recv(self, socket): argument 41 async def send(self, socket, msgs): argument 63 async def process(self, socket, msgs): argument
|