Home
last modified time | relevance | path

Searched defs:type (Results 426 – 450 of 6233) sorted by relevance

1...<<11121314151617181920>>...250

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsk_assign.c99 rcv_msg(int srv_client,int type) rcv_msg() argument
110 run_test(int server_fd,const struct sockaddr * addr,socklen_t len,int type) run_test() argument
205 int type; global() member
[all...]
/linux/drivers/media/pci/saa7164/
H A Dsaa7164-types.h118 u8 type; member
125 u8 type; member
142 u8 type; member
160 u8 type; member
171 u8 type; member
226 u8 type; member
265 u8 type; member
279 u8 type; member
289 u8 type; member
327 u8 type; member
[all …]
/linux/net/ethernet/
H A Deth.c80 unsigned short type, in eth_header() argument
219 eth_header_cache(const struct neighbour * neigh,struct hh_cache * hh,__be16 type) eth_header_cache() argument
402 __be16 type; eth_gro_receive() local
449 __be16 type = eh->h_proto; eth_gro_complete() local
[all...]
/linux/drivers/hwmon/
H A Dmax6621.c139 max6621_is_visible(const void *data, enum hwmon_sensor_types type, u32 attr, in max6621_is_visible()
201 max6621_read(struct device *dev, enum hwmon_sensor_types type, u32 attr, in max6621_read()
310 max6621_write(struct device *dev, enum hwmon_sensor_types type, u32 attr, in max6621_write()
349 max6621_read_string(struct device *dev, enum hwmon_sensor_types type, u32 attr, in max6621_read_string()
H A Dltq-cputemp.c32 static int ltq_read(struct device *dev, enum hwmon_sensor_types type, in ltq_read()
55 static umode_t ltq_is_visible(const void *_data, enum hwmon_sensor_types type, in ltq_is_visible()
/linux/fs/afs/
H A Dflock.c115 unsigned int type = F_RDLCK; in afs_next_locker() local
192 afs_lock_type_t type) in afs_set_lock()
412 enum afs_flock_mode mode, afs_lock_type_t type) in afs_do_setlk_check()
456 afs_lock_type_t type; in afs_do_setlk() local
/linux/kernel/power/
H A Dqos.c472 enum freq_qos_req_type type) in freq_qos_read_value()
540 enum freq_qos_req_type type, s32 value) in freq_qos_add_request()
626 enum freq_qos_req_type type, in freq_qos_add_notifier()
659 enum freq_qos_req_type type, in freq_qos_remove_notifier()
/linux/fs/nfsd/
H A Dnfs4idmap.c65 int type; /* User / Group */ member
539 idmap_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, in idmap_name_to_id()
578 struct svc_rqst *rqstp, int type, u32 id) in idmap_id_to_name()
610 numeric_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in numeric_name_to_id()
626 do_name_to_id(struct svc_rqst *rqstp, int type, const char *name, u32 namelen, u32 *id) in do_name_to_id()
639 struct svc_rqst *rqstp, int type, u32 id) in encode_name_from_id()
/linux/drivers/soc/apple/
H A Drtkit.c102 static int apple_rtkit_management_send(struct apple_rtkit *rtk, u8 type, in apple_rtkit_management_send()
236 u8 type = FIELD_GET(APPLE_RTKIT_MGMT_TYPE, msg); in apple_rtkit_management_rx() local
363 u8 type = FIELD_GET(APPLE_RTKIT_SYSLOG_TYPE, msg); in apple_rtkit_crashlog_rx() local
404 u8 type = FIELD_GET(APPLE_RTKIT_SYSLOG_TYPE, msg); in apple_rtkit_ioreport_rx() local
494 u8 type = FIELD_GET(APPLE_RTKIT_SYSLOG_TYPE, msg); in apple_rtkit_syslog_rx() local
515 u8 type = FIELD_GET(APPLE_RTKIT_OSLOG_TYPE, msg); in apple_rtkit_oslog_rx() local
/linux/arch/x86/include/asm/xen/
H A Dhypercall.h157 #define _hypercall0(type, name) \ argument
168 #define _hypercall1(type, name, a1) \ argument
179 #define _hypercall2(type, name, a1, a2) \ argument
190 #define _hypercall3(type, name, a1, a2, a3) \ argument
201 #define _hypercall4(type, name, a1, a2, a3, a4) \ argument
463 HYPERVISOR_vm_assist(unsigned int cmd, unsigned int type) in HYPERVISOR_vm_assist()
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/
H A Dtu102.c30 tu102_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq) in tu102_devinit_pll_set()
101 tu102_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in tu102_devinit_new()
H A Dgf100.c32 gf100_devinit_pll_set(struct nvkm_devinit *init, u32 type, u32 freq) in gf100_devinit_pll_set()
114 gf100_devinit_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gf100_devinit_new()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c107 u32 type = nvkm_rd32(device, 0x00280c + (unit * 0x10)); in gm107_fifo_intr_mmu_fault_unit() local
152 gm107_fifo_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in gm107_fifo_new()
/linux/tools/testing/shared/linux/
H A Dpercpu.h2 #define DECLARE_PER_CPU(type, val) extern type val argument
3 #define DEFINE_PER_CPU(type, val) type val argument
/linux/drivers/acpi/acpica/
H A Dnswalk.c72 struct acpi_namespace_node *acpi_ns_get_next_node_typed(acpi_object_type type, in acpi_ns_get_next_node_typed()
150 acpi_ns_walk_namespace(acpi_object_type type, in acpi_ns_walk_namespace()
/linux/include/linux/
H A Dhung_task.h37 static inline void hung_task_set_blocker(void *lock, unsigned long type) in hung_task_set_blocker()
83 static inline void hung_task_set_blocker(void *lock, unsigned long type) in hung_task_set_blocker()
/linux/tools/perf/util/
H A Ddata-convert-bt.c102 static int value_set(struct bt_ctf_field_type *type, in value_set()
166 struct bt_ctf_field_type *type = cw->data.string; in value_set_string() local
299 struct bt_ctf_field_type *type; in add_tracepoint_field_value() local
601 u64 type = evsel->core.attr.sample_type; in add_generic_values() local
809 unsigned long type = evsel->core.attr.sample_type; in process_sample_event() local
982 struct bt_ctf_field_type *type, in event_class_add_field()
1029 struct bt_ctf_field_type *type; in add_tracepoint_fields_types() local
1102 u64 type = evsel->core.attr.sample_type; in add_generic_types() local
1434 struct bt_ctf_field_type *type; in create_int_type() local
1473 #define CREATE_INT_TYPE(type, size, sign, hex) \ in ctf_writer__init_data() argument
/linux/mm/
H A Dswapfile.c130 static struct swap_info_struct *swap_type_to_swap_info(int type) in swap_type_to_swap_info() argument
1857 get_swap_page_of_type(int type) get_swap_page_of_type() argument
1891 int type; swap_type_of() local
1918 int type; find_first_swap() local
1938 swapdev_block(int type,pgoff_t offset) swapdev_block() argument
1955 count_swap_pages(int type,int free) count_swap_pages() argument
2089 unuse_pte_range(struct vm_area_struct * vma,pmd_t * pmd,unsigned long addr,unsigned long end,unsigned int type) unuse_pte_range() argument
2162 unuse_pmd_range(struct vm_area_struct * vma,pud_t * pud,unsigned long addr,unsigned long end,unsigned int type) unuse_pmd_range() argument
2181 unuse_pud_range(struct vm_area_struct * vma,p4d_t * p4d,unsigned long addr,unsigned long end,unsigned int type) unuse_pud_range() argument
2201 unuse_p4d_range(struct vm_area_struct * vma,pgd_t * pgd,unsigned long addr,unsigned long end,unsigned int type) unuse_p4d_range() argument
2219 unuse_vma(struct vm_area_struct * vma,unsigned int type) unuse_vma() argument
2240 unuse_mm(struct mm_struct * mm,unsigned int type) unuse_mm() argument
2291 try_to_unuse(unsigned int type) try_to_unuse() argument
2402 unsigned int type; drain_mmlist() local
2854 int type; swap_start() local
2875 int type; swap_next() local
2975 unsigned int type; alloc_swap_info() local
3520 unsigned int type; si_swapinfo() local
[all...]
/linux/arch/sparc/include/asm/
H A Dhead_32.h12 #define TRAP_ENTRY(type, label) \ argument
24 #define SKIP_TRAP(type, name) \ argument
/linux/include/trace/events/
H A Dv4l2.h17 #define show_type(type) \ argument
66 #define show_timecode_type(type) \ argument
/linux/drivers/hid/
H A Dhid-roccat-savu.h17 uint8_t type; member
48 uint8_t type; member
/linux/drivers/gpu/drm/nouveau/nvkm/engine/mpeg/
H A Dnv50.c66 u32 type = nvkm_rd32(device, 0x00b230); in nv50_mpeg_intr() local
132 nv50_mpeg_new(struct nvkm_device *device, enum nvkm_subdev_type type, int inst, in nv50_mpeg_new()
/linux/fs/btrfs/
H A Daccessors.h38 #define read_eb_member(eb, ptr, type, member, result) (\ argument
44 #define write_eb_member(eb, ptr, type, member, source) ( \ argument
61 #define BTRFS_SETGET_FUNCS(name, type, member, bits) \ argument
75 #define BTRFS_SETGET_HEADER_FUNCS(name, type, member, bits) \ argument
89 #define BTRFS_SETGET_STACK_FUNCS(name, type, member, bits) \ argument
351 static inline u32 btrfs_extent_inline_ref_size(int type) in btrfs_extent_inline_ref_size()
1013 #define btrfs_item_ptr(leaf, slot, type) \ argument
/linux/drivers/net/ethernet/sfc/
H A Dmcdi.c1630 int efx_mcdi_nvram_info(struct efx_nic *efx, unsigned int type, in efx_mcdi_nvram_info()
1668 static int efx_mcdi_nvram_test(struct efx_nic *efx, unsigned int type) in efx_mcdi_nvram_test()
1726 unsigned int type; in efx_mcdi_nvram_test_all() local
1935 static int efx_mcdi_wol_filter_set(struct efx_nic *efx, u32 type, in efx_mcdi_wol_filter_set()
1997 int efx_mcdi_set_workaround(struct efx_nic *efx, u32 type, bool enabled, in efx_mcdi_set_workaround()
2104 int efx_mcdi_nvram_metadata(struct efx_nic *efx, unsigned int type, in efx_mcdi_nvram_metadata()
2177 int efx_mcdi_nvram_update_start(struct efx_nic *efx, unsigned int type) in efx_mcdi_nvram_update_start()
2197 static int efx_mcdi_nvram_read(struct efx_nic *efx, unsigned int type, in efx_mcdi_nvram_read()
2223 int efx_mcdi_nvram_write(struct efx_nic *efx, unsigned int type, in efx_mcdi_nvram_write()
2248 int efx_mcdi_nvram_erase(struct efx_nic *efx, unsigned int type, loff_t offset, in efx_mcdi_nvram_erase()
[all …]
/linux/include/linux/usb/
H A Daudio.h27 u8 type; member
38 u8 type; member

1...<<11121314151617181920>>...250