/linux-6.14.4/include/net/ |
D | cfg80211-wext.h | 22 union iwreq_data *wrqu, char *extra); 24 union iwreq_data *wrqu, char *extra); 26 union iwreq_data *wrqu, char *extra); 29 union iwreq_data *wrqu, char *extra); 32 union iwreq_data *wrqu, char *extra); 35 union iwreq_data *wrqu, char *extra); 38 union iwreq_data *wrqu, char *extra); 41 union iwreq_data *wrqu, char *extra); 44 union iwreq_data *wrqu, char *extra); 47 union iwreq_data *wrqu, char *extra); [all …]
|
D | bond_options.h | 88 * copy the data to extra storage 97 char extra[BOND_OPT_EXTRA_MAXLEN]; member 141 void *extra, size_t extra_len) in __bond_opt_init() argument 150 if (extra && extra_len <= BOND_OPT_EXTRA_MAXLEN) in __bond_opt_init() 151 memcpy(optval->extra, extra, extra_len); in __bond_opt_init() 155 #define bond_opt_initextra(optval, extra, extra_len) \ argument 156 __bond_opt_init(optval, NULL, ULLONG_MAX, extra, extra_len)
|
/linux-6.14.4/drivers/gpu/drm/i915/ |
D | Kconfig.debug | 66 Choose this option to turn on extra driver debugging that may affect 74 bool "Always insert extra checks around mmio access by default" 77 By default, always enables the extra sanity checks (extra register 87 bool "Insert extra checks into the GEM internals" 91 Enable extra sanity checks (including BUGs) along the GEM driver 114 bool "Insert extra logging (very verbose) for common GEM errors" 126 bool "Insert extra ftrace output from the GEM internals" 140 bool "Insert extra ftrace output from the GTT internals" 159 Choose this option to turn on extra driver debugging that may affect 171 Choose this option to turn on extra driver debugging that may affect [all …]
|
/linux-6.14.4/tools/perf/util/ |
D | print_binary.c | 8 void *extra, FILE *fp) in binary__fprintf() argument 19 printed += printer(BINARY_PRINT_DATA_BEGIN, 0, extra, fp); in binary__fprintf() 22 printed += printer(BINARY_PRINT_LINE_BEGIN, -1, extra, fp); in binary__fprintf() 23 printed += printer(BINARY_PRINT_ADDR, i, extra, fp); in binary__fprintf() 26 printed += printer(BINARY_PRINT_NUM_DATA, data[i], extra, fp); in binary__fprintf() 30 printed += printer(BINARY_PRINT_NUM_PAD, -1, extra, fp); in binary__fprintf() 32 printer(BINARY_PRINT_SEP, i, extra, fp); in binary__fprintf() 34 printed += printer(BINARY_PRINT_CHAR_DATA, data[j], extra, fp); in binary__fprintf() 36 printed += printer(BINARY_PRINT_CHAR_PAD, i, extra, fp); in binary__fprintf() 37 printed += printer(BINARY_PRINT_LINE_END, -1, extra, fp); in binary__fprintf() [all …]
|
D | print_binary.h | 22 unsigned int val, void *extra, FILE *fp); 26 void *extra, FILE *fp); 30 void *extra) in print_binary() argument 32 binary__fprintf(data, len, bytes_per_line, printer, extra, stdout); in print_binary()
|
/linux-6.14.4/net/wireless/ |
D | wext-compat.h | 10 struct iw_freq *wextfreq, char *extra); 13 struct iw_freq *freq, char *extra); 16 struct sockaddr *ap_addr, char *extra); 19 struct sockaddr *ap_addr, char *extra); 29 struct iw_freq *wextfreq, char *extra); 32 struct iw_freq *freq, char *extra); 35 struct sockaddr *ap_addr, char *extra); 38 struct sockaddr *ap_addr, char *extra); 48 union iwreq_data *wrqu, char *extra); 51 union iwreq_data *wrqu, char *extra);
|
D | wext-priv.c | 19 char * extra) in iw_handler_get_private() argument 39 memcpy(extra, dev->wireless_handlers->private_args, in iw_handler_get_private() 142 char *extra; in ioctl_private_iw_point() local 155 extra = kzalloc(extra_size, GFP_KERNEL); in ioctl_private_iw_point() 156 if (!extra) in ioctl_private_iw_point() 159 /* If it is a SET, get all the extra data in here */ in ioctl_private_iw_point() 161 if (copy_from_user(extra, iwp->pointer, extra_size)) { in ioctl_private_iw_point() 168 err = handler(dev, info, (union iwreq_data *) iwp, extra); in ioctl_private_iw_point() 178 if (copy_to_user(iwp->pointer, extra, extra_size)) in ioctl_private_iw_point() 183 kfree(extra); in ioctl_private_iw_point() [all …]
|
D | wext-compat.c | 28 union iwreq_data *wrqu, char *extra) in cfg80211_wext_giwname() argument 35 union iwreq_data *wrqu, char *extra) in cfg80211_wext_siwmode() argument 70 union iwreq_data *wrqu, char *extra) in cfg80211_wext_giwmode() argument 107 union iwreq_data *wrqu, char *extra) in cfg80211_wext_giwrange() argument 111 struct iw_range *range = (struct iw_range *) extra; in cfg80211_wext_giwrange() 250 union iwreq_data *wrqu, char *extra) in cfg80211_wext_siwrts() argument 274 union iwreq_data *wrqu, char *extra) in cfg80211_wext_giwrts() argument 288 union iwreq_data *wrqu, char *extra) in cfg80211_wext_siwfrag() argument 315 union iwreq_data *wrqu, char *extra) in cfg80211_wext_giwfrag() argument 329 union iwreq_data *wrqu, char *extra) in cfg80211_wext_siwretry() argument [all …]
|
D | wext-core.c | 455 const char * extra) in wireless_send_event() argument 478 * for compat, due to being contained in 'extra', but normally in wireless_send_event() 483 if (WARN_ON(cmd == SIOCGIWSCAN && extra)) in wireless_send_event() 484 extra = NULL; in wireless_send_event() 510 /* Check extra parameters and set extra_len */ in wireless_send_event() 523 /* Calculate extra_len - extra is NULL for restricted events */ in wireless_send_event() 524 if (extra != NULL) in wireless_send_event() 549 * | extra data ... in wireless_send_event() 582 memcpy(((char *) event) + hdr_len, extra, extra_len); in wireless_send_event() 625 extra, extra_len); in wireless_send_event() [all …]
|
/linux-6.14.4/fs/ext4/ |
D | inode-test.c | 43 "1901-12-13 Lower bound of 32bit < 0 timestamp, no extra bits" 45 "1969-12-31 Upper bound of 32bit < 0 timestamp, no extra bits" 47 "1970-01-01 Lower bound of 32bit >=0 timestamp, no extra bits" 49 "2038-01-19 Upper bound of 32bit >=0 timestamp, no extra bits" 51 "2038-01-19 Lower bound of 32bit <0 timestamp, lo extra sec bit on" 53 "2106-02-07 Upper bound of 32bit <0 timestamp, lo extra sec bit on" 55 "2106-02-07 Lower bound of 32bit >=0 timestamp, lo extra sec bit on" 57 "2174-02-25 Upper bound of 32bit >=0 timestamp, lo extra sec bit on" 59 "2174-02-25 Lower bound of 32bit <0 timestamp, hi extra sec bit on" 61 "2242-03-16 Upper bound of 32bit <0 timestamp, hi extra sec bit on" [all …]
|
/linux-6.14.4/tools/testing/selftests/arm64/signal/testcases/ |
D | testcases.c | 9 bool validate_extra_context(struct extra_context *extra, char **err, in validate_extra_context() argument 14 if (!extra || !err) in validate_extra_context() 17 fprintf(stderr, "Validating EXTRA...\n"); in validate_extra_context() 18 term = GET_RESV_NEXT_HEAD(&extra->head); in validate_extra_context() 20 *err = "Missing terminator after EXTRA context"; in validate_extra_context() 23 if (extra->datap & 0x0fUL) in validate_extra_context() 24 *err = "Extra DATAP misaligned"; in validate_extra_context() 25 else if (extra->size & 0x0fUL) in validate_extra_context() 26 *err = "Extra SIZE misaligned"; in validate_extra_context() 27 else if (extra->datap != (uint64_t)term + 0x10UL) in validate_extra_context() [all …]
|
/linux-6.14.4/drivers/net/xen-netback/ |
D | rx.c | 273 struct xen_netif_extra_info *extra; in xenvif_rx_next_skb() local 275 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_GSO - 1]; in xenvif_rx_next_skb() 277 extra->u.gso.type = gso_type; in xenvif_rx_next_skb() 278 extra->u.gso.size = skb_shinfo(skb)->gso_size; in xenvif_rx_next_skb() 279 extra->u.gso.pad = 0; in xenvif_rx_next_skb() 280 extra->u.gso.features = 0; in xenvif_rx_next_skb() 281 extra->type = XEN_NETIF_EXTRA_TYPE_GSO; in xenvif_rx_next_skb() 282 extra->flags = 0; in xenvif_rx_next_skb() 288 struct xen_netif_extra_info *extra; in xenvif_rx_next_skb() local 290 extra = &pkt->extras[XEN_NETIF_EXTRA_TYPE_XDP - 1]; in xenvif_rx_next_skb() [all …]
|
/linux-6.14.4/fs/bcachefs/ |
D | eytzinger.h | 110 unsigned extra) in __eytzinger1_to_inorder() argument 126 * if (i > extra) in __eytzinger1_to_inorder() 127 * i -= (i - extra) >> 1; in __eytzinger1_to_inorder() 129 s = extra - i; in __eytzinger1_to_inorder() 136 unsigned extra) in __inorder_to_eytzinger1() argument 146 * if (i > extra) in __inorder_to_eytzinger1() 147 * i += i - extra; in __inorder_to_eytzinger1() 149 s = extra - i; in __inorder_to_eytzinger1() 220 unsigned extra) in __eytzinger0_to_inorder() argument 222 return __eytzinger1_to_inorder(i + 1, size, extra) - 1; in __eytzinger0_to_inorder() [all …]
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | Kconfig.debug | 26 Choose this option to turn on extra driver debugging that may affect 34 bool "Enable extra VM debugging info" 37 Enable extra VM debugging info 44 bool "Enable extra memirq debugging" 55 bool "Enable extra SR-IOV debugging" 59 Enable extra SR-IOV debugging info.
|
/linux-6.14.4/fs/ubifs/ |
D | debug.h | 53 * @chk_gen: if general extra checks are enabled 55 * @chk_orph: if orphans extra checks are enabled 56 * @chk_lprops: if lprops extra checks are enabled 57 * @chk_fs: if UBIFS contents extra checks are enabled 65 * @dfs_chk_gen: debugfs knob to enable UBIFS general extra checks 66 * @dfs_chk_index: debugfs knob to enable UBIFS index extra checks 67 * @dfs_chk_orph: debugfs knob to enable UBIFS orphans extra checks 68 * @dfs_chk_lprops: debugfs knob to enable UBIFS LEP properties extra checks 69 * @dfs_chk_fs: debugfs knob to enable UBIFS contents extra checks 124 * @chk_gen: if general extra checks are enabled [all …]
|
/linux-6.14.4/lib/zlib_inflate/ |
D | inflate.h | 21 OS, /* i: waiting for extra flags and operating system (gzip) */ 22 EXLEN, /* i: waiting for extra length (gzip) */ 23 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator 37 LENEXT, /* i: waiting for length extra bits */ 39 DISTEXT, /* i: waiting for distance extra bits */ 57 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME 97 unsigned extra; /* extra bits needed */ member
|
/linux-6.14.4/drivers/media/i2c/s5c73m3/ |
D | s5c73m3-spi.c | 67 u32 extra = len % tx_size; in s5c73m3_spi_write() local 81 if (extra > 0) { in s5c73m3_spi_write() 82 r = spi_xmit(spi_dev, (void *)addr + j, extra, SPI_DIR_TX); in s5c73m3_spi_write() 95 u32 extra = len % tx_size; in s5c73m3_spi_read() local 106 if (extra > 0) in s5c73m3_spi_read() 107 return spi_xmit(spi_dev, addr + j, extra, SPI_DIR_RX); in s5c73m3_spi_read()
|
/linux-6.14.4/net/dsa/ |
D | tag_dsa.c | 130 u8 extra) in dsa_xmit_ll() argument 166 if (extra) { in dsa_xmit_ll() 167 skb_push(skb, extra); in dsa_xmit_ll() 168 dsa_alloc_etype_header(skb, extra); in dsa_xmit_ll() 172 dsa_header = dsa_etype_header_pos_tx(skb) + extra; in dsa_xmit_ll() 186 skb_push(skb, DSA_HLEN + extra); in dsa_xmit_ll() 187 dsa_alloc_etype_header(skb, DSA_HLEN + extra); in dsa_xmit_ll() 190 dsa_header = dsa_etype_header_pos_tx(skb) + extra; in dsa_xmit_ll() 202 u8 extra) in dsa_rcv_ll() argument 287 * tag, and delete the ethertype (extra) if applicable. If the in dsa_rcv_ll() [all …]
|
/linux-6.14.4/drivers/net/wireless/intel/ipw2x00/ |
D | libipw_spy.c | 31 char * extra) in ipw_wx_set_spy() argument 34 struct sockaddr * address = (struct sockaddr *) extra; in ipw_wx_set_spy() 79 char * extra) in ipw_wx_get_spy() argument 82 struct sockaddr * address = (struct sockaddr *) extra; in ipw_wx_get_spy() 98 memcpy(extra + (sizeof(struct sockaddr) *spydata->spy_number), in ipw_wx_get_spy() 115 char * extra) in ipw_wx_set_thrspy() argument 118 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in ipw_wx_set_thrspy() 142 char * extra) in ipw_wx_get_thrspy() argument 145 struct iw_thrspy * threshold = (struct iw_thrspy *) extra; in ipw_wx_get_thrspy()
|
/linux-6.14.4/arch/x86/include/asm/ |
D | bug.h | 38 #define _BUG_FLAGS(ins, flags, extra) \ argument 48 extra \ 56 #define _BUG_FLAGS(ins, flags, extra) \ argument 64 extra \ 73 #define _BUG_FLAGS(ins, flags, extra) asm volatile(ins) argument
|
/linux-6.14.4/drivers/virtio/ |
D | virtio_ring.c | 73 /* Indirect desc table and extra table, if any. These two will be 82 /* Indirect desc table and extra table, if any. These two will be 292 const struct vring_desc_extra *extra) in vring_need_unmap_buffer() argument 294 return vring->use_dma_api && (extra->addr != DMA_MAPPING_ERROR); in vring_need_unmap_buffer() 445 struct vring_desc_extra *extra) in vring_unmap_one_split() argument 449 flags = extra->flags; in vring_unmap_one_split() 456 extra->addr, in vring_unmap_one_split() 457 extra->len, in vring_unmap_one_split() 461 if (!vring_need_unmap_buffer(vq, extra)) in vring_unmap_one_split() 465 extra->addr, in vring_unmap_one_split() [all …]
|
/linux-6.14.4/drivers/usb/storage/ |
D | uas-detect.h | 35 unsigned char *extra = endpoint[i].extra; in uas_find_endpoints() local 38 if (extra[1] == USB_DT_PIPE_USAGE) { in uas_find_endpoints() 39 unsigned pipe_id = extra[2]; in uas_find_endpoints() 44 len -= extra[0]; in uas_find_endpoints() 45 extra += extra[0]; in uas_find_endpoints()
|
D | ene_ub6250.c | 111 #define MS_REG_ST1_EXER 0x08 /* error on extra(corrected) */ 112 #define MS_REG_ST1_UCEX 0x04 /* unable to correct extra */ 216 #define MS_REG_ST1_EXER 0x08 /* error on extra(corrected) */ 481 static void ene_ub6250_info_destructor(void *extra) in ene_ub6250_info_destructor() argument 483 struct ene_ub6250_info *info = (struct ene_ub6250_info *) extra; in ene_ub6250_info_destructor() 485 if (!extra) in ene_ub6250_info_destructor() 572 struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; in do_scsi_request_sense() 600 struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; in sd_scsi_test_unit_ready() 614 struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; in sd_scsi_mode_sense() 638 struct ene_ub6250_info *info = (struct ene_ub6250_info *) us->extra; in sd_scsi_read_capacity() [all …]
|
/linux-6.14.4/tools/testing/selftests/x86/ |
D | Makefile | 115 define extra-files 120 $(eval $(call extra-files,sysret_ss_attrs_64,thunks.S)) 121 $(eval $(call extra-files,ptrace_syscall_32,raw_syscall_helper_32.S)) 122 $(eval $(call extra-files,test_syscall_vdso_32,thunks_32.S)) 123 $(eval $(call extra-files,fsgsbase_restore_64,clang_helpers_64.S)) 124 $(eval $(call extra-files,fsgsbase_restore_32,clang_helpers_32.S)) 125 $(eval $(call extra-files,sysret_rip_64,clang_helpers_64.S))
|
/linux-6.14.4/Documentation/staging/ |
D | lzo.rst | 31 Optionally depending on the opcode and operands, extra data may follow. These 32 extra data can be a complement for the operand (eg: a length or a distance 42 rate of at most 255 per extra byte (thus the compression ratio cannot exceed 56 Certain encodings involve one extra byte, others involve two extra bytes 66 taken from the last two bits of an extra operand (eg: distance). 77 They just have to "refill" this credit if they consume extra bytes. This 117 state = 4 [ don't copy extra literals ] 130 state = 4 (no extra literals are copied)
|