/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
D | recv.c | 37 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_link() 71 static void ath_rx_buf_relink(struct ath_softc *sc, struct ath_rxbuf *bf, in ath_rx_buf_relink() 116 struct ath_rxbuf *bf; in ath_rx_edma_buf_link() local 142 struct ath_rxbuf *bf, *tbf; in ath_rx_addbuffer_edma() local 158 struct ath_rxbuf *bf; in ath_rx_remove_buffer() local 175 struct ath_rxbuf *bf; in ath_rx_edma_cleanup() local 203 struct ath_rxbuf *bf; in ath_rx_edma_init() local 275 struct ath_rxbuf *bf; in ath_rx_init() local 336 struct ath_rxbuf *bf; in ath_rx_cleanup() local 445 struct ath_rxbuf *bf, *tbf; in ath_startrecv() local [all …]
|
D | xmit.c | 150 struct ath_buf *bf) in ath_set_rates() 214 struct ath_buf *bf; in ath_tx_tid_change_state() local 242 struct ath_buf *bf; in ath_tx_flush_tid() local 296 struct ath_buf *bf) in ath_tx_addto_baw() 319 struct ath_buf *bf; in ath_tid_drain() local 345 struct ath_buf *bf = fi->bf; in ath_tx_set_retry() local 363 struct ath_buf *bf = NULL; in ath_tx_get_buffer() local 380 static void ath_tx_return_buffer(struct ath_softc *sc, struct ath_buf *bf) in ath_tx_return_buffer() 387 static struct ath_buf* ath_clone_txbuf(struct ath_softc *sc, struct ath_buf *bf) in ath_clone_txbuf() 406 static void ath_tx_count_frames(struct ath_softc *sc, struct ath_buf *bf, in ath_tx_count_frames() [all …]
|
D | beacon.c | 73 struct ath_buf *bf, int rateidx) in ath9k_beacon_setup() 117 struct ath_buf *bf; in ath9k_beacon_generate() local 221 struct ath_buf *bf = avp->av_bcbuf; in ath9k_beacon_remove_slot() local 324 struct ath_buf *bf = NULL; in ath9k_beacon_tasklet() local
|
D | init.c | 283 struct ath_buf *bf; in ath_descdma_setup() local 314 struct ath_rxbuf *bf; in ath_descdma_setup() local
|
D | ath9k.h | 184 struct ath_buf *bf; member 215 #define bf_isampdu(bf) (bf->bf_state.bf_type & BUF_AMPDU) argument 216 #define bf_isaggr(bf) (bf->bf_state.bf_type & BUF_AGGR) argument
|
D | debug.h | 289 struct ath_buf *bf, in ath_debug_stat_tx()
|
D | debug.c | 782 void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, in ath_debug_stat_tx()
|
D | main.c | 2099 struct ath_buf *bf; in ath9k_tx_last_beacon() local
|
D | ar9003_eeprom.c | 2966 int bf, factor, plus; in interpolate() local
|
/linux-4.1.27/tools/perf/util/ |
D | color.c | 45 static int __color_vsnprintf(char *bf, size_t size, const char *color, in __color_vsnprintf() 95 int color_vsnprintf(char *bf, size_t size, const char *color, in color_vsnprintf() 106 int color_snprintf(char *bf, size_t size, const char *color, in color_snprintf() 196 int value_color_snprintf(char *bf, size_t size, const char *fmt, double value) in value_color_snprintf() 202 int percent_color_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_snprintf() 213 int percent_color_len_snprintf(char *bf, size_t size, const char *fmt, ...) in percent_color_len_snprintf()
|
D | sort.c | 27 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf() 69 static int hist_entry__thread_snprintf(struct hist_entry *he, char *bf, in hist_entry__thread_snprintf() 108 static int hist_entry__comm_snprintf(struct hist_entry *he, char *bf, in hist_entry__comm_snprintf() 151 static int _hist_entry__dso_snprintf(struct map *map, char *bf, in _hist_entry__dso_snprintf() 163 static int hist_entry__dso_snprintf(struct hist_entry *he, char *bf, in hist_entry__dso_snprintf() 230 u64 ip, char level, char *bf, size_t size, in _hist_entry__sym_snprintf() 268 static int hist_entry__sym_snprintf(struct hist_entry *he, char *bf, in hist_entry__sym_snprintf() 311 static int hist_entry__srcline_snprintf(struct hist_entry *he, char *bf, in hist_entry__srcline_snprintf() 338 static int hist_entry__parent_snprintf(struct hist_entry *he, char *bf, in hist_entry__parent_snprintf() 360 static int hist_entry__cpu_snprintf(struct hist_entry *he, char *bf, in hist_entry__cpu_snprintf() [all …]
|
D | annotate.c | 41 static int ins__raw_scnprintf(struct ins *ins, char *bf, size_t size, in ins__raw_scnprintf() 47 int ins__scnprintf(struct ins *ins, char *bf, size_t size, in ins__scnprintf() 93 static int call__scnprintf(struct ins *ins, char *bf, size_t size, in call__scnprintf() 129 static int jump__scnprintf(struct ins *ins, char *bf, size_t size, in jump__scnprintf() 201 static int lock__scnprintf(struct ins *ins, char *bf, size_t size, in lock__scnprintf() 284 static int mov__scnprintf(struct ins *ins, char *bf, size_t size, in mov__scnprintf() 326 static int dec__scnprintf(struct ins *ins, char *bf, size_t size, in dec__scnprintf() 338 static int nop__scnprintf(struct ins *ins __maybe_unused, char *bf, size_t size, in nop__scnprintf() 627 int disasm_line__scnprintf(struct disasm_line *dl, char *bf, size_t size, bool raw) in disasm_line__scnprintf() 968 char bf[BUILD_ID_SIZE * 2 + 16] = " with build id "; in symbol__annotate() local
|
D | evsel.c | 277 static int perf_evsel__add_modifiers(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__add_modifiers() 313 static int perf_evsel__hw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__hw_name() 339 static int perf_evsel__sw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__sw_name() 345 static int __perf_evsel__bp_name(char *bf, size_t size, u64 addr, u64 type) in __perf_evsel__bp_name() 363 static int perf_evsel__bp_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__bp_name() 424 char *bf, size_t size) in __perf_evsel__hw_cache_type_op_res_name() 436 static int __perf_evsel__hw_cache_name(u64 config, char *bf, size_t size) in __perf_evsel__hw_cache_name() 463 static int perf_evsel__hw_cache_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__hw_cache_name() 469 static int perf_evsel__raw_name(struct perf_evsel *evsel, char *bf, size_t size) in perf_evsel__raw_name() 477 char bf[128]; in perf_evsel__name() local
|
D | top.c | 24 size_t perf_top__header_snprintf(struct perf_top *top, char *bf, size_t size) in perf_top__header_snprintf()
|
D | build-id.c | 78 int build_id__sprintf(const u8 *build_id, int len, char *bf) in build_id__sprintf() 112 static char *build_id__filename(const char *sbuild_id, char *bf, size_t size) in build_id__filename() 122 char *dso__build_id_filename(const struct dso *dso, char *bf, size_t size) in dso__build_id_filename()
|
D | symbol-minimal.c | 29 static int read_build_id(void *note_data, size_t note_len, void *bf, in read_build_id() 82 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id()
|
D | util.h | 297 static inline int path__join(char *bf, size_t size, in path__join() 303 static inline int path__join3(char *bf, size_t size, in path__join3()
|
D | event.c | 60 char bf[4096]; in perf_event__get_comm_ids() local 239 char bf[BUFSIZ]; in perf_event__synthesize_mmap_events() local
|
D | symbol.h | 138 static inline int __symbol__join_symfs(char *bf, size_t size, const char *path) in __symbol__join_symfs() 143 #define symbol__join_symfs(bf, path) __symbol__join_symfs(bf, sizeof(bf), path) argument
|
D | symbol-elf.c | 349 static int elf_read_build_id(Elf *elf, void *bf, size_t size) in elf_read_build_id() 428 int filename__read_build_id(const char *filename, void *bf, size_t size) in filename__read_build_id() 467 char bf[BUFSIZ]; in sysfs__read_build_id() local
|
D | util.c | 493 void *bf = NULL, *nbf; in filename__read_str() local
|
D | callchain.c | 825 char *bf, size_t bfsize, bool show_dso) in callchain_list__sym_name()
|
D | evlist.c | 1321 char bf; in perf_evlist__prepare_workload() local 1433 char bf = 0; in perf_evlist__start_workload() local
|
D | machine.c | 264 char *machine__mmap_name(struct machine *machine, char *bf, size_t size) in machine__mmap_name() 601 char bf[PATH_MAX]; in machine__get_kernel() local
|
D | header.c | 80 int write_padded(int fd, const void *bf, size_t count, size_t count_aligned) in write_padded() 2425 char bf[128]; in perf_evsel__prepare_tracepoint_event() local
|
D | symbol.c | 1812 char bf[PATH_MAX]; in vmlinux_path__init() local
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
D | base.c | 629 ath5k_rxbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_setup() 698 struct ath5k_buf *bf, int idx) in ath5k_get_rate() 714 struct ath5k_buf *bf, int idx) in ath5k_get_rate_hw_value() 732 ath5k_txbuf_setup(struct ath5k_hw *ah, struct ath5k_buf *bf, in ath5k_txbuf_setup() 857 struct ath5k_buf *bf; in ath5k_desc_alloc() local 919 ath5k_txbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_txbuf_free_skb() 933 ath5k_rxbuf_free_skb(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_rxbuf_free_skb() 951 struct ath5k_buf *bf; in ath5k_desc_free() local 1114 struct ath5k_buf *bf, *bf0; in ath5k_drain_tx_buffs() local 1164 struct ath5k_buf *bf; in ath5k_rx_start() local [all …]
|
D | debug.c | 837 struct ath5k_buf *bf, *bf0; in read_file_queue() local 1082 ath5k_debug_printrxbuf(struct ath5k_buf *bf, int done, in ath5k_debug_printrxbuf() 1100 struct ath5k_buf *bf; in ath5k_debug_printrxbuffs() local 1121 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) in ath5k_debug_printtxbuf()
|
D | debug.h | 161 ath5k_debug_printtxbuf(struct ath5k_hw *ah, struct ath5k_buf *bf) {} in ath5k_debug_printtxbuf()
|
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_dir2_data.c | 46 xfs_dir2_data_free_t *bf; /* bestfree table */ in __xfs_dir3_data_check() local 349 struct xfs_dir2_data_free *bf, /* bestfree table pointer */ in xfs_dir2_data_freefind() 464 struct xfs_dir2_data_free *bf, /* bestfree table pointer */ in xfs_dir2_data_freeremove() 511 struct xfs_dir2_data_free *bf; in xfs_dir2_data_freescan() local 577 struct xfs_dir2_data_free *bf; in xfs_dir3_data_init() local 732 struct xfs_dir2_data_free *bf; in xfs_dir2_data_make_free() local 919 struct xfs_dir2_data_free *bf; in xfs_dir2_data_use_free() local
|
D | xfs_dir2_leaf.c | 388 struct xfs_dir2_data_free *bf; in xfs_dir2_block_to_leaf() local 631 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leaf_addname() local 1356 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leaf_removename() local 1618 struct xfs_dir2_data_free *bf = dp->d_ops->data_bestfree_p(hdr); in xfs_dir2_leaf_trim_data() local
|
D | xfs_dir2_node.c | 1168 struct xfs_dir2_data_free *bf; /* bestfree table */ in xfs_dir2_leafn_remove() local 1664 struct xfs_dir2_data_free *bf; in xfs_dir2_node_addname_int() local
|
D | xfs_dir2_block.c | 179 struct xfs_dir2_data_free *bf; in xfs_dir2_block_need_space() local
|
/linux-4.1.27/tools/perf/ui/stdio/ |
D | hist.c | 44 char bf[1024]; in ipchain__fprintf_graph() local 169 char bf[1024]; in callchain__fprintf_graph() local 219 char bf[1024]; in __callchain__fprintf_flat() local 352 char *bf, size_t bfsz, FILE *fp) in hist_entry__fprintf() 382 char bf[96]; in hists__fprintf() local
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 268 static size_t __syscall_arg__scnprintf_strarray(char *bf, size_t size, in __syscall_arg__scnprintf_strarray() 281 static size_t syscall_arg__scnprintf_strarray(char *bf, size_t size, in syscall_arg__scnprintf_strarray() 294 static size_t syscall_arg__scnprintf_strhexarray(char *bf, size_t size, in syscall_arg__scnprintf_strhexarray() 308 static size_t syscall_arg__scnprintf_fd_at(char *bf, size_t size, in syscall_arg__scnprintf_fd_at() 326 static size_t syscall_arg__scnprintf_hex(char *bf, size_t size, in syscall_arg__scnprintf_hex() 334 static size_t syscall_arg__scnprintf_mmap_prot(char *bf, size_t size, in syscall_arg__scnprintf_mmap_prot() 365 static size_t syscall_arg__scnprintf_mmap_flags(char *bf, size_t size, in syscall_arg__scnprintf_mmap_flags() 408 static size_t syscall_arg__scnprintf_mremap_flags(char *bf, size_t size, in syscall_arg__scnprintf_mremap_flags() 433 static size_t syscall_arg__scnprintf_madvise_behavior(char *bf, size_t size, in syscall_arg__scnprintf_madvise_behavior() 475 static size_t syscall_arg__scnprintf_flock(char *bf, size_t size, in syscall_arg__scnprintf_flock() [all …]
|
D | builtin-record.c | 50 static int record__write(struct record *rec, void *bf, size_t size) in record__write()
|
D | builtin-top.c | 250 char bf[160]; in perf_top__print_sym_table() local
|
/linux-4.1.27/drivers/uwb/ |
D | beacon.c | 266 struct uwb_beacon_frame *bf, in __uwb_beca_add() 315 struct uwb_beacon_frame *bf) in uwb_beacon_print() 338 struct uwb_beacon_frame *bf; in uwb_bce_print_IEs() local 365 struct uwb_beacon_frame *bf; in uwb_verify_beacon() local 398 struct uwb_beacon_frame *bf; in uwbd_evt_handle_rc_beacon() local
|
D | lc-dev.c | 151 struct uwb_beacon_frame *bf; in uwb_dev_BPST_show() local
|
/linux-4.1.27/drivers/crypto/amcc/ |
D | crypto4xx_reg_def.h | 165 } bf; member 177 } bf; member 189 } bf; member 200 } bf; member 211 } bf; member 260 } bf; member 271 } bf; member
|
D | crypto4xx_sa.h | 49 } bf; member 109 } bf; member 167 } bf; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/ |
D | enum.c | 53 nvkm_bitfield_print(const struct nvkm_bitfield *bf, u32 value) in nvkm_bitfield_print()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | pd.c | 172 int mlx4_bf_alloc(struct mlx4_dev *dev, struct mlx4_bf *bf, int node) in mlx4_bf_alloc() 244 void mlx4_bf_free(struct mlx4_dev *dev, struct mlx4_bf *bf) in mlx4_bf_free()
|
D | mlx4_en.h | 272 struct mlx4_bf bf; member
|
/linux-4.1.27/scripts/kconfig/ |
D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() 153 char bf[16384]; in message__add() local
|
/linux-4.1.27/drivers/media/dvb-frontends/ |
D | zl10036.c | 49 u8 br, bf; member 206 u8 br, bf; in zl10036_set_bandwidth() local
|
D | zl10039.c | 194 u8 bf; in zl10039_set_params() local
|
/linux-4.1.27/fs/xfs/ |
D | xfs_ioctl32.c | 46 xfs_flock64_t *bf, in xfs_compat_flock64_copyin() 587 struct xfs_flock64 bf; in xfs_file_compat_ioctl() local
|
D | xfs_ioctl.c | 608 xfs_flock64_t *bf) in xfs_ioc_space() 1541 xfs_flock64_t bf; in xfs_file_ioctl() local
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx5/core/ |
D | uar.c | 127 struct mlx5_bf *bf; in mlx5_alloc_uuars() local
|
/linux-4.1.27/drivers/video/fbdev/ |
D | vt8500lcdfb.c | 140 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | goldfishfb.c | 72 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | wm8505fb.c | 187 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | pxa168fb.c | 477 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | nuc900fb.c | 293 struct fb_bitfield *bf) in chan_to_field()
|
D | amba-clcd.c | 329 static inline u32 convert_bitfield(int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | sa1100fb.c | 247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | s3c2410fb.c | 479 struct fb_bitfield *bf) in chan_to_field()
|
D | jz4740_fb.c | 238 struct fb_bitfield *bf) in jzfb_convert_color_to_hw()
|
D | imxfb.c | 247 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | atmel_lcdfb.c | 775 static inline unsigned int chan_to_field(unsigned int chan, const struct fb_bitfield *bf) in chan_to_field()
|
D | mxsfb.c | 262 static inline unsigned chan_to_field(unsigned chan, struct fb_bitfield *bf) in chan_to_field()
|
D | hyperv_fb.c | 579 static inline u32 chan_to_field(u32 chan, struct fb_bitfield *bf) in chan_to_field()
|
D | s3c-fb.c | 726 struct fb_bitfield *bf) in chan_to_field()
|
D | cyber2000fb.c | 265 static inline u32 convert_bitfield(u_int val, struct fb_bitfield *bf) in convert_bitfield()
|
D | pxafb.c | 130 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | sm501fb.c | 902 struct fb_bitfield *bf) in chan_to_field()
|
D | mx3fb.c | 1021 static u32 chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/drivers/video/fbdev/geode/ |
D | gx1fb_core.c | 150 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | gxfb_core.c | 185 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
D | lxfb_core.c | 292 static inline u_int chan_to_field(u_int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/sound/pci/ctxfi/ |
D | cthw20k1.c | 100 } bf; member 127 } bf; member 152 } bf; member 599 } bf; member 760 } bf; member 775 } bf; member 821 } bf; member
|
D | cthw20k2.c | 100 } bf; member 127 } bf; member 152 } bf; member 598 } bf; member 751 } bf; member 791 } bf; member 812 } bf; member
|
/linux-4.1.27/drivers/video/fbdev/mmp/fb/ |
D | mmpfb.c | 312 static unsigned int chan_to_field(unsigned int chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 586 char bf[1024], *alloc_str; in hist_browser__show_callchain() local 1184 char bf[64]; in hist_browser__dump() local 1237 char *bf, size_t size) in hists__browser_title() 1837 char bf[256], unit; in perf_evsel_menu__write() local
|
D | annotate.c | 105 char bf[256]; in annotate_browser__write() local
|
/linux-4.1.27/net/dccp/ |
D | options.c | 26 u64 dccp_decode_value_var(const u8 *bf, const u8 len) in dccp_decode_value_var()
|
/linux-4.1.27/drivers/net/wireless/ |
D | wl3501_cs.c | 382 void *bf, int size) in wl3501_get_mib_value() 456 u16 bf, sig_bf, next, tmplen, pktlen; in wl3501_send_pkt() local 752 static u16 wl3501_receive(struct wl3501_card *this, u8 *bf, u16 size) in wl3501_receive()
|
/linux-4.1.27/drivers/video/fbdev/mb862xx/ |
D | mb862xxfbdrv.c | 74 struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/kernel/trace/ |
D | trace_probe.c | 468 static int __parse_bitfield_probe_arg(const char *bf, in __parse_bitfield_probe_arg()
|
/linux-4.1.27/drivers/staging/sm7xxfb/ |
D | sm7xxfb.c | 163 struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/drivers/staging/sm750fb/ |
D | sm750.c | 403 struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.1.27/arch/x86/kernel/ |
D | uprobes.c | 58 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.1.27/drivers/isdn/i4l/ |
D | isdn_ppp.c | 692 struct ippp_buf_queue *bf, *bl; in isdn_ppp_poll() local 735 struct ippp_buf_queue *bf, *bl; in isdn_ppp_fill_rq() local
|
/linux-4.1.27/drivers/staging/fbtft/ |
D | fbtft-core.c | 560 static unsigned int chan_to_field(unsigned chan, struct fb_bitfield *bf) in chan_to_field()
|
/linux-4.1.27/drivers/usb/host/ |
D | ehci-dbg.c | 545 u16 *bf; in fill_bandwidth_buffer() local
|
/linux-4.1.27/drivers/media/radio/ |
D | radio-wl1273.c | 1866 int bf = radio->rangelow; in wl1273_fm_vidioc_log_status() local
|
/linux-4.1.27/include/linux/mlx5/ |
D | mlx5_ifc.h | 250 u8 bf[0x1]; member
|
/linux-4.1.27/drivers/infiniband/hw/mlx5/ |
D | mlx5_ib.h | 207 struct mlx5_bf *bf; member
|
D | qp.c | 2598 struct mlx5_bf *bf = qp->bf; in mlx5_ib_post_send() local
|