/linux-6.14.4/drivers/pcmcia/ |
D | yenta_socket.c | 84 static inline u32 cb_readl(struct yenta_socket *socket, unsigned reg) in cb_readl() 86 u32 val = readl(socket->base + reg); in cb_readl() local 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() 100 u8 val; in config_readb() local 106 static inline u16 config_readw(struct yenta_socket *socket, unsigned offset) in config_readw() 108 u16 val; in config_readw() local 114 static inline u32 config_readl(struct yenta_socket *socket, unsigned offset) in config_readl() 116 u32 val; in config_readl() local 122 static inline void config_writeb(struct yenta_socket *socket, unsigned offset, u8 val) in config_writeb() [all …]
|
D | pd6729.c | 61 static unsigned char indirect_read(struct pd6729_socket *socket, in indirect_read() 65 unsigned char val; in indirect_read() local 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() 116 unsigned char val; in indirect_setbit() local 130 static void indirect_resetbit(struct pd6729_socket *socket, unsigned short reg, in indirect_resetbit() 134 unsigned char val; in indirect_resetbit() local 148 static void indirect_write16(struct pd6729_socket *socket, unsigned short reg, in indirect_write16() 152 unsigned char val; in indirect_write16() local [all …]
|
D | i82092.c | 65 struct pcmcia_socket socket; member 190 static unsigned char indirect_read(int socket, unsigned short reg) in indirect_read() 193 unsigned char val; in indirect_read() local 205 static void indirect_write(int socket, unsigned short reg, unsigned char value) in indirect_write() 218 static void indirect_setbit(int socket, unsigned short reg, unsigned char mask) in indirect_setbit() 221 unsigned char val; in indirect_setbit() local 236 static void indirect_resetbit(int socket, in indirect_resetbit() 240 unsigned char val; in indirect_resetbit() local 254 static void indirect_write16(int socket, in indirect_write16() 258 unsigned char val; in indirect_write16() local [all …]
|
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 …]
|
D | i82365.c | 146 struct pcmcia_socket socket; member 159 static struct i82365_socket socket[8] = { variable 223 u_char val; in i365_get() local 237 u_char val = I365_REG(socket[sock].psock, reg); in i365_set() local 574 u_char val; in identify() local
|
D | tcic.c | 108 struct pcmcia_socket socket; member 126 u_char val = inb(tcic_base+reg); in tcic_getb() local 133 u_short val = inw(tcic_base+reg); in tcic_getw() local
|
/linux-6.14.4/arch/s390/kernel/ |
D | topology.c | 124 struct mask_info *socket) in add_cpus_to_mask() 185 struct mask_info *socket = &socket_info; in tl_to_masks() local 426 int val, rc; in dispatching_store() local
|
/linux-6.14.4/drivers/usb/usbip/ |
D | vhci_sysfs.c | 133 long val; in status_name_to_id() local 312 struct socket *socket; in attach_store() local
|
/linux-6.14.4/arch/x86/include/asm/uv/ |
D | uv_hub.h | 513 static inline int _uv_socket_to_node(int socket, unsigned short *s2nid) in _uv_socket_to_node() 518 static inline int uv_socket_to_node(int socket) in uv_socket_to_node() 569 static inline void uv_write_global_mmr32(int pnode, unsigned long offset, unsigned long val) in uv_write_global_mmr32() 589 static inline void uv_write_global_mmr64(int pnode, unsigned long offset, unsigned long val) in uv_write_global_mmr64() 599 static inline void uv_write_global_mmr8(int pnode, unsigned long offset, unsigned char val) in uv_write_global_mmr8() 623 static inline void uv_write_local_mmr(unsigned long offset, unsigned long val) in uv_write_local_mmr() 633 static inline void uv_write_local_mmr8(unsigned long offset, unsigned char val) in uv_write_local_mmr8()
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | xdp_metadata.c | 56 struct xsk_socket *socket; member 359 __u32 val, key = 0; in test_xdp_metadata() local
|
/linux-6.14.4/drivers/edac/ |
D | i7core_edac.c | 242 u8 socket; member 441 static struct i7core_dev *get_i7core_dev(u8 socket) in get_i7core_dev() 453 static struct i7core_dev *alloc_i7core_dev(u8 socket, in alloc_i7core_dev() 865 static int write_and_test(struct pci_dev *dev, const int where, const u32 val) in write_and_test() 1314 u8 socket = 0; in i7core_get_onedevice() local 1810 static int i7core_mce_check_error(struct notifier_block *nb, unsigned long val, in i7core_mce_check_error()
|
D | sb_edac.c | 2035 u8 *socket, u8 *ha, in get_memory_error_data() 2371 const struct mce *m, u8 *socket, in get_memory_error_data_from_mce() 3101 u8 rank = 0xff, socket, ha; in sbridge_mce_output_error() local 3256 static int sbridge_mce_check_error(struct notifier_block *nb, unsigned long val, in sbridge_mce_check_error()
|
/linux-6.14.4/drivers/block/drbd/ |
D | drbd_main.c | 1013 …d_send_state_req(struct drbd_peer_device *peer_device, union drbd_state mask, union drbd_state val) in drbd_send_state_req() 1027 …onn_send_state_req(struct drbd_connection *connection, union drbd_state mask, union drbd_state val) in conn_send_state_req() 1511 struct socket *socket; in _drbd_no_send_page() local 1527 struct socket *socket = peer_device->connection->data.socket; in _drbd_send_page() local 2443 static int drbd_alloc_socket(struct drbd_socket *socket) in drbd_alloc_socket() 2454 static void drbd_free_socket(struct drbd_socket *socket) in drbd_free_socket() 3321 void __drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local) in __drbd_uuid_set() 3336 void _drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local) in _drbd_uuid_set() 3344 void drbd_uuid_set(struct drbd_device *device, int idx, u64 val) __must_hold(local) in drbd_uuid_set() 3365 u64 val; in drbd_uuid_new_current() local [all …]
|
D | drbd_int.h | 492 struct socket *socket; member 2226 static inline int drbd_set_ed_uuid(struct drbd_device *device, u64 val) in drbd_set_ed_uuid()
|
/linux-6.14.4/drivers/base/ |
D | arch_topology.c | 433 unsigned long val, in init_cpu_capacity_callback() 655 static int __init parse_socket(struct device_node *socket) in parse_socket()
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | xdp_hw_metadata.c | 55 struct xsk_socket *socket; member 594 static void timestamping_enable(int fd, int val) in timestamping_enable()
|
/linux-6.14.4/tools/testing/nvdimm/test/ |
D | ndtest.c | 37 #define NFIT_DIMM_HANDLE(node, socket, imc, chan, dimm) \ argument 515 unsigned long val; in fail_cmd_store() local 540 unsigned long val; in fail_cmd_code_store() local
|
D | nfit.c | 120 #define NFIT_DIMM_HANDLE(node, socket, imc, chan, dimm) \ argument 1755 unsigned long val; in fail_cmd_store() local 1785 unsigned long val; in fail_cmd_code_store() local
|
/linux-6.14.4/fs/smb/client/ |
D | connect.c | 686 int val; in zero_credits() local 2999 struct socket *socket = server->ssocket; in bind_socket() local 3080 struct socket *socket; in generic_ip_connect() local
|
/linux-6.14.4/include/net/ |
D | sock.h | 692 static inline void sk_peek_offset_bwd(struct sock *sk, int val) in sk_peek_offset_bwd() 702 static inline void sk_peek_offset_fwd(struct sock *sk, int val) in sk_peek_offset_fwd() 1058 static inline void sk_wmem_queued_add(struct sock *sk, int val) in sk_wmem_queued_add() 1063 static inline void sk_forward_alloc_add(struct sock *sk, int val) in sk_forward_alloc_add() 1433 int val[PROTO_INUSE_NR]; member 1437 const struct proto *prot, int val) in sock_prot_inuse_add() 1442 static inline void sock_inuse_add(const struct net *net, int val) in sock_inuse_add() 1451 const struct proto *prot, int val) in sock_prot_inuse_add() 1455 static inline void sock_inuse_add(const struct net *net, int val) in sock_inuse_add() 1484 struct socket socket; member [all …]
|
/linux-6.14.4/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras.c | 217 char val[128]; in amdgpu_ras_debugfs_read() local 2738 uint32_t socket = 0; in amdgpu_ras_mca2pa_by_idx() local 2767 uint32_t die_id, socket = 0; in amdgpu_ras_mca2pa() local 3103 u64 val = adev->gmc.mc_vram_size; in amdgpu_ras_validate_threshold() local 4507 unsigned long val, void *data) in amdgpu_bad_page_notifier()
|
/linux-6.14.4/tools/perf/ |
D | builtin-stat.c | 154 bool node, socket, die, cluster, cache, core, thread, no_aggr; member 283 u64 val, *start_time; in read_single_counter() local
|
/linux-6.14.4/drivers/net/ |
D | tun.c | 133 struct socket socket; member 355 static inline u16 tun16_to_cpu(struct tun_struct *tun, __virtio16 val) in tun16_to_cpu() 360 static inline __virtio16 cpu_to_tun16(struct tun_struct *tun, u16 val) in cpu_to_tun16()
|
/linux-6.14.4/kernel/bpf/ |
D | verifier.c | 3691 u64 val = 0; in linked_regs_pack() local 3710 static void linked_regs_unpack(u64 val, struct linked_regs *s) in linked_regs_unpack() 6808 static int bpf_map_direct_read(struct bpf_map *map, int off, int size, u64 *val, in bpf_map_direct_read() 6906 BTF_TYPE_SAFE_TRUSTED_OR_NULL(struct socket) { in BTF_TYPE_SAFE_TRUSTED_OR_NULL() 7329 u64 val = 0; in check_mem_access() local 8016 u64 val = reg->var_off.value; in process_spin_lock() local 8098 u64 val = reg->var_off.value; in process_timer_func() local 8134 u64 val = reg->var_off.value; in process_wq_func() local 10722 u64 val, max; in record_func_key() local 13522 s64 val = reg->var_off.value; in check_reg_sane_offset() local [all …]
|