/linux/tools/include/nolibc/ |
A D | nolibc.h | 1425 static __attribute__((unused)) 1438 static __attribute__((unused)) 1444 static __attribute__((unused)) 1456 static __attribute__((unused)) 1468 static __attribute__((unused)) 1474 static __attribute__((unused)) 1480 static __attribute__((unused)) 1487 static __attribute__((unused)) 1494 static __attribute__((unused)) 2513 __attribute__((weak,unused)) [all …]
|
/linux/drivers/scsi/ |
A D | 53c700_d.h_shipped | 861 static u32 A_AFTER_CMD_used[] __attribute((unused)) = { 970 static u32 A_Device_ID_used[] __attribute((unused)) = { 980 static u32 A_FATAL_used[] __attribute((unused)) = { 1020 static u32 A_MSG_IN_used[] __attribute((unused)) = { 1054 static u32 A_MSG_OUT_used[] __attribute((unused)) = { 1156 static u32 A_SDTR_MSG_used[] __attribute((unused)) = { 1229 static u32 A_WDTR_MSG_used[] __attribute((unused)) = { 1262 static u32 LABELPATCHES[] __attribute((unused)) = { 1324 } EXTERNAL_PATCHES[] __attribute((unused)) = { 1327 static u32 INSTRUCTIONS __attribute((unused)) = 149; [all …]
|
/linux/drivers/misc/genwqe/ |
A D | card_debugfs.c | 71 return curr_dbg_uidn_show(s, unused, 0); in curr_dbg_uid0_show() 78 return curr_dbg_uidn_show(s, unused, 1); in curr_dbg_uid1_show() 85 return curr_dbg_uidn_show(s, unused, 2); in curr_dbg_uid2_show() 100 return prev_dbg_uidn_show(s, unused, 0); in prev_dbg_uid0_show() 107 return prev_dbg_uidn_show(s, unused, 1); in prev_dbg_uid1_show() 114 return prev_dbg_uidn_show(s, unused, 2); in prev_dbg_uid2_show() 119 static int curr_regs_show(struct seq_file *s, void *unused) in curr_regs_show() argument 148 static int prev_regs_show(struct seq_file *s, void *unused) in prev_regs_show() argument 172 static int jtimer_show(struct seq_file *s, void *unused) in jtimer_show() argument 211 static int ddcb_info_show(struct seq_file *s, void *unused) in ddcb_info_show() argument [all …]
|
/linux/lib/ |
A D | test_kasan_module.c | 23 int __maybe_unused unused; in copy_user_test() local 41 unused = copy_from_user(kmem, usermem, size + 1); in copy_user_test() 44 unused = copy_to_user(usermem, kmem, size + 1); in copy_user_test() 47 unused = __copy_from_user(kmem, usermem, size + 1); in copy_user_test() 50 unused = __copy_to_user(usermem, kmem, size + 1); in copy_user_test() 53 unused = __copy_from_user_inatomic(kmem, usermem, size + 1); in copy_user_test() 56 unused = __copy_to_user_inatomic(usermem, kmem, size + 1); in copy_user_test() 59 unused = strncpy_from_user(kmem, usermem, size + 1); in copy_user_test()
|
/linux/tools/build/feature/ |
A D | test-jvmti.c | 6 JavaVM jvm __attribute__((unused)); in main() 7 jvmtiEventCallbacks cb __attribute__((unused)); in main() 8 jvmtiCapabilities caps __attribute__((unused)); in main() 9 jvmtiJlocationFormat format __attribute__((unused)); in main() 10 jvmtiEnv jvmti __attribute__((unused)); in main()
|
A D | test-jvmti-cmlr.c | 7 jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused)); in main() 8 jvmtiCompiledMethodLoadRecordHeader hdr __attribute__((unused)); in main() 9 PCStackInfo p __attribute__((unused)); in main()
|
/linux/drivers/media/common/b2c2/ |
A D | flexcop_ibi_value_be.h | 26 u32 unused : 1; member 33 u32 unused : 1; member 38 u32 unused : 2; member 61 u32 unused : 6; member 109 u32 unused : 9; member 184 u32 unused : 7; member 229 u32 unused :15; member 234 u32 unused :15; member 239 u32 unused :15; member 252 u32 unused :22; member [all …]
|
A D | flexcop_ibi_value_le.h | 26 u32 unused : 1; member 31 u32 unused : 1; member 37 u32 unused : 2; member 66 u32 unused : 6; member 132 u32 unused : 9; member 184 u32 unused : 7; member 230 u32 unused :15; member 235 u32 unused :15; member 240 u32 unused :15; member 253 u32 unused :22; member [all …]
|
/linux/sound/pci/ctxfi/ |
A D | ctvmem.c | 43 list_for_each(pos, &vm->unused) { in get_vm_block() 48 if (pos == &vm->unused) in get_vm_block() 86 list_for_each(pos, &vm->unused) { in put_vm_block() 91 if (pos == &vm->unused) { in put_vm_block() 92 list_add_tail(&block->list, &vm->unused); in put_vm_block() 107 while (pre != &vm->unused) { in put_vm_block() 200 INIT_LIST_HEAD(&vm->unused); in ct_vm_create() 206 list_add(&block->list, &vm->unused); in ct_vm_create() 228 while (!list_empty(&vm->unused)) { in ct_vm_destroy() 229 pos = vm->unused.next; in ct_vm_destroy()
|
/linux/drivers/net/ethernet/marvell/mvpp2/ |
A D | mvpp2_debugfs.c | 58 static int mvpp2_dbgfs_flow_flt_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_flt_hits_show() argument 71 static int mvpp2_dbgfs_flow_dec_hits_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_dec_hits_show() argument 84 static int mvpp2_dbgfs_flow_type_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_type_show() argument 124 static int mvpp2_dbgfs_flow_id_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_flow_id_show() argument 243 static int mvpp2_dbgfs_port_vid_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_port_vid_show() argument 299 static int mvpp2_dbgfs_filter_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_filter_show() argument 337 static int mvpp2_dbgfs_prs_lu_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_lu_show() argument 349 static int mvpp2_dbgfs_prs_pmap_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_pmap_show() argument 367 static int mvpp2_dbgfs_prs_ai_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_ai_show() argument 404 static int mvpp2_dbgfs_prs_sram_show(struct seq_file *s, void *unused) in mvpp2_dbgfs_prs_sram_show() argument [all …]
|
/linux/Documentation/x86/x86_64/ |
A D | mm.rst | 46 ffffc88000000000 | -55.5 TB | ffffc8ffffffffff | 0.5 TB | ... unused hole 48 ffffe90000000000 | -23 TB | ffffe9ffffffffff | 1 TB | ... unused hole 50 ffffeb0000000000 | -21 TB | ffffebffffffffff | 1 TB | ... unused hole 57 fffffc0000000000 | -4 TB | fffffdffffffffff | 2 TB | ... unused hole 60 fffffe8000000000 | -1.5 TB | fffffeffffffffff | 0.5 TB | ... unused hole 62 ffffff8000000000 | -512 GB | ffffffeeffffffff | 444 GB | ... unused hole 64 ffffffff00000000 | -4 GB | ffffffff7fffffff | 2 GB | ... unused hole 71 ffffffffffe00000 | -2 MB | ffffffffffffffff | 2 MB | ... unused hole 105 ff91000000000000 | -27.75 PB | ff9fffffffffffff | 3.75 PB | ... unused hole 107 ffd2000000000000 | -11.5 PB | ffd3ffffffffffff | 0.5 PB | ... unused hole [all …]
|
/linux/include/linux/clk/ |
A D | renesas.h | 21 int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev); 22 void cpg_mstp_detach_dev(struct generic_pm_domain *unused, struct device *dev); 29 int cpg_mssr_attach_dev(struct generic_pm_domain *unused, struct device *dev); 30 void cpg_mssr_detach_dev(struct generic_pm_domain *unused, struct device *dev);
|
/linux/arch/um/drivers/ |
A D | chan_user.h | 33 extern void generic_close(int fd, void *unused); 34 extern int generic_read(int fd, char *c_out, void *unused); 35 extern int generic_write(int fd, const char *buf, int n, void *unused); 37 extern int generic_window_size(int fd, void *unused, unsigned short *rows_out,
|
/linux/include/linux/can/dev/ |
A D | peak_canfd.h | 98 u8 unused; member 122 u8 unused; member 134 u32 unused; member 148 u16 unused; member 160 u32 unused; member 229 u8 unused[3]; member
|
/linux/tools/testing/selftests/ |
A D | kselftest_harness.h | 199 struct __test_metadata __attribute__((unused)) *_metadata) 266 struct __test_metadata __attribute__((unused)) *_metadata, \ 267 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \ 269 __attribute__((unused)) *variant) 289 struct __test_metadata __attribute__((unused)) *_metadata, \ 290 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self) 405 struct __test_metadata __attribute__((unused)) *_metadata, \ 406 FIXTURE_DATA(fixture_name) __attribute__((unused)) *self, \ 408 __attribute__((unused)) *variant) 787 } _fixture_global __attribute__((unused)) = { [all …]
|
/linux/Documentation/firmware-guide/acpi/ |
A D | gpio-properties.rst | 177 line 0: "pin_0" unused input active-high 178 line 1: "pin_1" unused input active-high 179 line 2: unnamed unused input active-high 180 line 3: unnamed unused input active-high 181 line 4: "pin_3" unused input active-high 182 line 5: "pin_4_push_button" unused input active-high 183 line 6: unnamed unused input active-high 184 line 7 unnamed unused input active-high 185 line 8: unnamed unused input active-high 186 line 9: unnamed unused input active-high [all …]
|
/linux/arch/arm/vfp/ |
A D | vfpdouble.c | 250 static u32 vfp_double_fabs(int dd, int unused, int dm, u32 fpscr) in vfp_double_fabs() argument 256 static u32 vfp_double_fcpy(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcpy() argument 262 static u32 vfp_double_fneg(int dd, int unused, int dm, u32 fpscr) in vfp_double_fneg() argument 268 static u32 vfp_double_fsqrt(int dd, int unused, int dm, u32 fpscr) in vfp_double_fsqrt() argument 419 static u32 vfp_double_fcmp(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmp() argument 424 static u32 vfp_double_fcmpe(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpe() argument 429 static u32 vfp_double_fcmpz(int dd, int unused, int dm, u32 fpscr) in vfp_double_fcmpz() argument 439 static u32 vfp_double_fcvts(int sd, int unused, int dm, u32 fpscr) in vfp_double_fcvts() argument 482 static u32 vfp_double_fuito(int dd, int unused, int dm, u32 fpscr) in vfp_double_fuito() argument 582 return vfp_double_ftoui(sd, unused, dm, FPSCR_ROUND_TOZERO); in vfp_double_ftouiz() [all …]
|
A D | vfpsingle.c | 259 static u32 vfp_single_fabs(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fabs() argument 265 static u32 vfp_single_fcpy(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcpy() argument 271 static u32 vfp_single_fneg(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fneg() argument 316 static u32 vfp_single_fsqrt(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fsqrt() argument 462 static u32 vfp_single_fcmp(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmp() argument 467 static u32 vfp_single_fcmpe(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpe() argument 472 static u32 vfp_single_fcmpz(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fcmpz() argument 482 static u32 vfp_single_fcvtd(int dd, int unused, s32 m, u32 fpscr) in vfp_single_fcvtd() argument 525 static u32 vfp_single_fuito(int sd, int unused, s32 m, u32 fpscr) in vfp_single_fuito() argument 624 return vfp_single_ftoui(sd, unused, m, FPSCR_ROUND_TOZERO); in vfp_single_ftouiz() [all …]
|
/linux/arch/arm/include/asm/ |
A D | vfpmacros.h | 45 addeq \base, \base, #32*4 @ step over unused register space 51 addne \base, \base, #32*4 @ step over unused register space 70 addeq \base, \base, #32*4 @ step over unused register space 76 addne \base, \base, #32*4 @ step over unused register space
|
/linux/arch/powerpc/platforms/4xx/ |
A D | cpm.c | 40 unsigned int unused; member 300 cpm.unused = cpm_get_uint_property(np, "unused-units"); in cpm_init() 307 if (cpm.unused) { in cpm_init() 308 cpm_set(CPM_ER, cpm.unused); in cpm_init() 309 cpm_set(CPM_FR, cpm.unused); in cpm_init()
|
/linux/fs/reiserfs/ |
A D | procfs.c | 27 static int show_version(struct seq_file *m, void *unused) in show_version() argument 70 static int show_super(struct seq_file *m, void *unused) in show_super() argument 133 static int show_per_level(struct seq_file *m, void *unused) in show_per_level() argument 192 static int show_bitmap(struct seq_file *m, void *unused) in show_bitmap() argument 225 static int show_on_disk_super(struct seq_file *m, void *unused) in show_on_disk_super() argument 269 static int show_oidmap(struct seq_file *m, void *unused) in show_oidmap() argument 307 static int show_journal(struct seq_file *m, void *unused) in show_journal() argument
|
/linux/include/uapi/linux/ |
A D | dlm_device.h | 36 __u16 unused; member 66 __u8 unused[2]; member 90 __u8 unused[3]; member
|
/linux/drivers/usb/dwc3/ |
A D | debugfs.c | 324 static int dwc3_lsp_show(struct seq_file *s, void *unused) in dwc3_lsp_show() argument 388 static int dwc3_mode_show(struct seq_file *s, void *unused) in dwc3_mode_show() argument 456 static int dwc3_testmode_show(struct seq_file *s, void *unused) in dwc3_testmode_show() argument 539 static int dwc3_link_state_show(struct seq_file *s, void *unused) in dwc3_link_state_show() argument 636 static int dwc3_tx_fifo_size_show(struct seq_file *s, void *unused) in dwc3_tx_fifo_size_show() argument 658 static int dwc3_rx_fifo_size_show(struct seq_file *s, void *unused) in dwc3_rx_fifo_size_show() argument 680 static int dwc3_tx_request_queue_show(struct seq_file *s, void *unused) in dwc3_tx_request_queue_show() argument 710 static int dwc3_rx_info_queue_show(struct seq_file *s, void *unused) in dwc3_rx_info_queue_show() argument 740 static int dwc3_event_queue_show(struct seq_file *s, void *unused) in dwc3_event_queue_show() argument 755 static int dwc3_transfer_type_show(struct seq_file *s, void *unused) in dwc3_transfer_type_show() argument [all …]
|
/linux/Documentation/devicetree/bindings/powerpc/4xx/ |
A D | cpm.txt | 16 - unused-units : specifier consist of one cell. For each 18 in CPM will be set to turn off unused 22 in CPM will be set to turn off unused 48 unused-units = <0x00000100>;
|
/linux/drivers/usb/mtu3/ |
A D | mtu3_debugfs.c | 79 static int mtu3_link_state_show(struct seq_file *sf, void *unused) in mtu3_link_state_show() argument 91 static int mtu3_ep_used_show(struct seq_file *sf, void *unused) in mtu3_ep_used_show() argument 173 static int mtu3_ep_info_show(struct seq_file *sf, void *unused) in mtu3_ep_info_show() argument 187 static int mtu3_fifo_show(struct seq_file *sf, void *unused) in mtu3_fifo_show() argument 201 static int mtu3_qmu_ring_show(struct seq_file *sf, void *unused) in mtu3_qmu_ring_show() argument 219 static int mtu3_qmu_gpd_show(struct seq_file *sf, void *unused) in mtu3_qmu_gpd_show() argument 289 static int mtu3_probe_show(struct seq_file *sf, void *unused) in mtu3_probe_show() argument 430 static int ssusb_mode_show(struct seq_file *sf, void *unused) in ssusb_mode_show() argument 476 static int ssusb_vbus_show(struct seq_file *sf, void *unused) in ssusb_vbus_show() argument
|