/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 49 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_init() 86 static inline int bnx2x_exe_queue_length(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_length() 112 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_add() 151 struct bnx2x_exe_queue_obj *o) in __bnx2x_exe_queue_reset_pending() 174 struct bnx2x_exe_queue_obj *o, in bnx2x_exe_queue_step() 238 static inline bool bnx2x_exe_queue_empty(struct bnx2x_exe_queue_obj *o) in bnx2x_exe_queue_empty() 256 static bool bnx2x_raw_check_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_check_pending() 261 static void bnx2x_raw_clear_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_clear_pending() 268 static void bnx2x_raw_set_pending(struct bnx2x_raw_obj *o) in bnx2x_raw_set_pending() 325 static bool bnx2x_get_cam_offset_mac(struct bnx2x_vlan_mac_obj *o, int *offset) in bnx2x_get_cam_offset_mac() [all …]
|
/drivers/gpu/host1x/ |
D | debug.c | 34 void host1x_debug_output(struct output *o, const char *fmt, ...) in host1x_debug_output() 49 struct output *o = data; in show_channel() local 63 static void show_syncpts(struct host1x *m, struct output *o) in show_syncpts() 92 static void show_all(struct host1x *m, struct output *o, bool show_fifo) in show_all() 112 struct output o = { in host1x_debug_show_all() local 124 struct output o = { in host1x_debug_show() local 204 struct output o = { in host1x_debug_dump() local 213 struct output o = { in host1x_debug_dump_syncpts() local
|
/drivers/clk/bcm/ |
D | clk-cygnus.c | 26 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 28 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 31 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 33 #define ASIU_DIV_VAL(o, es, hs, hw, ls, lw) \ argument 37 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 40 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 46 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument 49 #define ASIU_GATE_VAL(o, es) { .offset = o, .en_shift = es } argument
|
D | clk-nsp.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 36 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-sr.c | 25 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 27 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 30 #define SW_CTRL_VAL(o, s) { .offset = o, .shift = s, } argument 32 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 35 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, \ argument 41 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
D | clk-ns2.c | 24 #define REG_VAL(o, s, w) { .offset = o, .shift = s, .width = w, } argument 26 #define AON_VAL(o, pw, ps, is) { .offset = o, .pwr_width = pw, \ argument 29 #define RESET_VAL(o, rs, prs) { .offset = o, .reset_shift = rs, \ argument 32 #define DF_VAL(o, kis, kiw, kps, kpw, kas, kaw) { .offset = o, .ki_shift = kis,\ argument 38 #define ENABLE_VAL(o, es, hs, bs) { .offset = o, .enable_shift = es, \ argument
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | client.h | 36 #define nvif_printk(o,l,p,f,a...) do { \ argument 43 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a) argument 44 #define nvif_error(o,f,a...) nvif_printk((o), ERROR, ERR, f, ##a) argument 45 #define nvif_debug(o,f,a...) nvif_printk((o), DEBUG, INFO, f, ##a) argument 46 #define nvif_trace(o,f,a...) nvif_printk((o), TRACE, INFO, f, ##a) argument 47 #define nvif_info(o,f,a...) nvif_printk((o), INFO, INFO, f, ##a) argument 48 #define nvif_ioctl(o,f,a...) nvif_trace((o), "ioctl: "f, ##a) argument
|
D | memory.h | 41 #define nvkm_memory_map(p,v,o) (p)->func->map((p),(v),(o)) argument 46 #define nvkm_kmap(o) (o)->func->acquire(o) argument 47 #define nvkm_ro32(o,a) (o)->func->rd32((o), (a)) argument 48 #define nvkm_wo32(o,a,d) (o)->func->wr32((o), (a), (d)) argument 49 #define nvkm_mo32(o,a,m,d) ({ \ argument 54 #define nvkm_done(o) (o)->func->release(o) argument
|
/drivers/gpu/host1x/hw/ |
D | debug_hw.c | 41 static unsigned int show_channel_command(struct output *o, u32 val) in show_channel_command() 106 static void show_gather(struct output *o, phys_addr_t phys_addr, in show_gather() 139 static void show_channel_gathers(struct output *o, struct host1x_cdma *cdma) in show_channel_gathers() 179 struct output *o) in host1x_debug_show_channel_cdma() 232 struct output *o) in host1x_debug_show_channel_fifo() 289 static void host1x_debug_show_mlocks(struct host1x *host, struct output *o) in host1x_debug_show_mlocks()
|
/drivers/clk/samsung/ |
D | clk.h | 134 #define __MUX(_id, dname, cname, pnames, o, s, w, f, mf, a) \ argument 149 #define MUX(_id, cname, pnames, o, s, w) \ argument 152 #define MUX_A(_id, cname, pnames, o, s, w, a) \ argument 155 #define MUX_F(_id, cname, pnames, o, s, w, f, mf) \ argument 158 #define MUX_FA(_id, cname, pnames, o, s, w, f, mf, a) \ argument 187 #define __DIV(_id, dname, cname, pname, o, s, w, f, df, a, t) \ argument 202 #define DIV(_id, cname, pname, o, s, w) \ argument 205 #define DIV_A(_id, cname, pname, o, s, w, a) \ argument 208 #define DIV_F(_id, cname, pname, o, s, w, f, df) \ argument 211 #define DIV_T(_id, cname, pname, o, s, w, t) \ argument [all …]
|
D | clk-s3c64xx.c | 52 #define GATE_BUS(_id, cname, pname, o, b) \ argument 54 #define GATE_SCLK(_id, cname, pname, o, b) \ argument 56 #define GATE_ON(_id, cname, pname, o, b) \ argument
|
/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | outp.h | 48 #define OUTP_MSG(o,l,f,a...) do { \ argument 53 #define OUTP_ERR(o,f,a...) OUTP_MSG((o), error, f, ##a) argument 54 #define OUTP_DBG(o,f,a...) OUTP_MSG((o), debug, f, ##a) argument 55 #define OUTP_TRACE(o,f,a...) OUTP_MSG((o), trace, f, ##a) argument
|
/drivers/md/ |
D | dm-snap.c | 383 struct origin *o; in __lookup_origin() local 393 static void __insert_origin(struct origin *o) in __insert_origin() 402 struct dm_origin *o; in __lookup_dm_origin() local 412 static void __insert_dm_origin(struct dm_origin *o) in __insert_dm_origin() 418 static void __remove_dm_origin(struct dm_origin *o) in __remove_dm_origin() 444 struct origin *o; in __find_snapshots_sharing_cow() local 524 static void __insert_snapshot(struct origin *o, struct dm_snapshot *s) in __insert_snapshot() 545 struct origin *o, *new_o = NULL; in register_snapshot() local 600 struct origin *o; in unregister_snapshot() local 788 static uint32_t __minimum_chunk_size(struct origin *o) in __minimum_chunk_size() [all …]
|
/drivers/net/can/cc770/ |
D | cc770.c | 118 unsigned int o, mo; in enable_all_objs() local 179 int o, mo; in disable_all_objs() local 607 static void cc770_rx_interrupt(struct net_device *dev, unsigned int o) in cc770_rx_interrupt() 648 static void cc770_rtr_interrupt(struct net_device *dev, unsigned int o) in cc770_rtr_interrupt() 672 static void cc770_tx_interrupt(struct net_device *dev, unsigned int o) in cc770_tx_interrupt() 725 int o, n = 0; in cc770_interrupt() local
|
/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_csi2p_system/hrt/ |
D | hive_types.h | 22 #define _HRTCAT3(m,n,o) m##n##o argument 23 #define HRTCAT3(m,n,o) _HRTCAT3(m,n,o) argument 27 #define _HRTCAT4(m,n,o,p) m##n##o##p argument 28 #define HRTCAT4(m,n,o,p) _HRTCAT4(m,n,o,p) argument
|
/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2401_system/hrt/ |
D | hive_types.h | 22 #define _HRTCAT3(m,n,o) m##n##o argument 23 #define HRTCAT3(m,n,o) _HRTCAT3(m,n,o) argument 27 #define _HRTCAT4(m,n,o,p) m##n##o##p argument 28 #define HRTCAT4(m,n,o,p) _HRTCAT4(m,n,o,p) argument
|
/drivers/staging/media/atomisp/pci/atomisp2/css2400/css_2400_system/hrt/ |
D | hive_types.h | 22 #define _HRTCAT3(m,n,o) m##n##o argument 23 #define HRTCAT3(m,n,o) _HRTCAT3(m,n,o) argument 27 #define _HRTCAT4(m,n,o,p) m##n##o##p argument 28 #define HRTCAT4(m,n,o,p) _HRTCAT4(m,n,o,p) argument
|
/drivers/staging/lustre/lustre/include/ |
D | lu_object.h | 698 static inline void lu_object_get(struct lu_object *o) in lu_object_get() 753 static inline struct lu_object *lu_object_next(const struct lu_object *o) in lu_object_next() 761 static inline const struct lu_fid *lu_object_fid(const struct lu_object *o) in lu_object_fid() 770 lu_object_ops(const struct lu_object *o) in lu_object_ops() 830 #define lu_object_exists(o) ((o)->lo_header->loh_attr & LOHA_EXISTS) argument 835 #define lu_object_remote(o) unlikely((o)->lo_header->loh_attr & LOHA_REMOTE) argument 837 static inline int lu_object_assert_exists(const struct lu_object *o) in lu_object_assert_exists() 842 static inline int lu_object_assert_not_exists(const struct lu_object *o) in lu_object_assert_not_exists() 850 static inline __u32 lu_object_attr(const struct lu_object *o) in lu_object_attr() 856 static inline void lu_object_ref_add(struct lu_object *o, in lu_object_ref_add() [all …]
|
/drivers/media/pci/zoran/ |
D | zoran_device.h | 86 #define decoder_call(zr, o, f, args...) \ argument 88 #define encoder_call(zr, o, f, args...) \ argument
|
/drivers/staging/lustre/lustre/obdclass/ |
D | lu_object.c | 95 void lu_object_put(const struct lu_env *env, struct lu_object *o) in lu_object_put() 187 void lu_object_unhash(const struct lu_env *env, struct lu_object *o) in lu_object_unhash() 288 static void lu_object_free(const struct lu_env *env, struct lu_object *o) in lu_object_free() 529 lu_printer_t printer, const struct lu_object *o) in lu_object_print() 648 struct lu_object *o; in lu_object_new() local 675 struct lu_object *o; in lu_object_find_try() local 855 const struct lu_object *o; in lu_site_obj_print() local 1184 int lu_object_init(struct lu_object *o, struct lu_object_header *h, in lu_object_init() 1201 void lu_object_fini(struct lu_object *o) in lu_object_fini() 1222 void lu_object_add_top(struct lu_object_header *h, struct lu_object *o) in lu_object_add_top() [all …]
|
D | cl_object.c | 107 void cl_object_put(const struct lu_env *env, struct cl_object *o) in cl_object_put() 121 void cl_object_get(struct cl_object *o) in cl_object_get() 132 struct cl_object *cl_object_top(struct cl_object *o) in cl_object_top() 155 static spinlock_t *cl_object_attr_guard(struct cl_object *o) in cl_object_attr_guard() 167 void cl_object_attr_lock(struct cl_object *o) in cl_object_attr_lock() 177 void cl_object_attr_unlock(struct cl_object *o) in cl_object_attr_unlock() 306 struct cl_object *o; in cl_object_prune() local
|
/drivers/scsi/ |
D | ncr53c8xx.h | 339 #define ncr_offb(o) (((o)&~3)+((~((o)&3))&3)) argument 340 #define ncr_offw(o) (((o)&~3)+((~((o)&3))&2)) argument 344 #define ncr_offb(o) (o) argument 345 #define ncr_offw(o) (o) argument 391 #define INB_OFF(o) readb_raw((char __iomem *)np->reg + ncr_offb(o)) argument 392 #define OUTB_OFF(o, val) writeb_raw((val), (char __iomem *)np->reg + ncr_offb(o)) argument 396 #define INW_OFF(o) readw_l2b((char __iomem *)np->reg + ncr_offw(o)) argument 397 #define INL_OFF(o) readl_l2b((char __iomem *)np->reg + (o)) argument 399 #define OUTW_OFF(o, val) writew_b2l((val), (char __iomem *)np->reg + ncr_offw(o)) argument 400 #define OUTL_OFF(o, val) writel_b2l((val), (char __iomem *)np->reg + (o)) argument [all …]
|
/drivers/isdn/hardware/mISDN/ |
D | mISDNipac.c | 39 #define ReadISAC(is, o) (is->read_reg(is->dch.hw, o + is->off)) argument 40 #define WriteISAC(is, o, v) (is->write_reg(is->dch.hw, o + is->off, v)) argument 41 #define ReadHSCX(h, o) (h->ip->read_reg(h->ip->hw, h->off + o)) argument 42 #define WriteHSCX(h, o, v) (h->ip->write_reg(h->ip->hw, h->off + o, v)) argument 43 #define ReadIPAC(ip, o) (ip->read_reg(ip->hw, o)) argument 44 #define WriteIPAC(ip, o, v) (ip->write_reg(ip->hw, o, v)) argument
|
/drivers/net/ethernet/ibm/emac/ |
D | rgmii.h | 75 # define rgmii_get_mdio(o,i) do { } while (0) argument 76 # define rgmii_put_mdio(o,i) do { } while (0) argument
|
/drivers/media/pci/saa7146/ |
D | mxb.c | 173 #define saa7111a_call(mxb, o, f, args...) \ argument 175 #define tda9840_call(mxb, o, f, args...) \ argument 177 #define tea6415c_call(mxb, o, f, args...) \ argument 179 #define tuner_call(mxb, o, f, args...) \ argument 181 #define call_all(dev, o, f, args...) \ argument
|