Searched refs:mxb (Results 1 – 5 of 5) sorted by relevance
/drivers/media/pci/saa7146/ |
D | mxb.c | 152 struct mxb struct 173 #define saa7111a_call(mxb, o, f, args...) \ argument 174 v4l2_subdev_call(mxb->saa7111a, o, f, ##args) 175 #define tda9840_call(mxb, o, f, args...) \ argument 176 v4l2_subdev_call(mxb->tda9840, o, f, ##args) 177 #define tea6415c_call(mxb, o, f, args...) \ argument 178 v4l2_subdev_call(mxb->tea6415c, o, f, ##args) 179 #define tuner_call(mxb, o, f, args...) \ argument 180 v4l2_subdev_call(mxb->tuner, o, f, ##args) 184 static void mxb_update_audmode(struct mxb *mxb) in mxb_update_audmode() argument [all …]
|
D | Makefile | 1 obj-$(CONFIG_VIDEO_MXB) += mxb.o
|
D | Kconfig | 38 module will be called mxb.
|
/drivers/block/drbd/ |
D | drbd_int.h | 2139 int mxb; in drbd_get_max_buffers() local 2143 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */ in drbd_get_max_buffers() 2146 return mxb; in drbd_get_max_buffers() 2228 int mxb = drbd_get_max_buffers(mdev); in may_inc_ap_bio() local 2245 if (atomic_read(&mdev->ap_bio_cnt) > mxb) in may_inc_ap_bio() 2280 int mxb = drbd_get_max_buffers(mdev); in dec_ap_bio() local 2293 if (ap_bio < mxb) in dec_ap_bio()
|
D | drbd_receiver.c | 249 int mxb; in drbd_alloc_pages() local 255 mxb = nc ? nc->max_buffers : 1000000; in drbd_alloc_pages() 258 if (atomic_read(&mdev->pp_in_use) < mxb) in drbd_alloc_pages() 266 if (atomic_read(&mdev->pp_in_use) < mxb) { in drbd_alloc_pages()
|