/linux-4.19.296/include/net/ |
D | cfg80211-wext.h | 25 char *name, char *extra); 27 u32 *mode, char *extra); 29 u32 *mode, char *extra); 32 union iwreq_data *wrqu, char *extra); 35 struct iw_point *data, char *extra); 38 struct iw_point *data, char *extra); 41 struct iw_param *rts, char *extra); 44 struct iw_param *rts, char *extra); 47 struct iw_param *frag, char *extra); 50 struct iw_param *frag, char *extra); [all …]
|
D | iw_handler.h | 316 union iwreq_data *wrqu, char *extra); 442 union iwreq_data *wrqu, const char *extra); 455 union iwreq_data *wrqu, char *extra); 458 union iwreq_data *wrqu, char *extra); 461 union iwreq_data *wrqu, char *extra); 464 union iwreq_data *wrqu, char *extra); 529 char *ends, struct iw_event *iwe, char *extra); 533 char *ends, struct iw_event *iwe, char *extra) in iwe_stream_add_point_check() argument 535 char *res = iwe_stream_add_point(info, stream, ends, iwe, extra); in iwe_stream_add_point_check()
|
D | wext.h | 54 char * extra);
|
/linux-4.19.296/drivers/parport/ |
D | daisy.c | 76 struct parport *extra = parport_register_port(real->base, in clone_parport() local 80 if (extra) { in clone_parport() 81 extra->portnum = real->portnum; in clone_parport() 82 extra->physport = real; in clone_parport() 83 extra->muxport = muxport; in clone_parport() 84 real->slaves[muxport-1] = extra; in clone_parport() 87 return extra; in clone_parport() 117 struct parport *extra = clone_parport(port, i); in parport_daisy_init() local 118 if (!extra) { in parport_daisy_init() 128 extra->name, i + 1, th[i + 1], num_ports, in parport_daisy_init() [all …]
|
/linux-4.19.296/lib/zlib_inflate/ |
D | inftrees.c | 42 const unsigned short *extra; /* extra bits table to use */ in zlib_inflate_table() local 170 base = extra = work; /* dummy value--not used */ in zlib_inflate_table() 176 extra = lext; in zlib_inflate_table() 177 extra -= 257; in zlib_inflate_table() 182 extra = dext; in zlib_inflate_table() 210 this.op = (unsigned char)(extra[work[sym]]); in zlib_inflate_table()
|
D | inflate.c | 594 state->extra = (unsigned)(this.op) & 15; in zlib_inflate() 597 if (state->extra) { in zlib_inflate() 598 NEEDBITS(state->extra); in zlib_inflate() 599 state->length += BITS(state->extra); in zlib_inflate() 600 DROPBITS(state->extra); in zlib_inflate() 626 state->extra = (unsigned)(this.op) & 15; in zlib_inflate() 629 if (state->extra) { in zlib_inflate() 630 NEEDBITS(state->extra); in zlib_inflate() 631 state->offset += BITS(state->extra); in zlib_inflate() 632 DROPBITS(state->extra); in zlib_inflate()
|
D | inflate.h | 95 unsigned extra; /* extra bits needed */ member
|
/linux-4.19.296/drivers/xen/ |
D | sys-hypervisor.c | 106 char *extra; in extra_show() local 108 extra = kmalloc(XEN_EXTRAVERSION_LEN, GFP_KERNEL); in extra_show() 109 if (extra) { in extra_show() 110 ret = HYPERVISOR_xen_version(XENVER_extraversion, extra); in extra_show() 112 ret = sprintf(buffer, "%s\n", extra); in extra_show() 113 kfree(extra); in extra_show() 119 HYPERVISOR_ATTR_RO(extra);
|
D | grant-table.c | 1397 unsigned int cur, extra; in gnttab_expand() local 1401 extra = ((req_entries + gnttab_interface->grefs_per_grant_frame - 1) / in gnttab_expand() 1403 if (cur + extra > gnttab_max_grant_frames()) { in gnttab_expand() 1407 cur, extra, gnttab_max_grant_frames(), in gnttab_expand() 1412 rc = gnttab_map(cur, cur + extra - 1); in gnttab_expand() 1414 rc = grow_gnttab_list(extra); in gnttab_expand()
|
/linux-4.19.296/drivers/memstick/core/ |
D | ms_block.c | 859 u16 pba, u8 page, struct ms_extra_data_register *extra, in msb_read_page() argument 896 if (extra) in msb_read_page() 897 memset(extra, 0xFF, sizeof(*extra)); in msb_read_page() 922 if (!error && extra) in msb_read_page() 923 *extra = msb->regs.extra_data; in msb_read_page() 949 struct ms_extra_data_register *extra) in msb_read_oob() argument 953 BUG_ON(!extra); in msb_read_oob() 964 *extra = msb->regs.extra_data; in msb_read_oob() 1194 struct ms_extra_data_register extra; in msb_read_boot_blocks() local 1218 if (msb_read_page(msb, pba, 0, &extra, &sg, 0)) { in msb_read_boot_blocks() [all …]
|
D | memstick.c | 495 struct memstick_host *memstick_alloc_host(unsigned int extra, in memstick_alloc_host() argument 500 host = kzalloc(sizeof(struct memstick_host) + extra, GFP_KERNEL); in memstick_alloc_host()
|
/linux-4.19.296/drivers/lightnvm/ |
D | Kconfig | 36 Enables debug support for pblk. This includes extra checks, more 37 vocal error messages, and extra tracking fields in the pblk sysfs
|
/linux-4.19.296/drivers/virt/vboxguest/ |
D | vboxguest_utils.c | 192 static void hgcm_call_add_pagelist_size(void *buf, u32 len, size_t *extra) in hgcm_call_add_pagelist_size() argument 197 *extra += offsetof(struct vmmdev_hgcm_pagelist, pages[page_count]); in hgcm_call_add_pagelist_size() 202 void **bounce_buf_ret, size_t *extra) in hgcm_call_preprocess_linaddr() argument 230 hgcm_call_add_pagelist_size(bounce_buf, len, extra); in hgcm_call_preprocess_linaddr() 246 u32 parm_count, void ***bounce_bufs_ret, size_t *extra) in hgcm_call_preprocess() argument 273 extra); in hgcm_call_preprocess() 287 hgcm_call_add_pagelist_size(buf, len, extra); in hgcm_call_preprocess()
|
/linux-4.19.296/drivers/media/dvb-core/ |
D | Kconfig | 36 Enable extra log messages meant to detect packet loss 49 Enable extra log messages meant to detect problems while
|
/linux-4.19.296/drivers/media/radio/ |
D | radio-mr800.c | 145 u8 *extra, u8 extralen, bool reply) in amradio_send_cmd() argument 157 radio->buffer[7] = extra || reply ? 8 : 0; in amradio_send_cmd() 168 if (!extra && !reply) in amradio_send_cmd() 171 if (extra) { in amradio_send_cmd() 172 memcpy(radio->buffer, extra, extralen); in amradio_send_cmd()
|
/linux-4.19.296/lib/zlib_deflate/ |
D | deftree.c | 415 const int *extra = desc->stat_desc->extra_bits; in gen_bitlen() local 443 if (n >= base) xbits = extra[n-base]; in gen_bitlen() 1028 int extra; /* number of extra bits to send */ local 1040 extra = extra_lbits[code]; 1041 if (extra != 0) { 1043 send_bits(s, lc, extra); /* send the extra length bits */ 1050 extra = extra_dbits[code]; 1051 if (extra != 0) { 1053 send_bits(s, dist, extra); /* send the extra distance bits */
|
/linux-4.19.296/include/linux/ |
D | font.h | 69 unsigned int extra[FONT_EXTRA_WORDS]; member
|
D | spinlock.h | 67 #define LOCK_SECTION_START(extra) \ argument 69 extra \
|
D | usb.h | 75 unsigned char *extra; /* Extra descriptors */ member 86 unsigned char *extra; /* Extra descriptors */ member 396 unsigned char *extra; /* Extra descriptors */ member 415 __usb_get_extra_descriptor((ifpoint)->extra, \
|
D | memstick.h | 312 struct memstick_host *memstick_alloc_host(unsigned int extra,
|
/linux-4.19.296/drivers/isdn/i4l/ |
D | isdn_bsdcomp.c | 660 int extra; in bsd_decompress() local 763 extra = 1; in bsd_decompress() 766 extra = 0; in bsd_decompress() 770 if (skb_tailroom(skb_out) < codelen + extra) { in bsd_decompress() 820 if (extra) /* the KwKwK case again */ in bsd_decompress()
|
/linux-4.19.296/fs/ |
D | binfmt_flat.c | 441 unsigned long len, memp, memp_size, extra, rlim; in load_flat_file() local 550 extra = max_t(unsigned long, bss_len + stack_len, in load_flat_file() 575 len = data_len + extra + MAX_SHARED_LIBS * sizeof(unsigned long); in load_flat_file() 621 len = text_len + data_len + extra + MAX_SHARED_LIBS * sizeof(u32); in load_flat_file() 712 vm_munmap(textpos, text_len + data_len + extra + in load_flat_file()
|
/linux-4.19.296/lib/ |
D | Kconfig.kgdb | 66 This will add an extra call back to kgdb for the breakpoint 115 When KDB is active and a catastrophic error occurs, nothing extra
|
D | Kconfig.kasan | 25 bool "KAsan: extra checks"
|
/linux-4.19.296/include/net/sctp/ |
D | sctp.h | 590 __u32 mtu, __u32 extra) in sctp_mtu_payload() argument 592 __u32 overhead = sizeof(struct sctphdr) + extra; in sctp_mtu_payload()
|