/linux-4.1.27/drivers/ata/ |
D | pata_cs5536.c | 179 u32 cast; in cs5536_set_piomode() local 186 cs5536_read(pdev, CAST, &cast); in cs5536_set_piomode() 188 cast &= ~(IDE_CAST_DRV_MASK << cshift); in cs5536_set_piomode() 189 cast |= addr_timings[mode] << cshift; in cs5536_set_piomode() 191 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT); in cs5536_set_piomode() 192 cast |= cmd_timings[cmdmode] << IDE_CAST_CMD_SHIFT; in cs5536_set_piomode() 194 cs5536_write(pdev, CAST, cast); in cs5536_set_piomode()
|
D | libata-transport.c | 204 #define ata_port_show_simple(field, name, format_string, cast) \ argument 211 return snprintf(buf, 20, format_string, cast ap->field); \ 473 #define ata_dev_show_simple(field, format_string, cast) \ argument 480 return snprintf(buf, 20, format_string, cast ata_dev->field); \
|
/linux-4.1.27/drivers/ide/ |
D | cs5536.c | 150 u32 cast; in cs5536_set_pio_mode() local 163 cs5536_read(pdev, CAST, &cast); in cs5536_set_pio_mode() 165 cast &= ~(IDE_CAST_DRV_MASK << cshift); in cs5536_set_pio_mode() 166 cast |= addr_timings[pio] << cshift; in cs5536_set_pio_mode() 168 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT); in cs5536_set_pio_mode() 169 cast |= cmd_timings[cmd_pio] << IDE_CAST_CMD_SHIFT; in cs5536_set_pio_mode() 171 cs5536_write(pdev, CAST, cast); in cs5536_set_pio_mode()
|
/linux-4.1.27/drivers/scsi/fcoe/ |
D | fcoe_sysfs.c | 148 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument 157 cast fcoe_ctlr_##field(ctlr)); \ 160 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument 170 cast fcoe_fcf_##field(fcf)); \ 173 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument 179 return snprintf(buf, sz, format_string, cast fcoe_ctlr_##field(ctlr)); \ 182 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument 188 return snprintf(buf, sz, format_string, cast fcoe_fcf_##field(fcf)); \ 211 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument 212 fcoe_ctlr_private_show_function(field, format_string, sz, (cast)) \ [all …]
|
/linux-4.1.27/scripts/gdb/linux/ |
D | utils.py | 46 element = gdb.Value(0).cast(typeobj) 51 return (ptr.cast(get_long_type()) - 52 offset_of(typeobj, member)).cast(typeobj)
|
D | tasks.py | 81 thread_info = thread_info_addr.cast(thread_info_ptr_type) 83 thread_info = task['stack'].cast(thread_info_ptr_type)
|
D | cpus.py | 49 pointer = var_ptr.cast(utils.get_long_type()) + offset 50 return pointer.cast(var_ptr.type).dereference()
|
/linux-4.1.27/fs/coda/ |
D | coda_linux.h | 65 #define CODA_ALLOC(ptr, cast, size) do { \ argument 69 ptr = (cast)vzalloc((unsigned long) size); \
|
/linux-4.1.27/drivers/scsi/ |
D | scsi_transport_fc.c | 699 #define fc_rport_show_function(field, format_string, sz, cast) \ argument 712 return snprintf(buf, sz, format_string, cast rport->field); \ 742 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 743 fc_rport_show_function(field, format_string, sz, (cast)) \ 755 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument 761 return snprintf(buf, sz, format_string, cast rport->field); \ 769 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument 770 fc_private_rport_show_function(field, format_string, sz, (cast)) \ 1014 #define fc_starget_show_function(field, format_string, sz, cast) \ argument 1028 cast fc_starget_##field(starget)); \ [all …]
|
D | scsi_transport_sas.c | 453 #define sas_phy_show_simple(field, name, format_string, cast) \ argument 460 return snprintf(buf, 20, format_string, cast phy->field); \ 820 #define sas_port_show_simple(field, name, format_string, cast) \ argument 827 return snprintf(buf, 20, format_string, cast port->field); \ 1167 #define sas_rphy_show_simple(field, name, format_string, cast) \ argument 1174 return snprintf(buf, 20, format_string, cast rphy->field); \ 1311 #define sas_end_dev_show_simple(field, name, format_string, cast) \ argument 1319 return snprintf(buf, 20, format_string, cast rdev->field); \ 1340 #define sas_expander_show_simple(field, name, format_string, cast) \ argument 1348 return snprintf(buf, 20, format_string, cast edev->field); \
|
/linux-4.1.27/tools/scripts/ |
D | Makefile.include | 22 EXTRA_WARNINGS := -Wbad-function-cast
|
/linux-4.1.27/drivers/staging/slicoss/ |
D | TODO | 8 - don't cast netdev_priv it is already void
|
/linux-4.1.27/scripts/ |
D | Makefile.extrawarn | 38 warning-3 := -Wbad-function-cast
|
D | checkpatch.pl | 5048 my $cast; 5051 $cast = "$cast1 or $cast2"; 5053 $cast = $cast1; 5055 $cast = $cast2; 5058 "$call() should probably be ${call}_t($cast, $arg1, $arg2)\n" . "$here\n$stat\n");
|
/linux-4.1.27/tools/perf/util/ |
D | probe-finder.c | 279 const char *cast) in convert_variable_type() argument 289 if (cast && strcmp(cast, "string") != 0) { in convert_variable_type() 291 tvar->type = strdup(cast); in convert_variable_type() 316 if (cast && strcmp(cast, "string") == 0) { /* String type */ in convert_variable_type() 347 tvar->type = strdup(cast); in convert_variable_type()
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.arcmsr | 22 ** 1.20.00.06 3/12/2005 Erich Chen fix with arcmsr_pci_unmap_dma "unsigned long" cast, 41 ** cast off sizeof(dma_addr_t) condition for 64bit pci_set_dma_mask
|
D | ChangeLog.lpfc | 258 unneeded cast of kmalloc's return. 727 typed pointer lots of the cast mess can go away, and while at it 1423 * Move dma_addr_t cast inside of getPaddr macro as everywhere 1424 getPaddr is used, the return is cast to dma_addr_t. 1515 * Since everywhere IOCB_ENTRY is used, the return value is cast, 1516 move the cast into the macro.
|
D | ChangeLog.1992-1997 | 587 * constants.c: Add type cast in switch statement. 1051 * scsicam.c: Add type cast.
|
/linux-4.1.27/lib/raid6/ |
D | altivec.uc | 60 /* vec_cmpgt returns a vector bool char; thus the need for the cast */
|
/linux-4.1.27/Documentation/RCU/ |
D | rcu_dereference.txt | 22 In addition, the volatile cast in rcu_dereference() prevents the 193 pointer. Note that the volatile cast in rcu_dereference() 325 guarantees that RCU depends on. And the volatile cast in rcu_dereference()
|
/linux-4.1.27/arch/arm/nwfpe/ |
D | ChangeLog | 46 as a struct user_fp (see user.h). This pointer was cast to a
|
/linux-4.1.27/Documentation/ |
D | local_ops.txt | 47 atomic_long_t inside a structure. This is made so a cast from this type to a
|
D | printk-formats.txt | 18 format specifier of its largest possible type and explicitly cast to it.
|
D | unaligned-memory-access.txt | 95 you do not cast the field to a type of different length).
|
D | atomic_ops.txt | 12 be made opaque such that any kind of cast to a normal C integer type
|
D | DMA-API.txt | 44 It also returns a <dma_handle> which may be cast to an unsigned integer the
|
D | memory-barriers.txt | 1615 for this is that ACCESS_ONCE() is implemented as a volatile cast, which
|
/linux-4.1.27/Documentation/arm/ |
D | vlocks.txt | 18 cast identifies the winner.
|
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c_shipped | 135 * double cast. 1739 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ 2284 /* The cast to (char *) in the following accommodates both 2296 free( (char *) ptr ); /* see zconfrealloc() for (char *) cast */
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 116 * double cast. 1338 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ 1889 /* The cast to (char *) in the following accommodates both 1901 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 118 * double cast. 1605 c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */ 2152 /* The cast to (char *) in the following accommodates both 2164 free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
|
/linux-4.1.27/Documentation/ioctl/ |
D | botching-up-ioctls.txt | 42 * Pointers are __u64, cast from/to a uintprt_t on the userspace side and
|
/linux-4.1.27/Documentation/crypto/ |
D | descore-readme.txt | 184 i assume word pointers can be freely cast to and from char pointers.
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_attr.c | 5627 #define lpfc_rport_show_function(field, format_string, sz, cast) \ argument 5636 (rdata->target) ? cast rdata->target->field : 0); \
|
/linux-4.1.27/crypto/ |
D | Kconfig | 397 CRC T10 Data Integrity Field computation is being cast as
|