| /linux/drivers/net/fddi/skfp/ |
| A D | queue.c | 136 struct smt_debug *deb; in do_smt_flag() local 141 deb = &smc->debug; in do_smt_flag() 143 deb = &debug; in do_smt_flag() 146 deb->d_smt = value ; in do_smt_flag() 148 deb->d_smtf = value ; in do_smt_flag() 150 deb->d_pcm = value ; in do_smt_flag() 152 deb->d_rmt = value ; in do_smt_flag() 154 deb->d_cfm = value ; in do_smt_flag() 156 deb->d_ecm = value ; in do_smt_flag() 157 printf("smt %d\n",deb->d_smt) ; in do_smt_flag() [all …]
|
| /linux/drivers/media/usb/dvb-usb/ |
| A D | m920x.c | 129 deb("No alt found!\n"); in m920x_init_ep() 421 deb("%x\n", read[0]); in m920x_firmware_download() 498 deb("Demod init!\n"); in m920x_mt352_demod_init() 564 deb("%s\n",__func__); in m920x_mt352_frontend_attach() 595 deb("%s\n", __func__); in m920x_mt352_frontend_attach_vp7049() 608 deb("%s\n",__func__); in m920x_tda10046_08_frontend_attach() 621 deb("%s\n",__func__); in m920x_tda10046_0b_frontend_attach() 634 deb("%s\n",__func__); in m920x_qt1010_tuner_attach() 644 deb("%s\n",__func__); in m920x_tda8275_60_tuner_attach() 654 deb("%s\n",__func__); in m920x_tda8275_61_tuner_attach() [all …]
|
| A D | m920x.h | 8 #define deb(args...) dprintk(dvb_usb_m920x_debug,0x01,args) macro
|
| /linux/scripts/ |
| A D | Makefile.package | 88 supported-deb-source-compress := gzip bzip2 lzma xz 90 PHONY += linux.tar.unsupported-deb-src-compress 91 linux.tar.unsupported-deb-src-compress: 96 $(strip $(if $(filter $(supported-deb-source-compress), $(KDEB_SOURCE_COMPRESS)), \ 97 $(suffix-$(KDEB_SOURCE_COMPRESS)),.unsupported-deb-src-compress)) 117 PHONY += deb-pkg srcdeb-pkg bindeb-pkg 119 deb-pkg: private build-type := source,binary 123 deb-pkg srcdeb-pkg: debian-orig 125 deb-pkg srcdeb-pkg bindeb-pkg:
|
| /linux/scripts/package/debian/ |
| A D | rules | 79 $(Q)rm -rf debian/deb-env.vars* debian/*.files 86 include debian/deb-env.vars 88 debian/deb-env.vars:
|
| /linux/arch/arm64/boot/dts/mediatek/ |
| A D | mt8183-kukui-audio-da7219.dtsi | 29 dlg,jack-ins-deb = <20>; 31 dlg,jack-rem-deb = <1>;
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | dialog,da7219.yaml | 120 dlg,jack-ins-deb: 138 dlg,jack-rem-deb: 224 dlg,jack-ins-deb = <20>; 227 dlg,jack-rem-deb = <1>;
|
| /linux/drivers/isdn/mISDN/ |
| A D | timerdev.c | 278 mISDN_inittimer(u_int *deb) in mISDN_inittimer() argument 282 debug = deb; in mISDN_inittimer()
|
| A D | layer1.c | 401 Isdnl1_Init(u_int *deb) in Isdnl1_Init() argument 403 debug = deb; in Isdnl1_Init()
|
| A D | socket.c | 810 misdn_sock_init(u_int *deb) in misdn_sock_init() argument 814 debug = deb; in misdn_sock_init()
|
| A D | layer2.c | 2236 Isdnl2_Init(u_int *deb) in Isdnl2_Init() argument 2239 debug = deb; in Isdnl2_Init() 2248 res = TEIInit(deb); in Isdnl2_Init()
|
| A D | tei.c | 1376 int TEIInit(u_int *deb) in TEIInit() argument 1379 debug = deb; in TEIInit()
|
| /linux/ |
| A D | .gitignore | 82 # Debian directory (make deb-pkg)
|
| /linux/Documentation/kbuild/ |
| A D | kbuild.rst | 157 For the deb-pkg target, allows overriding the normal heuristics deployed by 158 deb-pkg. Normally deb-pkg attempts to guess the right architecture based on
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| A D | rk3399-gru.dtsi | 451 dlg,jack-ins-deb = <20>; 453 dlg,jack-rem-deb = <1>;
|
| /linux/drivers/net/ethernet/ibm/ehea/ |
| A D | ehea_main.c | 130 unsigned char *deb = adr; in ehea_dump() local 133 msg, deb, x, *((u64 *)&deb[0]), *((u64 *)&deb[8])); in ehea_dump() 134 deb += 16; in ehea_dump()
|
| /linux/Documentation/scsi/ |
| A D | advansys.rst | 96 'deb' and the fourth hex digit specifies the debug level: 0 - F.
|
| /linux/Documentation/admin-guide/ |
| A D | quickly-build-trimmed-linux.rst | 255 If you want your kernel packaged up as deb, rpm, or tar file, see the 878 deb, rpm or tar file. 923 * ``make -j $(nproc --all) bindeb-pkg`` to generate a deb package 933 If you employ the targets to generate deb or rpm packages, ignore the
|
| A D | verify-bugs-and-bisect-regressions.rst | 573 If you want your kernel packaged up as deb, rpm, or tar file, see the 1663 deb, rpm or tar file. 1708 * ``make -j $(nproc --all) bindeb-pkg`` to generate a deb package 1718 If you employ the targets to generate deb or rpm packages, ignore the
|
| /linux/arch/s390/tools/ |
| A D | opcodes.txt | 1208 ed0d deb RXE_FRRD
|
| /linux/lib/ |
| A D | Kconfig.debug | 338 Users of dpkg-deb via scripts/package/builddeb may find an increase in 339 size of their debug .deb packages with this config set, due to the
|
| /linux/Documentation/virt/uml/ |
| A D | user_mode_linux_howto_v2.rst | 126 # debootstrap buster /mnt http://deb.debian.org/debian
|