Home
last modified time | relevance | path

Searched refs:mxb (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/drivers/media/pci/saa7146/
Dmxb.c142 struct mxb struct
163 #define saa7111a_call(mxb, o, f, args...) \ argument
164 v4l2_subdev_call(mxb->saa7111a, o, f, ##args)
165 #define tda9840_call(mxb, o, f, args...) \ argument
166 v4l2_subdev_call(mxb->tda9840, o, f, ##args)
167 #define tea6415c_call(mxb, o, f, args...) \ argument
168 v4l2_subdev_call(mxb->tea6415c, o, f, ##args)
169 #define tuner_call(mxb, o, f, args...) \ argument
170 v4l2_subdev_call(mxb->tuner, o, f, ##args)
174 static void mxb_update_audmode(struct mxb *mxb) in mxb_update_audmode() argument
[all …]
DMakefile2 obj-$(CONFIG_VIDEO_MXB) += mxb.o
DKconfig39 module will be called mxb.
/linux-6.6.21/drivers/block/drbd/
Ddrbd_int.h2070 int mxb; in drbd_get_max_buffers() local
2074 mxb = nc ? nc->max_buffers : 1000000; /* arbitrary limit on open requests */ in drbd_get_max_buffers()
2077 return mxb; in drbd_get_max_buffers()
2159 int mxb = drbd_get_max_buffers(device); in may_inc_ap_bio() local
2176 if (atomic_read(&device->ap_bio_cnt) > mxb) in may_inc_ap_bio()
2211 int mxb = drbd_get_max_buffers(device); in dec_ap_bio() local
2226 if (ap_bio < mxb) in dec_ap_bio()
Ddrbd_worker.c553 int number, mxb; in drbd_rs_number_requests() local
559 mxb = drbd_get_max_buffers(device) / 2; in drbd_rs_number_requests()
579 if (mxb - device->rs_in_flight/8 < number) in drbd_rs_number_requests()
580 number = mxb - device->rs_in_flight/8; in drbd_rs_number_requests()
Ddrbd_receiver.c269 unsigned int mxb; in drbd_alloc_pages() local
273 mxb = nc ? nc->max_buffers : 1000000; in drbd_alloc_pages()
276 if (atomic_read(&device->pp_in_use) < mxb) in drbd_alloc_pages()
289 if (atomic_read(&device->pp_in_use) < mxb) { in drbd_alloc_pages()
304 mxb = UINT_MAX; in drbd_alloc_pages()
/linux-6.6.21/Documentation/admin-guide/media/
Dpci-cardlist.rst80 mxb Siemens-Nixdorf 'Multimedia eXtension Board'